hestia-earth-models 0.64.5__py3-none-any.whl → 0.64.6__py3-none-any.whl
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.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py +3 -3
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +3 -1
- hestia_earth/models/mocking/search-results.json +33 -33
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.64.5.dist-info → hestia_earth_models-0.64.6.dist-info}/METADATA +1 -1
- {hestia_earth_models-0.64.5.dist-info → hestia_earth_models-0.64.6.dist-info}/RECORD +9 -9
- {hestia_earth_models-0.64.5.dist-info → hestia_earth_models-0.64.6.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.64.5.dist-info → hestia_earth_models-0.64.6.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.64.5.dist-info → hestia_earth_models-0.64.6.dist-info}/top_level.txt +0 -0
|
@@ -90,9 +90,9 @@ def _should_run(cycle: dict):
|
|
|
90
90
|
sites = [
|
|
91
91
|
site for site in sites
|
|
92
92
|
if all([
|
|
93
|
-
site.get('area'
|
|
94
|
-
site.get('duration'
|
|
95
|
-
site.get('landCover-id')
|
|
93
|
+
(site.get('area') or 0) > 0,
|
|
94
|
+
(site.get('duration') or 0) > 0,
|
|
95
|
+
site.get('landCover-id')
|
|
96
96
|
])
|
|
97
97
|
]
|
|
98
98
|
|
|
@@ -68,7 +68,9 @@ LOOKUPS = {
|
|
|
68
68
|
"defaultPercentageYmMethaneConversionFactorEntericFermentation-min",
|
|
69
69
|
"defaultPercentageYmMethaneConversionFactorEntericFermentation-max"
|
|
70
70
|
],
|
|
71
|
-
"crop-property": ["neutralDetergentFibreContent", "energyContentHigherHeatingValue"]
|
|
71
|
+
"crop-property": ["neutralDetergentFibreContent", "energyContentHigherHeatingValue"],
|
|
72
|
+
"forage-property": ["neutralDetergentFibreContent", "energyContentHigherHeatingValue"],
|
|
73
|
+
"processedFood-property": ["neutralDetergentFibreContent", "energyContentHigherHeatingValue"]
|
|
72
74
|
}
|
|
73
75
|
RETURNS = {
|
|
74
76
|
"Emission": [{
|
|
@@ -1302,11 +1302,11 @@
|
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
1304
1304
|
"@type": "Term",
|
|
1305
|
-
"@id": "
|
|
1305
|
+
"@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"@type": "Term",
|
|
1309
|
-
"@id": "
|
|
1309
|
+
"@id": "residueRemoved"
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"@type": "Term",
|
|
@@ -2004,133 +2004,133 @@
|
|
|
2004
2004
|
"@type": "Term",
|
|
2005
2005
|
"name": "Glass or high accessible cover",
|
|
2006
2006
|
"@id": "glassOrHighAccessibleCover",
|
|
2007
|
-
"_score": 58.
|
|
2007
|
+
"_score": 58.4161
|
|
2008
2008
|
},
|
|
2009
2009
|
{
|
|
2010
2010
|
"@type": "Term",
|
|
2011
2011
|
"name": "River or stream",
|
|
2012
2012
|
"@id": "riverOrStream",
|
|
2013
|
-
"_score": 49.
|
|
2013
|
+
"_score": 49.59658
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"@type": "Term",
|
|
2017
2017
|
"name": "Other natural vegetation",
|
|
2018
2018
|
"@id": "otherNaturalVegetation",
|
|
2019
|
-
"_score": 38.
|
|
2019
|
+
"_score": 38.991608
|
|
2020
2020
|
},
|
|
2021
2021
|
{
|
|
2022
2022
|
"@type": "Term",
|
|
2023
2023
|
"name": "Natural forest",
|
|
2024
2024
|
"@id": "naturalForest",
|
|
2025
|
-
"_score": 29.
|
|
2025
|
+
"_score": 29.744726
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
2028
|
"@type": "Term",
|
|
2029
2029
|
"name": "Permanent pasture",
|
|
2030
2030
|
"@id": "permanentPasture",
|
|
2031
|
-
"_score": 27.
|
|
2031
|
+
"_score": 27.615036
|
|
2032
2032
|
},
|
|
2033
2033
|
{
|
|
2034
2034
|
"@type": "Term",
|
|
2035
2035
|
"name": "Animal housing",
|
|
2036
2036
|
"@id": "animalHousing",
|
|
2037
|
-
"_score": 26.
|
|
2037
|
+
"_score": 26.396496
|
|
2038
2038
|
},
|
|
2039
2039
|
{
|
|
2040
2040
|
"@type": "Term",
|
|
2041
2041
|
"name": "Root or tuber crop plant",
|
|
2042
2042
|
"@id": "rootOrTuberCropPlant",
|
|
2043
|
-
"_score": 24.
|
|
2043
|
+
"_score": 24.173046
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
2046
2046
|
"@type": "Term",
|
|
2047
2047
|
"name": "High intensity grazing pasture",
|
|
2048
2048
|
"@id": "highIntensityGrazingPasture",
|
|
2049
|
-
"_score": 22.
|
|
2049
|
+
"_score": 22.774563
|
|
2050
2050
|
},
|
|
2051
2051
|
{
|
|
2052
2052
|
"@type": "Term",
|
|
2053
2053
|
"name": "Permanent cropland",
|
|
2054
2054
|
"@id": "permanentCropland",
|
|
2055
|
-
"_score": 19.
|
|
2055
|
+
"_score": 19.904846
|
|
2056
2056
|
},
|
|
2057
2057
|
{
|
|
2058
2058
|
"@type": "Term",
|
|
2059
2059
|
"name": "Forest",
|
|
2060
2060
|
"@id": "forest",
|
|
2061
|
-
"_score":
|
|
2061
|
+
"_score": 18.93229
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
2064
|
"@type": "Term",
|
|
2065
2065
|
"name": "Pond",
|
|
2066
2066
|
"@id": "pond",
|
|
2067
|
-
"_score": 18.
|
|
2067
|
+
"_score": 18.6627
|
|
2068
2068
|
},
|
|
2069
2069
|
{
|
|
2070
2070
|
"@type": "Term",
|
|
2071
2071
|
"name": "Plantation forest",
|
|
2072
2072
|
"@id": "plantationForest",
|
|
2073
|
-
"_score": 17.
|
|
2073
|
+
"_score": 17.620533
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
2076
|
"@type": "Term",
|
|
2077
2077
|
"name": "Lake",
|
|
2078
2078
|
"@id": "lake",
|
|
2079
|
-
"_score": 17.
|
|
2079
|
+
"_score": 17.200394
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
2082
2082
|
"@type": "Term",
|
|
2083
2083
|
"name": "Improved pasture",
|
|
2084
2084
|
"@id": "improvedPasture",
|
|
2085
|
-
"_score": 16.
|
|
2085
|
+
"_score": 16.5076
|
|
2086
2086
|
},
|
|
2087
2087
|
{
|
|
2088
2088
|
"@type": "Term",
|
|
2089
|
-
"name": "
|
|
2090
|
-
"@id": "
|
|
2091
|
-
"_score": 16.
|
|
2089
|
+
"name": "Sea kale plant",
|
|
2090
|
+
"@id": "seaKalePlant",
|
|
2091
|
+
"_score": 16.2728
|
|
2092
2092
|
},
|
|
2093
2093
|
{
|
|
2094
2094
|
"@type": "Term",
|
|
2095
|
-
"name": "
|
|
2096
|
-
"@id": "
|
|
2097
|
-
"_score": 16.
|
|
2095
|
+
"name": "Native pasture",
|
|
2096
|
+
"@id": "nativePasture",
|
|
2097
|
+
"_score": 16.256336
|
|
2098
2098
|
},
|
|
2099
2099
|
{
|
|
2100
2100
|
"@type": "Term",
|
|
2101
2101
|
"name": "Red sea plume alga",
|
|
2102
2102
|
"@id": "redSeaPlumeAlga",
|
|
2103
|
-
"_score": 16.
|
|
2103
|
+
"_score": 16.11869
|
|
2104
2104
|
},
|
|
2105
2105
|
{
|
|
2106
2106
|
"@type": "Term",
|
|
2107
2107
|
"name": "River tamarind tree",
|
|
2108
2108
|
"@id": "riverTamarindTree",
|
|
2109
|
-
"_score": 15.
|
|
2109
|
+
"_score": 15.68997
|
|
2110
2110
|
},
|
|
2111
2111
|
{
|
|
2112
2112
|
"@type": "Term",
|
|
2113
2113
|
"name": "Severely degraded pasture",
|
|
2114
2114
|
"@id": "severelyDegradedPasture",
|
|
2115
|
-
"_score": 15.
|
|
2115
|
+
"_score": 15.348995
|
|
2116
2116
|
},
|
|
2117
2117
|
{
|
|
2118
2118
|
"@type": "Term",
|
|
2119
2119
|
"name": "Nominally managed pasture",
|
|
2120
2120
|
"@id": "nominallyManagedPasture",
|
|
2121
|
-
"_score": 15.
|
|
2121
|
+
"_score": 15.190864
|
|
2122
2122
|
},
|
|
2123
2123
|
{
|
|
2124
2124
|
"@type": "Term",
|
|
2125
2125
|
"name": "Cropland",
|
|
2126
2126
|
"@id": "cropland",
|
|
2127
|
-
"_score": 10.
|
|
2127
|
+
"_score": 10.217111
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
"@type": "Term",
|
|
2131
2131
|
"name": "Annual cropland",
|
|
2132
2132
|
"@id": "annualCropland",
|
|
2133
|
-
"_score": 9.
|
|
2133
|
+
"_score": 9.485406
|
|
2134
2134
|
}
|
|
2135
2135
|
]
|
|
2136
2136
|
},
|
|
@@ -2173,15 +2173,15 @@
|
|
|
2173
2173
|
"results": [
|
|
2174
2174
|
{
|
|
2175
2175
|
"@type": "Term",
|
|
2176
|
-
"@id": "
|
|
2176
|
+
"@id": "diesel1D"
|
|
2177
2177
|
},
|
|
2178
2178
|
{
|
|
2179
2179
|
"@type": "Term",
|
|
2180
|
-
"@id": "
|
|
2180
|
+
"@id": "marineDieselOil"
|
|
2181
2181
|
},
|
|
2182
2182
|
{
|
|
2183
2183
|
"@type": "Term",
|
|
2184
|
-
"@id": "
|
|
2184
|
+
"@id": "petrolBurntIn2StrokeEngine"
|
|
2185
2185
|
},
|
|
2186
2186
|
{
|
|
2187
2187
|
"@type": "Term",
|
|
@@ -2197,11 +2197,11 @@
|
|
|
2197
2197
|
},
|
|
2198
2198
|
{
|
|
2199
2199
|
"@type": "Term",
|
|
2200
|
-
"@id": "
|
|
2200
|
+
"@id": "petrolBurntIn4StrokeEngine"
|
|
2201
2201
|
},
|
|
2202
2202
|
{
|
|
2203
2203
|
"@type": "Term",
|
|
2204
|
-
"@id": "
|
|
2204
|
+
"@id": "petrol"
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"@type": "Term",
|
hestia_earth/models/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = '0.64.
|
|
1
|
+
VERSION = '0.64.6'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hestia-earth-models
|
|
3
|
-
Version: 0.64.
|
|
3
|
+
Version: 0.64.6
|
|
4
4
|
Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
|
|
5
5
|
Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
|
|
6
6
|
Author: HESTIA Team
|
|
@@ -4,7 +4,7 @@ hestia_earth/models/cache_sites.py,sha256=KQp9cUKE-aIcYJoMWEtKFYS8gBFfsx5LKQhqoW
|
|
|
4
4
|
hestia_earth/models/log.py,sha256=DbfNcGzaC5hzkuMDxQqW6XYoNBI4Uxw4SIoOYoZA6og,3474
|
|
5
5
|
hestia_earth/models/preload_requests.py,sha256=Ibx-YOhR_1yuyFBxsLUbvJHVK7PLyMLoPu5l9jDN_Qk,1342
|
|
6
6
|
hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
|
|
7
|
-
hestia_earth/models/version.py,sha256=
|
|
7
|
+
hestia_earth/models/version.py,sha256=zKnLZtyskCFM1o4QvK1WYD9h60tOljr4jMaMTzDcp9Q,19
|
|
8
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
|
9
9
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=tnGxBmJdPfPFfehLUQcefEqy1lHvzsSpx_s7O8nf3Zs,4412
|
|
10
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=BPjnWmg73i_OxM2ouCdMTWZtPIqyoUAXrvutntyteE0,3390
|
|
@@ -138,7 +138,7 @@ hestia_earth/models/emepEea2019/utils.py,sha256=oTHjbRRwJZv_tpO9MOlfpyQRmN0a1kvE
|
|
|
138
138
|
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=nIuPIkQR1ghv_T_Ab4Ckq5wmGdWVmgbaOjhtKfIJ-WE,2183
|
|
139
139
|
hestia_earth/models/environmentalFootprintV3/__init__.py,sha256=lzg9qccwd9tbspw0lQ58YPprnvvSLTn3QV5T2-tPcC4,425
|
|
140
140
|
hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py,sha256=X62-4v0NJdM_Z5kLK3NuU4GNEeSrXlKlMZQB_o4JZ6c,1018
|
|
141
|
-
hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py,sha256=
|
|
141
|
+
hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py,sha256=33lGSdexLPZGEMCm09xzr4myp74B5-hG8pb7HhPvaGk,4278
|
|
142
142
|
hestia_earth/models/environmentalFootprintV3/utils.py,sha256=HKz_ckzuMZvo8YL-laApyhiccl2NoJUxHs2npwBCMWw,712
|
|
143
143
|
hestia_earth/models/epa2014/__init__.py,sha256=ckGf_6X7CCzI_18OqchEkuJAXKXM1x7V53u480ckknM,408
|
|
144
144
|
hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py,sha256=fN4fOOcjBg3tl0lzNeJ8mzg6mrvQRxilx-R5Gc4l4Nw,1724
|
|
@@ -244,7 +244,7 @@ hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQq
|
|
|
244
244
|
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=7AFU2Q0qPAvv6uEKWByS38jl77FvjTPbGm2GQ53waGg,3499
|
|
245
245
|
hestia_earth/models/ipcc2019/carbonContent.py,sha256=tlQvu4Auhpjmaz7XrZz86xwxVrJhsYYf8DFA_aQeev4,7255
|
|
246
246
|
hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=q6yyEiYQhHJ2VyQy2Fa84cuTl1D8bjBXOK3UpaRuo20,3196
|
|
247
|
-
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=
|
|
247
|
+
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=7rA9thwYXbJkSFTEl71AbFVQfBz0CaJfblpJpO9s6D8,11611
|
|
248
248
|
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=eY_yb7ncTb_2HoUUgXZnnRHiybTXYj_DTe3CmDzD3fY,6717
|
|
249
249
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=TJ4J7VA5n4RPrJYZQeR3lc3ZoCw7T1E5Cb1XJewr834,7331
|
|
250
250
|
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=n87ghsqDEuZodeJOAHadfS2au4rqB-cuhZoZhrG55dw,32154
|
|
@@ -395,7 +395,7 @@ hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPastur
|
|
|
395
395
|
hestia_earth/models/linkedImpactAssessment/utils.py,sha256=dGwGc2d-8_WQElTpfyPmz5vQtL-LHQRmiZnCTuPXMDs,1876
|
|
396
396
|
hestia_earth/models/mocking/__init__.py,sha256=n3Fkkrvh8zHNWiJZmnfQ7WZ91JRzAO9P6pSG1JpwtXo,687
|
|
397
397
|
hestia_earth/models/mocking/mock_search.py,sha256=qgABw-sZK37XtsALKt8AHF2VJPUrZSnHv5Qj1Dn93oA,2405
|
|
398
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
398
|
+
hestia_earth/models/mocking/search-results.json,sha256=Rr_kuhVrDnGcO6OcbNyiI3GhUjRiPB6Rofq-w3gKVWo,54779
|
|
399
399
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
400
400
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
401
401
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
@@ -1154,8 +1154,8 @@ tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapC
|
|
|
1154
1154
|
tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
|
|
1155
1155
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1156
1156
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1157
|
-
hestia_earth_models-0.64.
|
|
1158
|
-
hestia_earth_models-0.64.
|
|
1159
|
-
hestia_earth_models-0.64.
|
|
1160
|
-
hestia_earth_models-0.64.
|
|
1161
|
-
hestia_earth_models-0.64.
|
|
1157
|
+
hestia_earth_models-0.64.6.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
|
|
1158
|
+
hestia_earth_models-0.64.6.dist-info/METADATA,sha256=taQ9SloAcfzJDxjgcUAZMjcjgHm4LwKkcIpm1m-c9-E,3343
|
|
1159
|
+
hestia_earth_models-0.64.6.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
1160
|
+
hestia_earth_models-0.64.6.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1161
|
+
hestia_earth_models-0.64.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|