w-geo 1.0.45 → 1.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +1 -1
  2. package/dist/w-geo.umd.js +2 -2
  3. package/dist/w-geo.umd.js.map +1 -1
  4. package/docs/-_class.mjs.html +2 -2
  5. package/docs/calcDepthStartEndByConnect.mjs.html +2 -2
  6. package/docs/calcDepthStartEndByGroup.mjs.html +2 -2
  7. package/docs/calcDepthStartEndFromCenter.mjs.html +2 -2
  8. package/docs/calcLiquefaction.mjs.html +6 -6
  9. package/docs/calcVerticalStress.mjs.html +22 -22
  10. package/docs/checkDepth.mjs.html +2 -2
  11. package/docs/checkDepthStartEnd.mjs.html +2 -2
  12. package/docs/complementDepthData.mjs.html +2 -2
  13. package/docs/groupByDepthStartEnd.mjs.html +2 -2
  14. package/docs/index.html +2 -2
  15. package/docs/relaPlasticityParams.mjs.html +344 -0
  16. package/docs/relaPorousParams.mjs.html +4 -2
  17. package/docs/sepDepthStartEndByDepth.mjs.html +2 -2
  18. package/docs/w-geo.html +415 -255
  19. package/{g1-relaPorousParams.mjs → g1a-relaPorousParams.mjs} +1 -1
  20. package/g1b-relaPlasticityParams.mjs +100 -0
  21. package/g3-calcLiquefaction.mjs +13 -13
  22. package/package.json +2 -3
  23. package/src/WGeo.mjs +1 -1
  24. package/src/calcLiquefaction.mjs +4 -4
  25. package/src/calcVerticalStress.mjs +20 -20
  26. package/src/relaPlasticityParams.mjs +275 -0
  27. package/src/relaPorousParams.mjs +2 -0
  28. package/test/calcLiquefaction-rowsIn2.json +1 -1
  29. package/test/calcLiquefaction-rowsOut1.json +1 -1
  30. package/test/calcLiquefaction-rowsOut2.json +1 -1
  31. package/test/calcVerticalStress.test.mjs +17 -17
  32. package/test/relaPlasticityParams.test.mjs +88 -0
  33. package/test/relaPorousParams.test.mjs +9 -8
  34. package/docs/convertCoordinate.mjs.html +0 -226
  35. package/g10-convertCoordinate.mjs +0 -22
  36. package/src/convertCoordinate.mjs +0 -157
  37. package/test/convertCoordinate.test.mjs +0 -46
package/README.md CHANGED
@@ -23,5 +23,5 @@ npm i w-geo
23
23
 
24
24
  Add script for w-geo.
25
25
  ```alias
26
- <script src="https://cdn.jsdelivr.net/npm/w-geo@1.0.45/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.0.48/dist/w-geo.umd.js"></script>
27
27
  ```