@hestia-earth/engine-models 0.76.9 → 0.77.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/Cycle.json +2 -1
- package/config/ImpactAssessment.json +63 -795
- package/config/Site.json +8 -8
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +182 -27
- package/package.json +1 -1
- package/search-results.json +1 -1
- package/src/version.ts +1 -1
package/config/Site.json
CHANGED
|
@@ -88,14 +88,6 @@
|
|
|
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
|
|
99
91
|
}
|
|
100
92
|
],
|
|
101
93
|
[
|
|
@@ -139,6 +131,14 @@
|
|
|
139
131
|
"mergeStrategy": "list",
|
|
140
132
|
"stage": 1
|
|
141
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"key": "measurements",
|
|
136
|
+
"model": "hestia",
|
|
137
|
+
"value": "soilTextureComposition",
|
|
138
|
+
"runStrategy": "always",
|
|
139
|
+
"mergeStrategy": "list",
|
|
140
|
+
"stage": 1
|
|
141
|
+
},
|
|
142
142
|
{
|
|
143
143
|
"key": "measurements",
|
|
144
144
|
"model": "hestia",
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.77.0";
|
package/dist/version.js
CHANGED
package/model-links.json
CHANGED
|
@@ -465,6 +465,13 @@
|
|
|
465
465
|
"soilPh"
|
|
466
466
|
]
|
|
467
467
|
},
|
|
468
|
+
{
|
|
469
|
+
"path": "hestia_earth/models/cycle/emission/deleted.py",
|
|
470
|
+
"docPath": "hestia_earth/models/cycle/emission/deleted.md",
|
|
471
|
+
"guidePath": "cycle-emission-deleted#Cycle",
|
|
472
|
+
"model": "cycle",
|
|
473
|
+
"modelKey": "emission.deleted"
|
|
474
|
+
},
|
|
468
475
|
{
|
|
469
476
|
"path": "hestia_earth/models/cycle/input/hestiaAggregatedData.py",
|
|
470
477
|
"docPath": "hestia_earth/models/cycle/input/hestiaAggregatedData.md",
|
|
@@ -1513,13 +1520,6 @@
|
|
|
1513
1520
|
"waterSalinity"
|
|
1514
1521
|
]
|
|
1515
1522
|
},
|
|
1516
|
-
{
|
|
1517
|
-
"path": "hestia_earth/models/hestia/histosol.py",
|
|
1518
|
-
"docPath": "hestia_earth/models/hestia/histosol.md",
|
|
1519
|
-
"guidePath": "histosol#HESTIA",
|
|
1520
|
-
"model": "hestia",
|
|
1521
|
-
"term": "histosol"
|
|
1522
|
-
},
|
|
1523
1523
|
{
|
|
1524
1524
|
"path": "hestia_earth/models/hestia/inorganicFertiliser.py",
|
|
1525
1525
|
"docPath": "hestia_earth/models/hestia/inorganicFertiliser.md",
|
|
@@ -1909,6 +1909,27 @@
|
|
|
1909
1909
|
"model": "hestia",
|
|
1910
1910
|
"modelKey": "soilMeasurement"
|
|
1911
1911
|
},
|
|
1912
|
+
{
|
|
1913
|
+
"path": "hestia_earth/models/hestia/soilTextureComposition.py",
|
|
1914
|
+
"docPath": "hestia_earth/models/hestia/soilTextureComposition.md",
|
|
1915
|
+
"guidePath": "soilTextureComposition#HESTIA",
|
|
1916
|
+
"model": "hestia",
|
|
1917
|
+
"term": "clayContent"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"path": "hestia_earth/models/hestia/soilTextureComposition.py",
|
|
1921
|
+
"docPath": "hestia_earth/models/hestia/soilTextureComposition.md",
|
|
1922
|
+
"guidePath": "soilTextureComposition#HESTIA",
|
|
1923
|
+
"model": "hestia",
|
|
1924
|
+
"term": "sandContent"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"path": "hestia_earth/models/hestia/soilTextureComposition.py",
|
|
1928
|
+
"docPath": "hestia_earth/models/hestia/soilTextureComposition.md",
|
|
1929
|
+
"guidePath": "soilTextureComposition#HESTIA",
|
|
1930
|
+
"model": "hestia",
|
|
1931
|
+
"term": "siltContent"
|
|
1932
|
+
},
|
|
1912
1933
|
{
|
|
1913
1934
|
"path": "hestia_earth/models/hestia/stockingDensityAnimalHousingAverage.py",
|
|
1914
1935
|
"docPath": "hestia_earth/models/hestia/stockingDensityAnimalHousingAverage.md",
|
|
@@ -12219,7 +12240,7 @@
|
|
|
12219
12240
|
}
|
|
12220
12241
|
]
|
|
12221
12242
|
},
|
|
12222
|
-
"region-
|
|
12243
|
+
"region-environmentalFootprintV31WaterUse": {
|
|
12223
12244
|
"all": [
|
|
12224
12245
|
{
|
|
12225
12246
|
"model": "environmentalFootprintV3-1",
|
|
@@ -12493,31 +12514,17 @@
|
|
|
12493
12514
|
"model": "hestia",
|
|
12494
12515
|
"modelKey": "default_resourceUse"
|
|
12495
12516
|
}
|
|
12496
|
-
]
|
|
12497
|
-
|
|
12498
|
-
"soilType": {
|
|
12499
|
-
"sumMax100Group": [
|
|
12517
|
+
],
|
|
12518
|
+
"requiresLandCover": [
|
|
12500
12519
|
{
|
|
12501
12520
|
"model": "hestia",
|
|
12502
|
-
"
|
|
12521
|
+
"modelKey": "default_resourceUse"
|
|
12503
12522
|
}
|
|
12504
12523
|
],
|
|
12505
|
-
"
|
|
12506
|
-
{
|
|
12507
|
-
"model": "hestia",
|
|
12508
|
-
"term": "organicSoils"
|
|
12509
|
-
},
|
|
12524
|
+
"requiresPreviousLandCover": [
|
|
12510
12525
|
{
|
|
12511
12526
|
"model": "hestia",
|
|
12512
|
-
"
|
|
12513
|
-
},
|
|
12514
|
-
{
|
|
12515
|
-
"model": "ipcc2019",
|
|
12516
|
-
"term": "organicCarbonPerHa"
|
|
12517
|
-
},
|
|
12518
|
-
{
|
|
12519
|
-
"model": "ipcc2019",
|
|
12520
|
-
"term": "organicCarbonPerHa"
|
|
12527
|
+
"modelKey": "default_resourceUse"
|
|
12521
12528
|
}
|
|
12522
12529
|
]
|
|
12523
12530
|
},
|
|
@@ -12807,6 +12814,26 @@
|
|
|
12807
12814
|
}
|
|
12808
12815
|
]
|
|
12809
12816
|
},
|
|
12817
|
+
"soilType": {
|
|
12818
|
+
"IPCC_SOIL_CATEGORY": [
|
|
12819
|
+
{
|
|
12820
|
+
"model": "hestia",
|
|
12821
|
+
"term": "organicSoils"
|
|
12822
|
+
},
|
|
12823
|
+
{
|
|
12824
|
+
"model": "hestia",
|
|
12825
|
+
"term": "mineralSoils"
|
|
12826
|
+
},
|
|
12827
|
+
{
|
|
12828
|
+
"model": "ipcc2019",
|
|
12829
|
+
"term": "organicCarbonPerHa"
|
|
12830
|
+
},
|
|
12831
|
+
{
|
|
12832
|
+
"model": "ipcc2019",
|
|
12833
|
+
"term": "organicCarbonPerHa"
|
|
12834
|
+
}
|
|
12835
|
+
]
|
|
12836
|
+
},
|
|
12810
12837
|
"usdaSoilType": {
|
|
12811
12838
|
"IPCC_SOIL_CATEGORY": [
|
|
12812
12839
|
{
|
|
@@ -12853,6 +12880,134 @@
|
|
|
12853
12880
|
}
|
|
12854
12881
|
]
|
|
12855
12882
|
},
|
|
12883
|
+
"soilTexture": {
|
|
12884
|
+
"clayContentAverage": [
|
|
12885
|
+
{
|
|
12886
|
+
"model": "hestia",
|
|
12887
|
+
"term": "clayContent"
|
|
12888
|
+
},
|
|
12889
|
+
{
|
|
12890
|
+
"model": "hestia",
|
|
12891
|
+
"term": "sandContent"
|
|
12892
|
+
},
|
|
12893
|
+
{
|
|
12894
|
+
"model": "hestia",
|
|
12895
|
+
"term": "siltContent"
|
|
12896
|
+
}
|
|
12897
|
+
],
|
|
12898
|
+
"clayContentMax": [
|
|
12899
|
+
{
|
|
12900
|
+
"model": "hestia",
|
|
12901
|
+
"term": "clayContent"
|
|
12902
|
+
},
|
|
12903
|
+
{
|
|
12904
|
+
"model": "hestia",
|
|
12905
|
+
"term": "sandContent"
|
|
12906
|
+
},
|
|
12907
|
+
{
|
|
12908
|
+
"model": "hestia",
|
|
12909
|
+
"term": "siltContent"
|
|
12910
|
+
}
|
|
12911
|
+
],
|
|
12912
|
+
"clayContentMin": [
|
|
12913
|
+
{
|
|
12914
|
+
"model": "hestia",
|
|
12915
|
+
"term": "clayContent"
|
|
12916
|
+
},
|
|
12917
|
+
{
|
|
12918
|
+
"model": "hestia",
|
|
12919
|
+
"term": "sandContent"
|
|
12920
|
+
},
|
|
12921
|
+
{
|
|
12922
|
+
"model": "hestia",
|
|
12923
|
+
"term": "siltContent"
|
|
12924
|
+
}
|
|
12925
|
+
],
|
|
12926
|
+
"sandContentAverage": [
|
|
12927
|
+
{
|
|
12928
|
+
"model": "hestia",
|
|
12929
|
+
"term": "clayContent"
|
|
12930
|
+
},
|
|
12931
|
+
{
|
|
12932
|
+
"model": "hestia",
|
|
12933
|
+
"term": "sandContent"
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"model": "hestia",
|
|
12937
|
+
"term": "siltContent"
|
|
12938
|
+
}
|
|
12939
|
+
],
|
|
12940
|
+
"sandContentMax": [
|
|
12941
|
+
{
|
|
12942
|
+
"model": "hestia",
|
|
12943
|
+
"term": "clayContent"
|
|
12944
|
+
},
|
|
12945
|
+
{
|
|
12946
|
+
"model": "hestia",
|
|
12947
|
+
"term": "sandContent"
|
|
12948
|
+
},
|
|
12949
|
+
{
|
|
12950
|
+
"model": "hestia",
|
|
12951
|
+
"term": "siltContent"
|
|
12952
|
+
}
|
|
12953
|
+
],
|
|
12954
|
+
"sandContentMin": [
|
|
12955
|
+
{
|
|
12956
|
+
"model": "hestia",
|
|
12957
|
+
"term": "clayContent"
|
|
12958
|
+
},
|
|
12959
|
+
{
|
|
12960
|
+
"model": "hestia",
|
|
12961
|
+
"term": "sandContent"
|
|
12962
|
+
},
|
|
12963
|
+
{
|
|
12964
|
+
"model": "hestia",
|
|
12965
|
+
"term": "siltContent"
|
|
12966
|
+
}
|
|
12967
|
+
],
|
|
12968
|
+
"siltContentAverage": [
|
|
12969
|
+
{
|
|
12970
|
+
"model": "hestia",
|
|
12971
|
+
"term": "clayContent"
|
|
12972
|
+
},
|
|
12973
|
+
{
|
|
12974
|
+
"model": "hestia",
|
|
12975
|
+
"term": "sandContent"
|
|
12976
|
+
},
|
|
12977
|
+
{
|
|
12978
|
+
"model": "hestia",
|
|
12979
|
+
"term": "siltContent"
|
|
12980
|
+
}
|
|
12981
|
+
],
|
|
12982
|
+
"siltContentMax": [
|
|
12983
|
+
{
|
|
12984
|
+
"model": "hestia",
|
|
12985
|
+
"term": "clayContent"
|
|
12986
|
+
},
|
|
12987
|
+
{
|
|
12988
|
+
"model": "hestia",
|
|
12989
|
+
"term": "sandContent"
|
|
12990
|
+
},
|
|
12991
|
+
{
|
|
12992
|
+
"model": "hestia",
|
|
12993
|
+
"term": "siltContent"
|
|
12994
|
+
}
|
|
12995
|
+
],
|
|
12996
|
+
"siltContentMin": [
|
|
12997
|
+
{
|
|
12998
|
+
"model": "hestia",
|
|
12999
|
+
"term": "clayContent"
|
|
13000
|
+
},
|
|
13001
|
+
{
|
|
13002
|
+
"model": "hestia",
|
|
13003
|
+
"term": "sandContent"
|
|
13004
|
+
},
|
|
13005
|
+
{
|
|
13006
|
+
"model": "hestia",
|
|
13007
|
+
"term": "siltContent"
|
|
13008
|
+
}
|
|
13009
|
+
]
|
|
13010
|
+
},
|
|
12856
13011
|
"standardLabels": {
|
|
12857
13012
|
"isOrganic": [
|
|
12858
13013
|
{
|