@hestia-earth/engine-models 0.65.10 → 0.66.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 +34 -16
- package/config/ImpactAssessment.json +12 -0
- package/config/Site.json +4 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +15 -3
- package/package.json +1 -1
- package/search-results.json +34 -34
- package/src/version.ts +1 -1
package/config/Cycle.json
CHANGED
|
@@ -166,6 +166,14 @@
|
|
|
166
166
|
"mergeStrategy": "list",
|
|
167
167
|
"stage": 1
|
|
168
168
|
},
|
|
169
|
+
{
|
|
170
|
+
"key": "practices",
|
|
171
|
+
"model": "hestia",
|
|
172
|
+
"value": "residueRemoved",
|
|
173
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
174
|
+
"mergeStrategy": "list",
|
|
175
|
+
"stage": 1
|
|
176
|
+
},
|
|
169
177
|
{
|
|
170
178
|
"key": "practices",
|
|
171
179
|
"model": "cycle",
|
|
@@ -287,22 +295,6 @@
|
|
|
287
295
|
"mergeStrategy": "list",
|
|
288
296
|
"stage": 1
|
|
289
297
|
},
|
|
290
|
-
{
|
|
291
|
-
"key": "inputs",
|
|
292
|
-
"model": "faostat2018",
|
|
293
|
-
"value": "seed",
|
|
294
|
-
"runStrategy": "add_blank_node_if_missing",
|
|
295
|
-
"mergeStrategy": "list",
|
|
296
|
-
"stage": 1
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"key": "inputs",
|
|
300
|
-
"model": "pooreNemecek2018",
|
|
301
|
-
"value": "saplingsDepreciatedAmountPerCycle",
|
|
302
|
-
"runStrategy": "add_blank_node_if_missing",
|
|
303
|
-
"mergeStrategy": "list",
|
|
304
|
-
"stage": 1
|
|
305
|
-
},
|
|
306
298
|
{
|
|
307
299
|
"key": "practices",
|
|
308
300
|
"model": "cycle",
|
|
@@ -441,6 +433,32 @@
|
|
|
441
433
|
"stage": 1
|
|
442
434
|
}
|
|
443
435
|
],
|
|
436
|
+
[
|
|
437
|
+
{
|
|
438
|
+
"key": "inputs",
|
|
439
|
+
"model": "faostat2018",
|
|
440
|
+
"value": "seed",
|
|
441
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
442
|
+
"mergeStrategy": "list",
|
|
443
|
+
"stage": 1
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"key": "inputs",
|
|
447
|
+
"model": "pooreNemecek2018",
|
|
448
|
+
"value": "saplingsDepreciatedAmountPerCycle",
|
|
449
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
450
|
+
"mergeStrategy": "list",
|
|
451
|
+
"stage": 1
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
{
|
|
455
|
+
"key": "completeness",
|
|
456
|
+
"model": "cycle",
|
|
457
|
+
"value": "completeness",
|
|
458
|
+
"runStrategy": "always",
|
|
459
|
+
"mergeStrategy": "node",
|
|
460
|
+
"stage": 1
|
|
461
|
+
},
|
|
444
462
|
[
|
|
445
463
|
{
|
|
446
464
|
"key": "animals",
|
|
@@ -1656,6 +1656,18 @@
|
|
|
1656
1656
|
}
|
|
1657
1657
|
],
|
|
1658
1658
|
[
|
|
1659
|
+
{
|
|
1660
|
+
"key": "endpoints",
|
|
1661
|
+
"model": "environmentalFootprintV3",
|
|
1662
|
+
"value": "environmentalFootprintSingleOverallScore",
|
|
1663
|
+
"runStrategy": "always",
|
|
1664
|
+
"mergeStrategy": "list",
|
|
1665
|
+
"mergeArgs": {
|
|
1666
|
+
"replaceThreshold": ["value", 0.01],
|
|
1667
|
+
"sameMethodModel": true
|
|
1668
|
+
},
|
|
1669
|
+
"stage": 1
|
|
1670
|
+
},
|
|
1659
1671
|
{
|
|
1660
1672
|
"key": "endpoints",
|
|
1661
1673
|
"model": "lcImpactCertainEffects100Years",
|
package/config/Site.json
CHANGED
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{
|
|
129
129
|
"key": "awareWaterBasinId",
|
|
130
130
|
"model": "geospatialDatabase",
|
|
131
|
-
"value": "
|
|
131
|
+
"value": "awareWaterBasinId",
|
|
132
132
|
"runStrategy": "add_key_if_missing",
|
|
133
133
|
"mergeStrategy": "default",
|
|
134
134
|
"stage": 1
|
|
@@ -406,6 +406,9 @@
|
|
|
406
406
|
"value": "management",
|
|
407
407
|
"runStrategy": "always",
|
|
408
408
|
"mergeStrategy": "list",
|
|
409
|
+
"mergeArgs": {
|
|
410
|
+
"matchDatesFormat": "%Y"
|
|
411
|
+
},
|
|
409
412
|
"stage": 2
|
|
410
413
|
},
|
|
411
414
|
[
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.66.0";
|
package/dist/version.js
CHANGED
package/model-links.json
CHANGED
|
@@ -588,6 +588,12 @@
|
|
|
588
588
|
"term": "tspToAirAnimalHousing",
|
|
589
589
|
"methodTier": "tier 1"
|
|
590
590
|
},
|
|
591
|
+
{
|
|
592
|
+
"path": "hestia_earth/models/environmentalFootprintV3/environmentalFootprintSingleOverallScore.py",
|
|
593
|
+
"docPath": "hestia_earth/models/environmentalFootprintV3/environmentalFootprintSingleOverallScore.md",
|
|
594
|
+
"model": "environmentalFootprintV3",
|
|
595
|
+
"term": "environmentalFootprintSingleOverallScore"
|
|
596
|
+
},
|
|
591
597
|
{
|
|
592
598
|
"path": "hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py",
|
|
593
599
|
"docPath": "hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.md",
|
|
@@ -680,10 +686,10 @@
|
|
|
680
686
|
"term": "ionisingRadiationKbqU235Eq"
|
|
681
687
|
},
|
|
682
688
|
{
|
|
683
|
-
"path": "hestia_earth/models/geospatialDatabase/
|
|
684
|
-
"docPath": "hestia_earth/models/geospatialDatabase/
|
|
689
|
+
"path": "hestia_earth/models/geospatialDatabase/awareWaterBasinId.py",
|
|
690
|
+
"docPath": "hestia_earth/models/geospatialDatabase/awareWaterBasinId.md",
|
|
685
691
|
"model": "geospatialDatabase",
|
|
686
|
-
"modelKey": "
|
|
692
|
+
"modelKey": "awareWaterBasinId"
|
|
687
693
|
},
|
|
688
694
|
{
|
|
689
695
|
"path": "hestia_earth/models/geospatialDatabase/clayContent.py",
|
|
@@ -889,6 +895,12 @@
|
|
|
889
895
|
"model": "hestia",
|
|
890
896
|
"term": "landTransformation20YearAverageDuringCycle"
|
|
891
897
|
},
|
|
898
|
+
{
|
|
899
|
+
"path": "hestia_earth/models/hestia/residueRemoved.py",
|
|
900
|
+
"docPath": "hestia_earth/models/hestia/residueRemoved.md",
|
|
901
|
+
"model": "hestia",
|
|
902
|
+
"term": "residueRemoved"
|
|
903
|
+
},
|
|
892
904
|
{
|
|
893
905
|
"path": "hestia_earth/models/hestia/seed_emissions.py",
|
|
894
906
|
"docPath": "hestia_earth/models/hestia/seed_emissions.md",
|
package/package.json
CHANGED
package/search-results.json
CHANGED
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
"@type": "Term",
|
|
1769
1769
|
"name": "Generic crop, seed",
|
|
1770
1770
|
"@id": "genericCropSeed",
|
|
1771
|
-
"_score": 25.
|
|
1771
|
+
"_score": 25.417622
|
|
1772
1772
|
}
|
|
1773
1773
|
]
|
|
1774
1774
|
},
|
|
@@ -2004,157 +2004,157 @@
|
|
|
2004
2004
|
"@type": "Term",
|
|
2005
2005
|
"name": "Glass or high accessible cover",
|
|
2006
2006
|
"@id": "glassOrHighAccessibleCover",
|
|
2007
|
-
"_score": 64.
|
|
2007
|
+
"_score": 64.78735
|
|
2008
2008
|
},
|
|
2009
2009
|
{
|
|
2010
2010
|
"@type": "Term",
|
|
2011
2011
|
"name": "Sea or ocean",
|
|
2012
2012
|
"@id": "seaOrOcean",
|
|
2013
|
-
"_score": 54.
|
|
2013
|
+
"_score": 54.49869
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"@type": "Term",
|
|
2017
2017
|
"name": "River or stream",
|
|
2018
2018
|
"@id": "riverOrStream",
|
|
2019
|
-
"_score": 52.
|
|
2019
|
+
"_score": 52.33286
|
|
2020
2020
|
},
|
|
2021
2021
|
{
|
|
2022
2022
|
"@type": "Term",
|
|
2023
2023
|
"name": "Other natural vegetation",
|
|
2024
2024
|
"@id": "otherNaturalVegetation",
|
|
2025
|
-
"_score": 43.
|
|
2025
|
+
"_score": 43.071865
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
2028
|
"@type": "Term",
|
|
2029
2029
|
"name": "Agri-food processor",
|
|
2030
2030
|
"@id": "agriFoodProcessor",
|
|
2031
|
-
"_score":
|
|
2031
|
+
"_score": 41.75925
|
|
2032
2032
|
},
|
|
2033
2033
|
{
|
|
2034
2034
|
"@type": "Term",
|
|
2035
2035
|
"name": "Food retailer",
|
|
2036
2036
|
"@id": "foodRetailer",
|
|
2037
|
-
"_score": 41.
|
|
2037
|
+
"_score": 41.196114
|
|
2038
2038
|
},
|
|
2039
2039
|
{
|
|
2040
2040
|
"@type": "Term",
|
|
2041
2041
|
"name": "Natural forest",
|
|
2042
2042
|
"@id": "naturalForest",
|
|
2043
|
-
"_score": 32.
|
|
2043
|
+
"_score": 32.262592
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
2046
2046
|
"@type": "Term",
|
|
2047
2047
|
"name": "Permanent pasture",
|
|
2048
2048
|
"@id": "permanentPasture",
|
|
2049
|
-
"_score": 28.
|
|
2049
|
+
"_score": 28.761673
|
|
2050
2050
|
},
|
|
2051
2051
|
{
|
|
2052
2052
|
"@type": "Term",
|
|
2053
2053
|
"name": "Animal housing",
|
|
2054
2054
|
"@id": "animalHousing",
|
|
2055
|
-
"_score": 27.
|
|
2055
|
+
"_score": 27.809086
|
|
2056
2056
|
},
|
|
2057
2057
|
{
|
|
2058
2058
|
"@type": "Term",
|
|
2059
2059
|
"name": "Root or tuber crop plant",
|
|
2060
2060
|
"@id": "rootOrTuberCropPlant",
|
|
2061
|
-
"_score": 27.
|
|
2061
|
+
"_score": 27.444334
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
2064
|
"@type": "Term",
|
|
2065
2065
|
"name": "High intensity grazing pasture",
|
|
2066
2066
|
"@id": "highIntensityGrazingPasture",
|
|
2067
|
-
"_score": 24.
|
|
2067
|
+
"_score": 24.399143
|
|
2068
2068
|
},
|
|
2069
2069
|
{
|
|
2070
2070
|
"@type": "Term",
|
|
2071
2071
|
"name": "Forest",
|
|
2072
2072
|
"@id": "forest",
|
|
2073
|
-
"_score": 20.
|
|
2073
|
+
"_score": 20.347794
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
2076
|
"@type": "Term",
|
|
2077
2077
|
"name": "Permanent cropland",
|
|
2078
2078
|
"@id": "permanentCropland",
|
|
2079
|
-
"_score": 20.
|
|
2079
|
+
"_score": 20.196049
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
2082
2082
|
"@type": "Term",
|
|
2083
2083
|
"name": "Other land",
|
|
2084
2084
|
"@id": "otherLand",
|
|
2085
|
-
"_score": 19.
|
|
2085
|
+
"_score": 19.765242
|
|
2086
2086
|
},
|
|
2087
2087
|
{
|
|
2088
2088
|
"@type": "Term",
|
|
2089
2089
|
"name": "Plantation forest",
|
|
2090
2090
|
"@id": "plantationForest",
|
|
2091
|
-
"_score": 19.
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"@type": "Term",
|
|
2095
|
-
"name": "Sea kale plant",
|
|
2096
|
-
"@id": "seaKalePlant",
|
|
2097
|
-
"_score": 18.2738
|
|
2091
|
+
"_score": 19.03003
|
|
2098
2092
|
},
|
|
2099
2093
|
{
|
|
2100
2094
|
"@type": "Term",
|
|
2101
2095
|
"name": "Lake",
|
|
2102
2096
|
"@id": "lake",
|
|
2103
|
-
"_score": 18.
|
|
2097
|
+
"_score": 18.264688
|
|
2104
2098
|
},
|
|
2105
2099
|
{
|
|
2106
2100
|
"@type": "Term",
|
|
2107
|
-
"name": "
|
|
2108
|
-
"@id": "
|
|
2109
|
-
"_score": 18.
|
|
2101
|
+
"name": "Sea kale plant",
|
|
2102
|
+
"@id": "seaKalePlant",
|
|
2103
|
+
"_score": 18.135399
|
|
2110
2104
|
},
|
|
2111
2105
|
{
|
|
2112
2106
|
"@type": "Term",
|
|
2113
2107
|
"name": "Native pasture",
|
|
2114
2108
|
"@id": "nativePasture",
|
|
2115
|
-
"_score": 17.
|
|
2109
|
+
"_score": 17.863037
|
|
2116
2110
|
},
|
|
2117
2111
|
{
|
|
2118
2112
|
"@type": "Term",
|
|
2119
2113
|
"name": "Improved pasture",
|
|
2120
2114
|
"@id": "improvedPasture",
|
|
2121
|
-
"_score": 17.
|
|
2115
|
+
"_score": 17.444498
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"@type": "Term",
|
|
2119
|
+
"name": "Red sea plume alga",
|
|
2120
|
+
"@id": "redSeaPlumeAlga",
|
|
2121
|
+
"_score": 17.235117
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
2124
|
"@type": "Term",
|
|
2125
2125
|
"name": "Nominally managed pasture",
|
|
2126
2126
|
"@id": "nominallyManagedPasture",
|
|
2127
|
-
"_score": 16.
|
|
2127
|
+
"_score": 16.79026
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
"@type": "Term",
|
|
2131
2131
|
"name": "Severely degraded pasture",
|
|
2132
2132
|
"@id": "severelyDegradedPasture",
|
|
2133
|
-
"_score": 16.
|
|
2133
|
+
"_score": 16.32682
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
2136
|
"@type": "Term",
|
|
2137
2137
|
"name": "Pond",
|
|
2138
2138
|
"@id": "pond",
|
|
2139
|
-
"_score": 15.
|
|
2139
|
+
"_score": 15.64036
|
|
2140
2140
|
},
|
|
2141
2141
|
{
|
|
2142
2142
|
"@type": "Term",
|
|
2143
2143
|
"name": "River tamarind tree",
|
|
2144
2144
|
"@id": "riverTamarindTree",
|
|
2145
|
-
"_score": 15.
|
|
2145
|
+
"_score": 15.445333
|
|
2146
2146
|
},
|
|
2147
2147
|
{
|
|
2148
2148
|
"@type": "Term",
|
|
2149
2149
|
"name": "Annual cropland",
|
|
2150
2150
|
"@id": "annualCropland",
|
|
2151
|
-
"_score": 9.
|
|
2151
|
+
"_score": 9.808704
|
|
2152
2152
|
},
|
|
2153
2153
|
{
|
|
2154
2154
|
"@type": "Term",
|
|
2155
2155
|
"name": "Cropland",
|
|
2156
2156
|
"@id": "cropland",
|
|
2157
|
-
"_score": 9.
|
|
2157
|
+
"_score": 9.772207
|
|
2158
2158
|
}
|
|
2159
2159
|
]
|
|
2160
2160
|
},
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ENGINE_VERSION = '0.
|
|
1
|
+
export const ENGINE_VERSION = '0.66.0';
|