@hestia-earth/engine-models 0.71.0 → 0.72.0
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/config/Site.json +8 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +24 -12
- package/package.json +4 -4
- package/search-results.json +1177 -1177
- package/src/version.ts +1 -1
package/config/Site.json
CHANGED
|
@@ -88,6 +88,14 @@
|
|
|
88
88
|
"runStrategy": "add_blank_node_if_missing",
|
|
89
89
|
"mergeStrategy": "list",
|
|
90
90
|
"stage": 1
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"key": "measurements",
|
|
94
|
+
"model": "hestia",
|
|
95
|
+
"value": "histosol",
|
|
96
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
97
|
+
"mergeStrategy": "list",
|
|
98
|
+
"stage": 1
|
|
91
99
|
}
|
|
92
100
|
],
|
|
93
101
|
[
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.72.0";
|
package/dist/version.js
CHANGED
package/model-links.json
CHANGED
|
@@ -856,6 +856,12 @@
|
|
|
856
856
|
"model": "hestia",
|
|
857
857
|
"term": "freshWater"
|
|
858
858
|
},
|
|
859
|
+
{
|
|
860
|
+
"path": "hestia_earth/models/hestia/histosol.py",
|
|
861
|
+
"docPath": "hestia_earth/models/hestia/histosol.md",
|
|
862
|
+
"model": "hestia",
|
|
863
|
+
"term": "histosol"
|
|
864
|
+
},
|
|
859
865
|
{
|
|
860
866
|
"path": "hestia_earth/models/hestia/inorganicFertiliser.py",
|
|
861
867
|
"docPath": "hestia_earth/models/hestia/inorganicFertiliser.md",
|
|
@@ -8004,6 +8010,24 @@
|
|
|
8004
8010
|
}
|
|
8005
8011
|
]
|
|
8006
8012
|
},
|
|
8013
|
+
"soilType": {
|
|
8014
|
+
"sumMax100Group": [
|
|
8015
|
+
{
|
|
8016
|
+
"model": "hestia",
|
|
8017
|
+
"term": "histosol"
|
|
8018
|
+
}
|
|
8019
|
+
],
|
|
8020
|
+
"IPCC_SOIL_CATEGORY": [
|
|
8021
|
+
{
|
|
8022
|
+
"model": "ipcc2019",
|
|
8023
|
+
"term": "organicCarbonPerHa"
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"model": "ipcc2019",
|
|
8027
|
+
"term": "organicCarbonPerHa"
|
|
8028
|
+
}
|
|
8029
|
+
]
|
|
8030
|
+
},
|
|
8007
8031
|
"waterRegime": {
|
|
8008
8032
|
"irrigated": [
|
|
8009
8033
|
{
|
|
@@ -8820,18 +8844,6 @@
|
|
|
8820
8844
|
}
|
|
8821
8845
|
]
|
|
8822
8846
|
},
|
|
8823
|
-
"soilType": {
|
|
8824
|
-
"IPCC_SOIL_CATEGORY": [
|
|
8825
|
-
{
|
|
8826
|
-
"model": "ipcc2019",
|
|
8827
|
-
"term": "organicCarbonPerHa"
|
|
8828
|
-
},
|
|
8829
|
-
{
|
|
8830
|
-
"model": "ipcc2019",
|
|
8831
|
-
"term": "organicCarbonPerHa"
|
|
8832
|
-
}
|
|
8833
|
-
]
|
|
8834
|
-
},
|
|
8835
8847
|
"tillage": {
|
|
8836
8848
|
"IPCC_TILLAGE_MANAGEMENT_CATEGORY": [
|
|
8837
8849
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/engine-models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"description": "HESTIA Engine Models",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@commitlint/config-conventional": "^19.8.1",
|
|
52
52
|
"@hestia-earth/api": "^0.24.78",
|
|
53
53
|
"@hestia-earth/eslint-config": "^0.1.0",
|
|
54
|
-
"@hestia-earth/json-schema": "^
|
|
55
|
-
"@hestia-earth/schema": "^
|
|
56
|
-
"@hestia-earth/schema-validation": "^
|
|
54
|
+
"@hestia-earth/json-schema": "^33.0.0",
|
|
55
|
+
"@hestia-earth/schema": "^33.0.0",
|
|
56
|
+
"@hestia-earth/schema-validation": "^33.0.0",
|
|
57
57
|
"@hestia-earth/utils": "^0.14.3",
|
|
58
58
|
"@jest/globals": "^29.7.0",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|