@hestia-earth/engine-models 0.74.13 → 0.74.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.
@@ -339,7 +339,8 @@
339
339
  "runStrategy": "always",
340
340
  "mergeStrategy": "list",
341
341
  "mergeArgs": {
342
- "replaceThreshold": ["value", 0.01]
342
+ "replaceThreshold": ["value", 0.01],
343
+ "sameMethodModel": true
343
344
  },
344
345
  "stage": 1
345
346
  },
@@ -962,7 +963,8 @@
962
963
  "runStrategy": "add_blank_node_if_missing",
963
964
  "mergeStrategy": "list",
964
965
  "mergeArgs": {
965
- "replaceThreshold": ["value", 0.01]
966
+ "replaceThreshold": ["value", 0.01],
967
+ "sameMethodModel": true
966
968
  },
967
969
  "stage": 1
968
970
  },
package/config/Site.json CHANGED
@@ -416,6 +416,14 @@
416
416
  "mergeStrategy": "list",
417
417
  "stage": 1
418
418
  },
419
+ {
420
+ "key": "measurements",
421
+ "model": "hestia",
422
+ "value": "soilClassification",
423
+ "runStrategy": "add_blank_node_if_missing",
424
+ "mergeStrategy": "list",
425
+ "stage": 1
426
+ },
419
427
  {
420
428
  "key": "management",
421
429
  "model": "hestia",
@@ -469,7 +477,7 @@
469
477
  "value": "brackishWater",
470
478
  "runStrategy": "add_blank_node_if_missing",
471
479
  "mergeStrategy": "list",
472
- "stage": 1
480
+ "stage": 2
473
481
  },
474
482
  {
475
483
  "key": "measurements",
@@ -477,7 +485,7 @@
477
485
  "value": "freshWater",
478
486
  "runStrategy": "add_blank_node_if_missing",
479
487
  "mergeStrategy": "list",
480
- "stage": 1
488
+ "stage": 2
481
489
  },
482
490
  {
483
491
  "key": "measurements",
@@ -485,7 +493,7 @@
485
493
  "value": "salineWater",
486
494
  "runStrategy": "add_blank_node_if_missing",
487
495
  "mergeStrategy": "list",
488
- "stage": 1
496
+ "stage": 2
489
497
  }
490
498
  ],
491
499
  [
package/dist/models.d.ts CHANGED
@@ -8,6 +8,10 @@ export interface IModel {
8
8
  * Path to the documentation of the model.
9
9
  */
10
10
  docPath: string;
11
+ /**
12
+ * Path to the documentation of the model on the guide.
13
+ */
14
+ guidePath: string;
11
15
  /**
12
16
  * The name of the model used as `methodModel`.
13
17
  */
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.74.13";
1
+ export declare const ENGINE_VERSION = "0.74.15";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.74.13';
4
+ exports.ENGINE_VERSION = '0.74.15';