w-geo 1.1.5 → 1.1.7

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 (69) hide show
  1. package/README.md +1 -1
  2. package/dist/w-geo.umd.js +3 -3
  3. package/dist/w-geo.umd.js.map +1 -1
  4. package/docs/-_class.mjs.html +2 -2
  5. package/docs/calcDepthByDepthStartEnd.mjs.html +2 -2
  6. package/docs/calcDepthStartEndByConnect.mjs.html +2 -2
  7. package/docs/calcDepthStartEndByDepth.mjs.html +10 -10
  8. package/docs/calcDepthStartEndByGroup.mjs.html +5 -5
  9. package/docs/calcLiquefaction.mjs.html +2 -2
  10. package/docs/calcVerticalStress.mjs.html +2 -2
  11. package/docs/checkDepth.mjs.html +2 -2
  12. package/docs/checkDepthStartEnd.mjs.html +2 -2
  13. package/docs/complementDepthData.mjs.html +2 -2
  14. package/docs/groupByDepthStartEnd.mjs.html +2 -2
  15. package/docs/index.html +2 -2
  16. package/docs/mergeByDepthStartEnd.mjs.html +2 -2
  17. package/docs/relaPlasticityParams.mjs.html +2 -2
  18. package/docs/relaPorousParams.mjs.html +2 -2
  19. package/docs/sepDepthStartEndByDepth.mjs.html +2 -2
  20. package/docs/smoothDepthByKey.mjs.html +2 -2
  21. package/docs/w-geo.html +54 -54
  22. package/{g2b-checkDepth.mjs → g_0_1-checkDepth.mjs} +1 -1
  23. package/{g2a-checkDepthStartEnd.mjs → g_0_2-checkDepthStartEnd.mjs} +1 -1
  24. package/{g1a-relaPorousParams.mjs → g_1_1-relaPorousParams.mjs} +1 -1
  25. package/{g1b-relaPlasticityParams.mjs → g_1_2-relaPlasticityParams.mjs} +1 -1
  26. package/{g15-calcClassifyUscs.mjs → g_1_3-calcClassifyUscs.mjs} +1 -1
  27. package/{g3a-calcLiquefaction-spt.mjs → g_2_1_1-calcLiquefaction-spt.mjs} +1 -1
  28. package/{g3b-calcLiquefaction-spt.mjs → g_2_1_2-calcLiquefactionSpt.mjs} +1 -1
  29. package/{g3-calcLiquefaction-cpt.mjs → g_2_2-calcLiquefaction-cpt.mjs} +1 -1
  30. package/g_2_3-calcLiquefactionSptForCriticalPga.mjs +81 -0
  31. package/{g11-calcCpt.mjs → g_3_1-calcCpt.mjs} +1 -1
  32. package/{g10-calcCptUnitWeight.mjs → g_3_2-calcCptUnitWeight.mjs} +1 -1
  33. package/{g13-calcLayers.mjs → g_3_3-calcCptLayers.mjs} +10 -10
  34. package/{g4a-calcDepthStartEndByDepth.mjs → g_4_1-calcDepthStartEndByDepth.mjs} +1 -1
  35. package/{g4b-calcDepthByDepthStartEnd.mjs → g_4_2-calcDepthByDepthStartEnd.mjs} +1 -1
  36. package/{g4c-calcDepthStartEndByGroup.mjs → g_4_3-calcDepthStartEndByGroup.mjs} +1 -1
  37. package/{g4d-calcDepthStartEndByConnect.mjs → g_4_4-calcDepthStartEndByConnect.mjs} +1 -1
  38. package/{g6-groupByDepthStartEnd.mjs → g_5_1-groupByDepthStartEnd.mjs} +1 -1
  39. package/{g7-sepDepthStartEndByDepth.mjs → g_5_2-sepDepthStartEndByDepth.mjs} +1 -1
  40. package/{g12-mergeByDepthStartEnd.mjs → g_5_3-mergeByDepthStartEnd.mjs} +1 -1
  41. package/{g14-getDepthMaxMin.mjs → g_5_4-getDepthMaxMin.mjs} +1 -1
  42. package/{g9-complementDepthData.mjs → g_5_5-complementDepthData.mjs} +1 -2
  43. package/package.json +1 -1
  44. package/src/WGeo.mjs +2 -1
  45. package/src/{calcLayers.mjs → calcCptLayers.mjs} +10 -10
  46. package/src/calcCptUnitWeight.mjs +2 -2
  47. package/src/calcDepthStartEndByDepth.mjs +8 -8
  48. package/src/calcDepthStartEndByGroup.mjs +3 -3
  49. package/src/calcLiquefactionSpt.mjs +4 -2
  50. package/src/calcLiquefactionSptForCriticalPga.mjs +572 -0
  51. package/test/calcCptLayers-rowsIn1.json +1 -0
  52. package/test/calcCptLayers-rowsOut5.json +1 -0
  53. package/test/calcCptLayers-rowsOut6.json +1 -0
  54. package/test/calcCptLayers.test.mjs +108 -0
  55. package/test/calcLiquefactionSptForCriticalPga-resOut1.json +9030 -0
  56. package/test/calcLiquefactionSptForCriticalPga-resOut2.json +9485 -0
  57. package/test/calcLiquefactionSptForCriticalPga-rowsIn1.json +223 -0
  58. package/test/calcLiquefactionSptForCriticalPga-rowsIn2.json +288 -0
  59. package/test/calcLiquefactionSptForCriticalPga.test.mjs +43 -0
  60. package/test/calcLayers-rowsIn1.json +0 -1
  61. package/test/calcLayers-rowsOut5.json +0 -1
  62. package/test/calcLayers-rowsOut6.json +0 -1
  63. package/test/calcLayers.test.mjs +0 -108
  64. /package/test/{calcLayers-rowsOut1.json → calcCptLayers-rowsOut1.json} +0 -0
  65. /package/test/{calcLayers-rowsOut2.json → calcCptLayers-rowsOut2.json} +0 -0
  66. /package/test/{calcLayers-rowsOut3.json → calcCptLayers-rowsOut3.json} +0 -0
  67. /package/test/{calcLayers-rowsOut4.json → calcCptLayers-rowsOut4.json} +0 -0
  68. /package/test/{calcLayers-rowsOut7.json → calcCptLayers-rowsOut7.json} +0 -0
  69. /package/test/{calcLayers-rowsOut8.json → calcCptLayers-rowsOut8.json} +0 -0
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.1.5/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.7/dist/w-geo.umd.js"></script>
27
27
  ```