w-geo 1.1.13 → 1.1.15

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 (66) hide show
  1. package/.vscode/launch.json +0 -1
  2. package/README.md +1 -2
  3. package/calcCptUnitWeight-cpt-mat(Lunne(1997) for Robertsion stress exponent).xlsx +0 -0
  4. package/calcCptUnitWeight-cpt-mat(Lunne(1997)).xlsx +0 -0
  5. package/calcCptUnitWeight-cpt-mat(Mayne(2014)).xlsx +0 -0
  6. Cabal(2010)).xlsx +0 -0
  7. package/calcCptUnitWeight-cpt-mat(Robertson(1986)).xlsx +0 -0
  8. package/dist/w-geo.umd.js +3 -3
  9. package/dist/w-geo.umd.js.map +1 -1
  10. package/docs/-_class.mjs.html +1 -1
  11. package/docs/calcDepthByDepthStartEnd.mjs.html +1 -1
  12. package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
  13. package/docs/calcDepthStartEndByDepth.mjs.html +1 -1
  14. package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
  15. package/docs/calcLiquefaction.mjs.html +1 -1
  16. package/docs/calcVerticalStress.mjs.html +21 -8
  17. package/docs/checkDepth.mjs.html +1 -1
  18. package/docs/checkDepthStartEnd.mjs.html +1 -1
  19. package/docs/complementDepthData.mjs.html +1 -1
  20. package/docs/groupByDepthStartEnd.mjs.html +1 -1
  21. package/docs/index.html +1 -1
  22. package/docs/mergeByDepthStartEnd.mjs.html +1 -1
  23. package/docs/relaPlasticityParams.mjs.html +1 -1
  24. package/docs/relaPorousParams.mjs.html +1 -1
  25. package/docs/sepDepthStartEndByDepth.mjs.html +1 -1
  26. package/docs/smoothDepthByKey.mjs.html +1 -1
  27. package/docs/w-geo.html +2 -2
  28. package/g_0_1-checkDepth.mjs +1 -1
  29. package/g_0_2-checkDepthStartEnd.mjs +1 -1
  30. package/g_1_1-relaPorousParams.mjs +1 -1
  31. package/g_1_2-relaPlasticityParams.mjs +1 -1
  32. package/g_1_3-calcClassifyUscs.mjs +1 -1
  33. package/g_2_1_1-calcLiquefaction-spt.mjs +1 -1
  34. package/g_2_1_2-calcLiquefactionSpt.mjs +1 -1
  35. package/g_2_2-calcLiquefaction-cpt.mjs +1 -1
  36. package/g_2_3-calcLiquefactionSptForCriticalPga.mjs +1 -1
  37. package/g_3_1-calcCpt.mjs +2 -1
  38. package/g_3_2-calcCptUnitWeight.mjs +28 -15
  39. package/g_3_3-calcCptLayers.mjs +2 -1
  40. package/g_3_4-calcCptClassify.mjs +58 -0
  41. package/g_4_1-calcDepthStartEndByDepth.mjs +1 -1
  42. package/g_4_2-calcDepthByDepthStartEnd.mjs +1 -1
  43. package/g_4_3-calcDepthStartEndByGroup.mjs +1 -1
  44. package/g_4_4-calcDepthStartEndByConnect.mjs +1 -1
  45. package/g_5_1-groupByDepthStartEnd.mjs +1 -1
  46. package/g_5_2-sepDepthStartEndByDepth.mjs +1 -1
  47. package/g_5_3-mergeByDepthStartEnd.mjs +1 -1
  48. package/g_5_4-getDepthMaxMin.mjs +1 -1
  49. package/g_5_5-complementDepthData.mjs +1 -1
  50. package/package.json +2 -2
  51. package/script.txt +7 -7
  52. package/src/calcCpt.mjs +135 -33
  53. package/src/calcCptUnitWeight.mjs +189 -66
  54. package/src/calcVerticalStress.mjs +20 -7
  55. package/test/calcCpt-rowsOut1.json +1 -1
  56. package/test/calcCpt.test.mjs +1 -0
  57. package/test/calcCptUnitWeight-cpt-rowsOut1.json +15774 -15774
  58. package/test/calcCptUnitWeight-cpt-rowsOut2.json +42536 -0
  59. package/test/calcCptUnitWeight-cpt-rowsOut3.json +42536 -0
  60. package/test/calcCptUnitWeight-cpt-rowsOut4.json +42536 -0
  61. package/test/calcCptUnitWeight-cpt-rowsOut5.json +42536 -0
  62. package/test/calcCptUnitWeight.test.mjs +53 -5
  63. package/test/calcLiquefaction-cpt-rowsIn2.json +1063 -1063
  64. package/test/calcLiquefaction-cpt-rowsOut1.json +9125 -9125
  65. package/test/calcLiquefaction-cpt-rowsOut2.json +11403 -11403
  66. /package/test/{calcCptUnitWeight-cpt-rowsIn1.json → calcCptUnitWeight-cpt-rowsIn.json} +0 -0
@@ -15,7 +15,6 @@
15
15
  "runtimeArgs": [
16
16
  "--max-old-space-size=14448",
17
17
  "--experimental-modules",
18
- "--es-module-specifier-resolution=node"
19
18
  ]
20
19
  }
21
20
  ]
package/README.md CHANGED
@@ -4,7 +4,6 @@ A tool for geotech analysis.
4
4
  ![language](https://img.shields.io/badge/language-JavaScript-orange.svg)
5
5
  [![npm version](http://img.shields.io/npm/v/w-geo.svg?style=flat)](https://npmjs.org/package/w-geo)
6
6
  [![license](https://img.shields.io/npm/l/w-geo.svg?style=flat)](https://npmjs.org/package/w-geo)
7
- [![gzip file size](http://img.badgesize.io/yuda-lyu/w-geo/master/dist/w-geo.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-geo)
8
7
  [![npm download](https://img.shields.io/npm/dt/w-geo.svg)](https://npmjs.org/package/w-geo)
9
8
  [![npm download](https://img.shields.io/npm/dm/w-geo.svg)](https://npmjs.org/package/w-geo)
10
9
  [![jsdelivr download](https://img.shields.io/jsdelivr/npm/hm/w-geo.svg)](https://www.jsdelivr.com/package/npm/w-geo)
@@ -24,5 +23,5 @@ npm i w-geo
24
23
 
25
24
  Add script for w-geo.
26
25
  ```alias
27
- <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.13/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.15/dist/w-geo.umd.js"></script>
28
27
  ```
Cabal(2010)).xlsx ADDED
Binary file