w-geo 1.0.53 → 1.0.54
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/docs/-_class.mjs.html +1 -1
- package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
- package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
- package/docs/calcDepthStartEndFromCenter.mjs.html +1 -1
- package/docs/calcLiquefaction.mjs.html +2 -2
- 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/relaPlasticityParams.mjs.html +1 -1
- package/docs/relaPorousParams.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/package.json +5 -5
- package/src/calcLiquefaction.mjs +1 -1
package/README.md
CHANGED
package/docs/-_class.mjs.html
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<br class="clear">
|
|
60
60
|
|
|
61
61
|
<footer>
|
|
62
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
62
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
63
63
|
</footer>
|
|
64
64
|
|
|
65
65
|
<script>prettyPrint();</script>
|
|
@@ -322,7 +322,7 @@ export default calcDepthStartEndByConnect
|
|
|
322
322
|
<br class="clear">
|
|
323
323
|
|
|
324
324
|
<footer>
|
|
325
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
325
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
326
326
|
</footer>
|
|
327
327
|
|
|
328
328
|
<script>prettyPrint();</script>
|
|
@@ -566,7 +566,7 @@ export default calcDepthStartEndByGroup
|
|
|
566
566
|
<br class="clear">
|
|
567
567
|
|
|
568
568
|
<footer>
|
|
569
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
569
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
570
570
|
</footer>
|
|
571
571
|
|
|
572
572
|
<script>prettyPrint();</script>
|
|
@@ -346,7 +346,7 @@ export default calcDepthStartEndFromCenter
|
|
|
346
346
|
<br class="clear">
|
|
347
347
|
|
|
348
348
|
<footer>
|
|
349
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
349
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
350
350
|
</footer>
|
|
351
351
|
|
|
352
352
|
<script>prettyPrint();</script>
|
|
@@ -1694,7 +1694,7 @@ function sptHBF({ ver = '2012', noLiqueMode = 'new', waterLevelDesign, soilClass
|
|
|
1694
1694
|
//MSFPow, 原莊長賢excel內MSFPow=-1.11
|
|
1695
1695
|
let MSFPow = null
|
|
1696
1696
|
if (ver === '2012') {
|
|
1697
|
-
MSFPow = -3.3
|
|
1697
|
+
MSFPow = -3.3 //國震提供投影片HBF(2012)為-3.3
|
|
1698
1698
|
}
|
|
1699
1699
|
else if (ver === '2017') {
|
|
1700
1700
|
MSFPow = -1.8 //-1.8為「依據2016土壤液化評估方法研討會結論後修正」, 依照「楊智堯_臺中市中級土壤液化潛勢地圖製作與系統說明.pdf」標注此為2017版
|
|
@@ -6918,7 +6918,7 @@ export default calcLiquefaction
|
|
|
6918
6918
|
<br class="clear">
|
|
6919
6919
|
|
|
6920
6920
|
<footer>
|
|
6921
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
6921
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
6922
6922
|
</footer>
|
|
6923
6923
|
|
|
6924
6924
|
<script>prettyPrint();</script>
|
|
@@ -643,7 +643,7 @@ export default calcVerticalStress
|
|
|
643
643
|
<br class="clear">
|
|
644
644
|
|
|
645
645
|
<footer>
|
|
646
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
646
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
647
647
|
</footer>
|
|
648
648
|
|
|
649
649
|
<script>prettyPrint();</script>
|
package/docs/checkDepth.mjs.html
CHANGED
|
@@ -211,7 +211,7 @@ export default checkDepth
|
|
|
211
211
|
<br class="clear">
|
|
212
212
|
|
|
213
213
|
<footer>
|
|
214
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
214
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
215
215
|
</footer>
|
|
216
216
|
|
|
217
217
|
<script>prettyPrint();</script>
|
|
@@ -270,7 +270,7 @@ export default checkDepthStartEnd
|
|
|
270
270
|
<br class="clear">
|
|
271
271
|
|
|
272
272
|
<footer>
|
|
273
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
273
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
274
274
|
</footer>
|
|
275
275
|
|
|
276
276
|
<script>prettyPrint();</script>
|
|
@@ -503,7 +503,7 @@ export default complementDepthData
|
|
|
503
503
|
<br class="clear">
|
|
504
504
|
|
|
505
505
|
<footer>
|
|
506
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
506
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
507
507
|
</footer>
|
|
508
508
|
|
|
509
509
|
<script>prettyPrint();</script>
|
|
@@ -489,7 +489,7 @@ export default groupByDepthStartEnd
|
|
|
489
489
|
<br class="clear">
|
|
490
490
|
|
|
491
491
|
<footer>
|
|
492
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
492
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
493
493
|
</footer>
|
|
494
494
|
|
|
495
495
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<br class="clear">
|
|
69
69
|
|
|
70
70
|
<footer>
|
|
71
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
71
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
72
72
|
</footer>
|
|
73
73
|
|
|
74
74
|
<script>prettyPrint();</script>
|
|
@@ -516,7 +516,7 @@ export default mergeByDepthStartEnd
|
|
|
516
516
|
<br class="clear">
|
|
517
517
|
|
|
518
518
|
<footer>
|
|
519
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
519
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
520
520
|
</footer>
|
|
521
521
|
|
|
522
522
|
<script>prettyPrint();</script>
|
|
@@ -331,7 +331,7 @@ export default relaPlasticityParams
|
|
|
331
331
|
<br class="clear">
|
|
332
332
|
|
|
333
333
|
<footer>
|
|
334
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
334
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
335
335
|
</footer>
|
|
336
336
|
|
|
337
337
|
<script>prettyPrint();</script>
|
|
@@ -521,7 +521,7 @@ export default relaPorousParams
|
|
|
521
521
|
<br class="clear">
|
|
522
522
|
|
|
523
523
|
<footer>
|
|
524
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
524
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
525
525
|
</footer>
|
|
526
526
|
|
|
527
527
|
<script>prettyPrint();</script>
|
|
@@ -321,7 +321,7 @@ export default sepDepthStartEndByDepth
|
|
|
321
321
|
<br class="clear">
|
|
322
322
|
|
|
323
323
|
<footer>
|
|
324
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
324
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
325
325
|
</footer>
|
|
326
326
|
|
|
327
327
|
<script>prettyPrint();</script>
|
|
@@ -277,7 +277,7 @@ export default smoothDepthByKey
|
|
|
277
277
|
<br class="clear">
|
|
278
278
|
|
|
279
279
|
<footer>
|
|
280
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
280
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
281
281
|
</footer>
|
|
282
282
|
|
|
283
283
|
<script>prettyPrint();</script>
|
package/docs/w-geo.html
CHANGED
|
@@ -8831,7 +8831,7 @@
|
|
|
8831
8831
|
<br class="clear">
|
|
8832
8832
|
|
|
8833
8833
|
<footer>
|
|
8834
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
8834
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 19 2023 14:36:29 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
8835
8835
|
</footer>
|
|
8836
8836
|
|
|
8837
8837
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-geo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
4
4
|
"main": "dist/w-geo.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"decimal.js": "^10.4.
|
|
6
|
+
"decimal.js": "^10.4.3",
|
|
7
7
|
"lodash": "^4.17.21",
|
|
8
|
-
"w-optimization": "^1.0.
|
|
9
|
-
"w-statistic": "^1.0.
|
|
10
|
-
"wsemi": "^1.6.
|
|
8
|
+
"w-optimization": "^1.0.7",
|
|
9
|
+
"w-statistic": "^1.0.12",
|
|
10
|
+
"wsemi": "^1.6.87"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"w-package-tools": "^1.0.66"
|
package/src/calcLiquefaction.mjs
CHANGED
|
@@ -1650,7 +1650,7 @@ function sptHBF({ ver = '2012', noLiqueMode = 'new', waterLevelDesign, soilClass
|
|
|
1650
1650
|
//MSFPow, 原莊長賢excel內MSFPow=-1.11
|
|
1651
1651
|
let MSFPow = null
|
|
1652
1652
|
if (ver === '2012') {
|
|
1653
|
-
MSFPow = -3.3
|
|
1653
|
+
MSFPow = -3.3 //國震提供投影片HBF(2012)為-3.3
|
|
1654
1654
|
}
|
|
1655
1655
|
else if (ver === '2017') {
|
|
1656
1656
|
MSFPow = -1.8 //-1.8為「依據2016土壤液化評估方法研討會結論後修正」, 依照「楊智堯_臺中市中級土壤液化潛勢地圖製作與系統說明.pdf」標注此為2017版
|