w-geo 1.1.45 → 1.1.47
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.
- package/README.md +1 -1
- package/dist/w-geo.umd.js +2 -2
- package/dist/w-geo.umd.js.map +1 -1
- package/docs/-_class.mjs.html +1 -1
- package/docs/calcDepthByDepthStartEnd.mjs.html +1 -1
- package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
- package/docs/calcDepthStartEndByDepth.mjs.html +1 -1
- package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
- package/docs/calcLiquefaction.mjs.html +1 -1
- package/docs/calcVerticalStress.mjs.html +1 -1
- package/docs/checkDepth.mjs.html +1 -1
- package/docs/checkDepthStartEnd.mjs.html +1 -1
- package/docs/complementDepthData.mjs.html +1 -1
- package/docs/groupByDepthStartEnd.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/docs/mergeByDepthStartEnd.mjs.html +1 -1
- package/docs/relaPlasticity.mjs.html +1 -1
- package/docs/relaPorous.mjs.html +1 -1
- package/docs/sepDepthStartEndByDepth.mjs.html +1 -1
- package/docs/smoothDepthByKey.mjs.html +1 -1
- package/docs/w-geo.html +1 -1
- package/g_2_2-calcLiquefaction-cpt.mjs +4 -2
- package/g_3_1-calcCpt.mjs +0 -1
- package/g_3_2-calcCptUnitWeight.mjs +0 -1
- package/g_3_4-calcCptVelocityShear.mjs +0 -1
- package/g_3_5-calcCptLayer.mjs +0 -1
- package/g_6-1-calcLayersByCompress.mjs +0 -1
- package/package.json +3 -3
- package/src/calcCpt.mjs +9 -3
- package/test/calcCpt-rowsOut1.json +1 -1
- package/test/calcCpt.test.mjs +0 -1
- package/test/calcCptUnitWeight-rowsOut1.json +1095 -1095
- package/test/calcCptUnitWeight-rowsOut2.json +1107 -1107
- package/test/calcCptUnitWeight-rowsOut3.json +1117 -1117
- package/test/calcCptUnitWeight-rowsOut4.json +761 -761
- package/test/calcCptUnitWeight-rowsOut5.json +699 -699
- package/test/calcCptUnitWeight.test.mjs +0 -1
- package/test/calcCptVelocityShear-rowsOut1.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut10.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut11.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut12.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut2.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut3.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut4.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut5.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut6.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut7.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut8.json +2878 -2878
- package/test/calcCptVelocityShear-rowsOut9.json +2878 -2878
- package/test/calcCptVelocityShear.test.mjs +0 -1
- package/test/calcLayersByCompress-rowsOut.json +1 -1
- package/test/calcLayersByCompress.test.mjs +0 -1
- package/test/calcLiquefaction-cpt-rowsIn1.json +778 -389
- package/test/calcLiquefaction-cpt-rowsIn2.json +5100 -4711
- package/test/calcLiquefaction-cpt-rowsOut1.json +2483 -2483
- package/test/calcLiquefaction-cpt-rowsOut2.json +40310 -40309
- package/test/calcLiquefaction-cpt.test.mjs +0 -1
package/README.md
CHANGED