hestia-earth-models 0.64.10__py3-none-any.whl → 0.64.12__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/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
- hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
- hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
- hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
- hestia_earth/models/cycle/completeness/cropResidue.py +15 -10
- hestia_earth/models/cycle/completeness/freshForage.py +60 -0
- hestia_earth/models/cycle/concentrateFeed.py +31 -19
- hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
- hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +7 -17
- hestia_earth/models/faostat2018/utils.py +72 -12
- hestia_earth/models/hestia/__init__.py +13 -0
- hestia_earth/models/hestia/landCover.py +725 -0
- hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
- hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
- hestia_earth/models/ipcc2019/animal/fatContent.py +1 -1
- hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +91 -0
- hestia_earth/models/ipcc2019/animal/trueProteinContent.py +1 -1
- hestia_earth/models/ipcc2019/animal/utils.py +17 -12
- hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +8 -4
- hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +7 -3
- hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +45 -3
- hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +7 -3
- hestia_earth/models/ipcc2021/gwp100.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/mocking/search-results.json +335 -335
- hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
- hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +2 -2
- hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
- hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
- hestia_earth/models/utils/impact_assessment.py +18 -8
- hestia_earth/models/utils/lookup.py +2 -1
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.12.dist-info}/METADATA +2 -2
- {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.12.dist-info}/RECORD +71 -62
- tests/models/cycle/completeness/test_freshForage.py +21 -0
- tests/models/faostat2018/test_faostat_utils.py +84 -0
- tests/models/hestia/__init__.py +0 -0
- tests/models/hestia/test_landCover.py +209 -0
- tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +21 -0
- tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +48 -1
- tests/models/utils/test_impact_assessment.py +3 -3
- {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.12.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.12.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.12.dist-info}/top_level.txt +0 -0
|
@@ -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=Ds7eJqKfbiiaKqpRr69Z_GKUpYtP1j7XZKZX4Y9z7lE,1348
|
|
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=gqX4DFm9GQhSbAelUK8yrfNUHfEeS-Id8fI9wY0Op4Q,20
|
|
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
|
|
@@ -30,16 +30,16 @@ hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=Z0IrvVv-dKsRt09LmT7sc6e1
|
|
|
30
30
|
hestia_earth/models/cml2001Baseline/__init__.py,sha256=0uGrCKDNUH-MUkpvts9MyPMnZKao-M03gU8uKquUozQ,416
|
|
31
31
|
hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=dpAnytPCO8FfCFbJ9CuplsZqvkZabYdmHDd-L8WMZPs,7919
|
|
32
32
|
hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=4p9Ui78F69yhZkXCwcM6lwbpaNLdpO9p_uJDnLqYhRM,5919
|
|
33
|
-
hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py,sha256=
|
|
34
|
-
hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=
|
|
33
|
+
hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py,sha256=rEuKMMasyR9eI-AfjmK8thfUeRU6Htm0WMQhNsz4Nsc,1024
|
|
34
|
+
hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=jmbdcwCr4MLgyqVBtzs79ql7C5NCvf044pYUSLoKXdc,1069
|
|
35
35
|
hestia_earth/models/cml2001NonBaseline/__init__.py,sha256=vI8wp8Og_e8DiJqYYvp33YoI3t4ffAC31LWlnV20JTg,419
|
|
36
|
-
hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py,sha256=
|
|
37
|
-
hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=
|
|
36
|
+
hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py,sha256=PwJeUuTjUKxwldGDtsYJL8zrkm1zPCQcq_BXC2UuR7U,1053
|
|
37
|
+
hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=qVk3OTGSZ0zp8AbQr7ZjhQpAIps3qt4dr1AJ7ZBDGnM,1047
|
|
38
38
|
hestia_earth/models/cycle/__init__.py,sha256=VowO3kOHb0LpURsljNaJsYO7s6vgjhul6bF_85UjUEI,406
|
|
39
39
|
hestia_earth/models/cycle/aboveGroundCropResidueTotal.py,sha256=9swq4YEeJQ2YjVOmghgBYWkMZWdNU4MKCUBY5FsmBSU,3088
|
|
40
40
|
hestia_earth/models/cycle/coldCarcassWeightPerHead.py,sha256=fQ7huuxyS5PQkRmR_tRCOz9rV3LJwLfLQJjH_TcTz6k,2955
|
|
41
41
|
hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py,sha256=k0xg5SIfJGwEKteFr2Fh-lh8yDC_sqQw_lBnnfwl9zU,3069
|
|
42
|
-
hestia_earth/models/cycle/concentrateFeed.py,sha256=
|
|
42
|
+
hestia_earth/models/cycle/concentrateFeed.py,sha256=e9oaCoRNfEZEDbalxq7L2Z5rYXpyUdR84sGHi4efm2M,6701
|
|
43
43
|
hestia_earth/models/cycle/cropResidueManagement.py,sha256=QTRCCFu9VvD_a3_8aAj216vsuhAJEhlAwTJH7ifMkDo,2237
|
|
44
44
|
hestia_earth/models/cycle/croppingIntensity.py,sha256=44CgDqXg9CBRfTPYTyOleQT-M4_tsQgPba-0vjjk_C4,1770
|
|
45
45
|
hestia_earth/models/cycle/cycleDuration.py,sha256=ccODF5CJBEd55-CMttCr0eI4uH7OoRvYJZjcth09QMg,3193
|
|
@@ -79,9 +79,10 @@ hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py,sha256=EpJ6qU0jso
|
|
|
79
79
|
hestia_earth/models/cycle/animal/input/properties.py,sha256=8hqVh4AtW4ZBo3z0mz93etfKCEZgZwBeBVRF9yNYsf0,3609
|
|
80
80
|
hestia_earth/models/cycle/completeness/__init__.py,sha256=rkwGtxIay_AleJCT7al_ngnix_xRqySVie7qvHXMQI0,1517
|
|
81
81
|
hestia_earth/models/cycle/completeness/animalFeed.py,sha256=8Fo1TqwSuiPudvd2vJ-LVxSyOdD8mDCOZMvjuj5W2uo,1012
|
|
82
|
-
hestia_earth/models/cycle/completeness/cropResidue.py,sha256=
|
|
82
|
+
hestia_earth/models/cycle/completeness/cropResidue.py,sha256=Jpmm5SAiyUkaFp8EsBIQ55jiCyn3C20a3au_zaPRnEk,2837
|
|
83
83
|
hestia_earth/models/cycle/completeness/electricityFuel.py,sha256=FWG8EuOPubTLDc3jMJv6NdFCgG0wOVgxv-5P9wA7Nys,2044
|
|
84
84
|
hestia_earth/models/cycle/completeness/excreta.py,sha256=2yVxcuWjAh4hoEukaMJ90VZpkCL7SfpwIgzigbjVaF4,996
|
|
85
|
+
hestia_earth/models/cycle/completeness/freshForage.py,sha256=MORlqhTZT67TWgH9Zu1aPHxBXIU4JSmjaV6uzSqKnc8,1973
|
|
85
86
|
hestia_earth/models/cycle/completeness/material.py,sha256=UQH2oRnUY-Q-_MVuOlTAYqQxc7wWDM5mi_iFmp9PlIQ,1362
|
|
86
87
|
hestia_earth/models/cycle/completeness/seed.py,sha256=g4GOzRx249pEfr2beU9n5tzBiWA3hhxnqyiGri7QbEI,1662
|
|
87
88
|
hestia_earth/models/cycle/completeness/soilAmendment.py,sha256=AXGtO1d8oLWgvmVLoNBqknsH2lmr5y15E2xkgZpkCSU,1392
|
|
@@ -125,7 +126,7 @@ hestia_earth/models/ecoinventV3/utils.py,sha256=HqtD8MzK9C_RCJ-ME-5G4J1KoCn5FqmA
|
|
|
125
126
|
hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py,sha256=XYFDUNpQpzbjPgLus0YlM3UdiXX7LLwn-XJqjrH9ywM,5801
|
|
126
127
|
hestia_earth/models/ecoinventV3AndEmberClimate/utils.py,sha256=INWB7gyhzk49GQ0KAcBS-Kzwdoyd5MQJcsCtuT6XxZA,1352
|
|
127
128
|
hestia_earth/models/edip2003/__init__.py,sha256=nyB0CI2gNmRAXj-203aJHQMmETYhcY-dHbMABOhJ7YI,409
|
|
128
|
-
hestia_earth/models/edip2003/ozoneDepletionPotential.py,sha256=
|
|
129
|
+
hestia_earth/models/edip2003/ozoneDepletionPotential.py,sha256=4vsNUBIczISSr6yY8jazFkBSfuzHLXV2JdFidqSrXLE,989
|
|
129
130
|
hestia_earth/models/emepEea2019/__init__.py,sha256=l90-pWrqIzt1ap1WNk0gF4iZeF5_TSG62hE83bIi4rQ,412
|
|
130
131
|
hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py,sha256=ib_xzEbIg-iQwvW2L4BosD9lV6EYOXAiIs8gYhSD9GE,1431
|
|
131
132
|
hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py,sha256=H4dgGqDuvYN4S7TRxYsX3hms1xMWr8clR2gkyyO8T18,1438
|
|
@@ -147,7 +148,7 @@ hestia_earth/models/environmentalFootprintV3/utils.py,sha256=fZ99_G0Kh4OUW5wH-Lg
|
|
|
147
148
|
hestia_earth/models/epa2014/__init__.py,sha256=ckGf_6X7CCzI_18OqchEkuJAXKXM1x7V53u480ckknM,408
|
|
148
149
|
hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py,sha256=fN4fOOcjBg3tl0lzNeJ8mzg6mrvQRxilx-R5Gc4l4Nw,1724
|
|
149
150
|
hestia_earth/models/fantkeEtAl2016/__init__.py,sha256=NtOlRmjTA4e8i0nW8erwdm-DDtfYlbLiARqqv82bkU4,415
|
|
150
|
-
hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py,sha256=
|
|
151
|
+
hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py,sha256=6o_2j4pgNlgS9ogSoRF3UivddYgbyy7TsueBC_79Y8k,1188
|
|
151
152
|
hestia_earth/models/faostat2018/__init__.py,sha256=ecN-pKF1pkFnzmooBrg1VAxJkG76q9v4piiaKGP_vbo,412
|
|
152
153
|
hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py,sha256=y1ouj5FBrnGWxd4dIC7luG6iQwiMrm1CGgYbXCcKS8E,3139
|
|
153
154
|
hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py,sha256=Aphq7r06Q5-RDer4i1CneOLifVQCKTiVPTIWE3AxLfE,3230
|
|
@@ -156,7 +157,7 @@ hestia_earth/models/faostat2018/landTransformationFromCropland20YearAverage.py,s
|
|
|
156
157
|
hestia_earth/models/faostat2018/liveweightPerHead.py,sha256=flI3_TyG-7xoWp6cU6pZAFiXyHyFkfRz7Lmb7cQAffI,5140
|
|
157
158
|
hestia_earth/models/faostat2018/readyToCookWeightPerHead.py,sha256=b1_GZQ3oFl88w6TY5DqLSqXNaYX6TcRBK4R9M2cWSjM,3165
|
|
158
159
|
hestia_earth/models/faostat2018/seed.py,sha256=ts9PKs9UnZnJ9nPFlL7etL1Qb9uIWIES8Mz8W7FWbOw,2917
|
|
159
|
-
hestia_earth/models/faostat2018/utils.py,sha256=
|
|
160
|
+
hestia_earth/models/faostat2018/utils.py,sha256=gxs7tULyBDhkvB2NuI3RnYTYzm75vEw1B2dDf48D_R8,5741
|
|
160
161
|
hestia_earth/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
161
162
|
hestia_earth/models/faostat2018/product/price.py,sha256=X7Zxa-rXthzYdgw2lzybbHc-oKGE5nyXpBn-BfZC_7w,7753
|
|
162
163
|
hestia_earth/models/frischknechtEtAl2000/__init__.py,sha256=Fixyy9UwoCGP5-MHyJu_ctS40SQ2imfvZo8a547029U,421
|
|
@@ -198,6 +199,8 @@ hestia_earth/models/globalCropWaterModel2008/rootingDepth.py,sha256=pajS-6UWxqIq
|
|
|
198
199
|
hestia_earth/models/haversineFormula/__init__.py,sha256=o155nR-XI67iCSBVNYIu4sPRIF3C2Y1NnUZ6lfpi0Do,417
|
|
199
200
|
hestia_earth/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
200
201
|
hestia_earth/models/haversineFormula/transport/distance.py,sha256=163KrmKzlEQuKYT1ZvpPgmKlv_-mmvxp0A1_uKya99w,4203
|
|
202
|
+
hestia_earth/models/hestia/__init__.py,sha256=o5vAmPzSaK9XPgL8GCne3-lugfCOgZhHELYolNgqyyY,407
|
|
203
|
+
hestia_earth/models/hestia/landCover.py,sha256=PRQ4-7-EvDrhngvwtxHoNOfE4oY7zlfqsZMVI6Wzaes,28336
|
|
201
204
|
hestia_earth/models/hyde32/__init__.py,sha256=hSOwDiK0M0NfmQbW_J7O_SZa8IsJMgITSHSVMsDS4KI,407
|
|
202
205
|
hestia_earth/models/hyde32/landTransformationFromCropland100YearAverageDuringCycle.py,sha256=7ZqhExZORiYIzvkQhLhPdTPzyY2NnSKrat76poGn5tc,2392
|
|
203
206
|
hestia_earth/models/hyde32/landTransformationFromCropland20YearAverageDuringCycle.py,sha256=RDMzmxz236nMSd5IYASXFMk8wL4HyeMi2zNdhhjkTs0,2388
|
|
@@ -238,9 +241,9 @@ hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py,sha256=NAdGaG6
|
|
|
238
241
|
hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py,sha256=TzwfuMnyQv_iLsi15Vq1cxU7Kgnu5VK6Ru9yWXtBQIA,3749
|
|
239
242
|
hestia_earth/models/ipcc2006/utils.py,sha256=flB7HWrynzOorKlmrpbETGD63NMv45H8Wxjj3RCav98,739
|
|
240
243
|
hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=v4Qe-X4w3tqIHGJBNnEAK81x4ZuQMwYxQYXRncugmcU,427
|
|
241
|
-
hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=
|
|
244
|
+
hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=kRc88PWCP-UIAhhHI3ynNGMpjLwq-uZXD7jWTgeUiMA,997
|
|
242
245
|
hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
|
|
243
|
-
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=
|
|
246
|
+
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=ukZZAzByHzaD4OSpYMRfQVn5saes4ZlH1YOU1rgn85A,997
|
|
244
247
|
hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYgctjKVvtpRfQ,409
|
|
245
248
|
hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=4ymSNRlD7fr9dq4BGE8UYt3O5HwqxhJtsv7z-k_pEPQ,19190
|
|
246
249
|
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQqZRfPEvFT_bMTayMXgIsFLnx8I6iYzw,3089
|
|
@@ -252,11 +255,11 @@ hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=q6yyEiYQhHJ2Vy
|
|
|
252
255
|
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=7rA9thwYXbJkSFTEl71AbFVQfBz0CaJfblpJpO9s6D8,11611
|
|
253
256
|
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=eY_yb7ncTb_2HoUUgXZnnRHiybTXYj_DTe3CmDzD3fY,6717
|
|
254
257
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=TJ4J7VA5n4RPrJYZQeR3lc3ZoCw7T1E5Cb1XJewr834,7331
|
|
255
|
-
hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=
|
|
256
|
-
hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=
|
|
257
|
-
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=
|
|
258
|
+
hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=fefPcxy7TTG-33dgZecDppMroUAmKoluhomyLuRqQiU,6545
|
|
259
|
+
hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=l5Mrb8non9JjQhpWMzqHHK7FAjYPuWUzIwa08zdBUpo,6595
|
|
260
|
+
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=7A4wqVDmzVWaBjxG02TP8MMnqP_IQ0p8XX82nTE8XQE,55461
|
|
258
261
|
hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=7z0zdqiiWQwkyJCgSNMoK2mft3cJkTRlqwKrMuSKdWI,2454
|
|
259
|
-
hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=
|
|
262
|
+
hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=1yC99dH3ZQC3PX_ppLhDxzECTTvGwiRSGxkFudEzKBw,6613
|
|
260
263
|
hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=Ofld5SuRKndcKB3FFFoUdzSgNq-gc4kmiNyyrPKQ3Io,3580
|
|
261
264
|
hestia_earth/models/ipcc2019/croppingDuration.py,sha256=-CesZ2cNDOQoU3QyVFnSWYO-6-JXxuhRDQoHoxTawDA,3228
|
|
262
265
|
hestia_earth/models/ipcc2019/ligninContent.py,sha256=Qh-UH4lv1TIf7wWlbAPwIZZHxzbbmQgND3m15pt5Si8,7285
|
|
@@ -285,16 +288,17 @@ hestia_earth/models/ipcc2019/pastureGrass.py,sha256=Hhm9szzsL3otuo-V6fQ_cNyDbG0d
|
|
|
285
288
|
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=nL31uS3c77PH_5nA2E2MvB1NS2mMvhD341taGl5YWNE,13842
|
|
286
289
|
hestia_earth/models/ipcc2019/utils.py,sha256=MSDMu15D9DnilFUgi4_6jYXC0FaKso3OODauGTMB6hs,6229
|
|
287
290
|
hestia_earth/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
288
|
-
hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=
|
|
291
|
+
hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=T-wWzxzPdy4pexS8ivQSeH9Z6U6qRGYfCiEwQDujcww,1003
|
|
289
292
|
hestia_earth/models/ipcc2019/animal/liveweightGain.py,sha256=UElmAdB4yQEFAOT5RrURn0Yt7U3gB2qiCWvNXyLk8Hw,971
|
|
290
293
|
hestia_earth/models/ipcc2019/animal/liveweightPerHead.py,sha256=cq88VTxPYVPyEr2NLPb0Zmmppn_eMp9Xtw6Nxnta4-M,984
|
|
294
|
+
hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py,sha256=WknnXH2BmY4PFmYdF0ZAb_vl74da4DkObR7Q5dnkhRo,2752
|
|
291
295
|
hestia_earth/models/ipcc2019/animal/pastureGrass.py,sha256=4vs-KIlCKQhU1EpX0BFlVAQrh1szm154AnrPDs13oE4,12212
|
|
292
296
|
hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py,sha256=MWPnuT4WeKJCGjJ_DAJnYelsX2Ld0C5e8eN__0Ws0E0,982
|
|
293
|
-
hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=
|
|
294
|
-
hestia_earth/models/ipcc2019/animal/utils.py,sha256=
|
|
297
|
+
hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=9hOg5KAFQ6Q-2_5h8pduYiYg9QBr22UnHdJYmkh8qi0,1023
|
|
298
|
+
hestia_earth/models/ipcc2019/animal/utils.py,sha256=HPOjdJGUxn4Ls4jnr0kD5_w-JrzG1C7_cwdMpCCA1kk,4514
|
|
295
299
|
hestia_earth/models/ipcc2019/animal/weightAtMaturity.py,sha256=4Pp14_40NYcPqqBUnkqYVkpJLcDzZ70tlM-stte7JsQ,3055
|
|
296
300
|
hestia_earth/models/ipcc2021/__init__.py,sha256=VTgGFKhwMmk_nuI1RRq0in27fHYVPBonlXlPK00K8no,409
|
|
297
|
-
hestia_earth/models/ipcc2021/gwp100.py,sha256=
|
|
301
|
+
hestia_earth/models/ipcc2021/gwp100.py,sha256=EQ-OBQrahSgMBFtGregiNlbm3DHVwr67o4e29Z5Gns8,1039
|
|
298
302
|
hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB5lqiBCss9OZcbjxeeG8E,418
|
|
299
303
|
hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
|
|
300
304
|
hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
|
|
@@ -305,45 +309,45 @@ hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7
|
|
|
305
309
|
hestia_earth/models/koble2014/residueRemoved.py,sha256=aauhHnw5yFm0uqpvUPRFaVKq1A5548S_Z4wLMn8hB0E,2010
|
|
306
310
|
hestia_earth/models/koble2014/utils.py,sha256=yGFRVFKPEhDKZu7pYFQXYkUPJdlMNNX4_JPgmKwrwSA,2941
|
|
307
311
|
hestia_earth/models/lcImpactAllEffects100Years/__init__.py,sha256=Z15q1K369kIkH4JC3X2mN0PdNHhUn6dscug6g4DvAxc,427
|
|
308
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=
|
|
312
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=hhLt22D1-1FIeiV7ZuX_9_SxZElwlEGge3mKSpZbPE8,1056
|
|
309
313
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=HfquU8t3WwBVPmHdTDZZN_SI4uWhL-1HtwdIttTzFDk,1059
|
|
310
314
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
311
315
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=GKGWaDFfQ5BzWuD_I7NwHDmusQYXCnHBODT58UnCtlM,1108
|
|
312
316
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
|
|
313
317
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py,sha256=o4eUmrzRVtoGRnw19pSUnOOetL35HWwnddmgOpeIPys,1079
|
|
314
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256=
|
|
318
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256=DLPDy1iQI3wQ0QkC2F0IE6Q12zAdWJtfr-tOBhG6gVI,1034
|
|
315
319
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=-CJQ2fyVVRFG7aGKOGlnCzChl8MNVPJETh_6oxZP7RY,1056
|
|
316
320
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=9YF2JG3ylwhXP4tpbEPl5eoCmXq0SSOWoW-ijsm-uGc,1062
|
|
317
321
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
|
|
318
322
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
319
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
323
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=mnfITVKjmNBNOsp0WVM0_EvThlpYf3pMSMSTW4UGjJg,1062
|
|
320
324
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
321
325
|
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=1FI69zo7qcJHyvaeyBfxcDToFmEEBQASD2GXAFa2Nbs,1043
|
|
322
326
|
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
323
327
|
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=OfHeMgAn6RbHzZoRt4GH-xRJaPML_Kv1H3kZAol4UMs,1100
|
|
324
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
328
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=ZtVCGBQ-HdYDBAqfR9UIdUPdA14dUfs67bLC1_2-1iQ,1058
|
|
325
329
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=OHCoUNMkHym57sfCz3kX0fdrdJNVsID0TUcmwg1Jlr4,1110
|
|
326
330
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
327
331
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
328
332
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=iQxSWJKFP9PhG--Y7xGn73cpiBYomAOQDbh3qKmT37I,1063
|
|
329
333
|
hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py,sha256=-mI2cKQbipg9FcKehl9h6EiUbwXrl22IybK4VNPWD5o,427
|
|
330
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=
|
|
334
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=y-yPkIbweEmEtDj_8FckNrbnAePtu4TC6gy1IdbXORQ,1056
|
|
331
335
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=Cu-iQ4j15vbUKtJWMwoH7ZilgcnZoSXhxP5SHaCs0E8,1061
|
|
332
336
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
333
337
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=pEcyeWqqK615vt2ndw89ClatUNUmtHW-WdHU-oiddSs,1108
|
|
334
338
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
|
|
335
339
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py,sha256=uFc_Izn0j_XTm7ZoBOtDzor8lB3O8w3nAZ2yIwQFUSE,1079
|
|
336
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=
|
|
340
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=WUlki53ENZf9Xmm6Fle3ntajsqjcagBroYXAgAAfFTI,1034
|
|
337
341
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=YaqrJPpER_r2cNyk1alBOCw2XLSLx-FqtjJlZGUJUWg,1056
|
|
338
342
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=hhWb496ltt-G_bx3mHa2WqGvAq9QmsWVAl4Bsh9Q2Z0,1062
|
|
339
343
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
|
|
340
344
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
341
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
345
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=vFx7hJUtKxKBbIumFaONHHH5jXlZ1xITH_k3UKOk7Ks,1062
|
|
342
346
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
343
347
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=UOvqtlEeG8gx2etRMblEgkkVyY_64lFwWVqxkx2L1N8,1043
|
|
344
348
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
345
349
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=z0AABYUAq481WTVDg6R_3ZNFQH3lTfK-8jYld5ijjNM,1100
|
|
346
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
350
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=gNtLAfzvL83MB-ZMOkNOnFDNtECciEcW8ELvi5LIXp8,1058
|
|
347
351
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=IpOz-gFS6WaZQM9wJcQ9Bw1HTijJbNtlz65g8XJDHE0,1110
|
|
348
352
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
349
353
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
@@ -354,17 +358,17 @@ hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsF
|
|
|
354
358
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=sTQYmMvNq7FY8Ldgrn5K4r4UAu03_zoHTG1GvCwfwlA,1112
|
|
355
359
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
|
|
356
360
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py,sha256=R-D6womtU3ScbAMJXhn5M9_M8IqoQyEZhwLwZ0N3rsc,1083
|
|
357
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=
|
|
361
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=TBFvG6xpsPhHgmWuoyiEKvAFcz4_1Dt4HtIrR4jAOfM,1038
|
|
358
362
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=T8FhM5h3zr69JJ4xFQNwUQqCxCD-OdRWBpD-joDHuIk,1060
|
|
359
363
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=3DS7Zfn91KPC8uuA_GfhCmOHhuMGFBgXMWkkRgn_nfs,1066
|
|
360
364
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
|
|
361
365
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
362
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
366
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=YBK_3swm9JbTcKPeJUgWUJ7bd1eDKniveokGRmHbZTA,1066
|
|
363
367
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
364
368
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=1FI69zo7qcJHyvaeyBfxcDToFmEEBQASD2GXAFa2Nbs,1043
|
|
365
369
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
366
370
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=BcisUsRvbWoapqlMzSPimnQWpmGa1eeAPsdlEvwdw6M,1104
|
|
367
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
371
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=cmK8Ni3fNP6TVmRww7CeOlVaHAMb8OJLkpeVdMZA1zs,1062
|
|
368
372
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=cl2UjKO-rm4v8lr5I-fzyeRZe041ufY9B6nCGmQm6HU,1114
|
|
369
373
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
370
374
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
@@ -375,17 +379,17 @@ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsF
|
|
|
375
379
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=7O8IVI98ZWQVJPwTBqVA14ZDnpwM8I68zqFEm4y0htM,1112
|
|
376
380
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
|
|
377
381
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py,sha256=nkIntVlLCq3BAn2ISzb8sd6ztx9mCG4jFVNwT4UdPYw,1083
|
|
378
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=
|
|
382
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=Wq2v5qDDu4bz8Bk8hluvwgajXfV4T2pvJyiRAyVBji0,1038
|
|
379
383
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=Y8Qtr-y4XtLyiEBJYiU5lIGspBDzAR1IiAzTMekTtks,1060
|
|
380
384
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=SJqbrnSHNPckpvRLan2VTK4hAS7vxZDY3ZkfcMBknlY,1066
|
|
381
385
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
|
|
382
386
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
383
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
387
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=5UbTXJCZ4TOYH7eHDkR8TvsLnLXNHAbMd5aRJozhuT0,1066
|
|
384
388
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
385
389
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=UOvqtlEeG8gx2etRMblEgkkVyY_64lFwWVqxkx2L1N8,1043
|
|
386
390
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
387
391
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=KZ1wlKZwG0fNPjLzScChzLs8PdG61NtLXMCnUd5W4o0,1104
|
|
388
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
392
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=_3vUBScQDA6OINv3qOF-FWWJApAaVD_NQB-NhLW8oeU,1062
|
|
389
393
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=OHCoUNMkHym57sfCz3kX0fdrdJNVsID0TUcmwg1Jlr4,1110
|
|
390
394
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
391
395
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
@@ -406,7 +410,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=dGwGc2d-8_WQElTpfyPmz
|
|
|
406
410
|
hestia_earth/models/mocking/__init__.py,sha256=n3Fkkrvh8zHNWiJZmnfQ7WZ91JRzAO9P6pSG1JpwtXo,687
|
|
407
411
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
|
408
412
|
hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
|
|
409
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
413
|
+
hestia_earth/models/mocking/search-results.json,sha256=Acsrm2K9NBM4ESH-qFAy_5BY6jRWC_OKiMuZFktOCnc,101690
|
|
410
414
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
411
415
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
412
416
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
@@ -442,17 +446,17 @@ hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py,sha256=dJ8WinGe
|
|
|
442
446
|
hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py,sha256=R5IEIrFNeOnQ7ohg7hl6Vm2MyHRCCKc0zuRFUEMwOYQ,1115
|
|
443
447
|
hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py,sha256=mvh0TKu5Xxofv5Ts_ZMm-o2gRlK4A-9e6Qf_QvyLQvg,882
|
|
444
448
|
hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=B8Satbb0D-wcGAFQTXifayXV74qrpperIuwQ0bpHtIg,1125
|
|
445
|
-
hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py,sha256=
|
|
449
|
+
hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py,sha256=hYcLgR2DGQzODuVrSKV8WLk6cjO5qLiAj1-1SIwIGmU,1728
|
|
446
450
|
hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py,sha256=BRXK5UNULgKBYurWtKfuclukrmh0-xAx4ReCirWSdBA,868
|
|
447
451
|
hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=VXKRL-e7_s7wJ2HfiBQKmId_zC5Vwsaw1YToKlxfxww,1031
|
|
448
|
-
hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=
|
|
452
|
+
hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=hqLIx_S4P0PIYK4_I7CX6lTyq5TNK6qXJLzWSfCq2jc,1021
|
|
449
453
|
hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py,sha256=KKfoaFXgDbu40R2z1RbAIJ86A6dPZt_O0WROEtcrYLk,1016
|
|
450
|
-
hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py,sha256=
|
|
454
|
+
hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py,sha256=fa2WSgukTsHIlWv1SpAXeeCirPpZH9IzOokHYc4_TkE,1716
|
|
451
455
|
hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py,sha256=uiLEtG_rF9ZFY_FvdXh4vz2-Rcq52KUDgAb11gmVRjc,1022
|
|
452
456
|
hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=EoZlfBnXq1YF50XdDtOi5AaSup-LRKcm5qUfuzhfHBQ,1023
|
|
453
|
-
hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=
|
|
454
|
-
hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=
|
|
455
|
-
hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=
|
|
457
|
+
hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=1BxoG-Qjw6ZJAkt4hxSelNVBf2RmSXGsdyzlVPVfPZY,1013
|
|
458
|
+
hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=P6h1D9FlJLGDS44ke3PpxW3GVE_yyV19o4wnysmDcMg,1018
|
|
459
|
+
hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=Gc_CiOvbJ3XDHqce4FDttVvTG6J28GzAJMSeJtEOTbU,1023
|
|
456
460
|
hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=YPaFeGlh2FuqLH1X04yQUoy8N5J6LPdw6-lHdSHWNrg,1026
|
|
457
461
|
hestia_earth/models/recipe2016Hierarchist/__init__.py,sha256=SUptSlNCOyEd6WwzAR1HbZZ0F0h6eYSEBX0qw_UoGRU,422
|
|
458
462
|
hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=DhKU8dCRc5GumYqsQcMQml49kSq3R-WfPV444wBn_Y0,1123
|
|
@@ -460,17 +464,17 @@ hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py,sha256=T1Y97MRo
|
|
|
460
464
|
hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py,sha256=GJDOm2zrj-eS8HpJPDnd_vg0fX3sx1BiYKU7KfS-vtA,1115
|
|
461
465
|
hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py,sha256=KKF4cEwPZ9JKyxPiSCJIRbDuD4dIbN7KuILQddpS0Bk,882
|
|
462
466
|
hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=n_2h8KIzQQJlXYIEXLZNrwPShwZ18eeENZhd24HxpNs,1125
|
|
463
|
-
hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py,sha256=
|
|
467
|
+
hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py,sha256=T1MHEY4_eFU1kwSkA1QTrn5I2fPQzCesu8M-sXNfKy4,1728
|
|
464
468
|
hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py,sha256=djjyZPQaOx062jku_vSEKycA4fbQxLcOuTkZqnqs8Nc,868
|
|
465
469
|
hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=XFjOTPhqrD_YuvRfqk0YnwW0ho71FEUBIzB30aC6BLk,1031
|
|
466
|
-
hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=
|
|
470
|
+
hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=4peq4nLRVvu-mDkTYqkqUiia_r464qRvGznEUGNMrQE,1021
|
|
467
471
|
hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py,sha256=tC2_NNRYggw3SWGuWGMv3RHewFSoqc85og_8mYRHcI4,1016
|
|
468
|
-
hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py,sha256=
|
|
472
|
+
hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py,sha256=v_SPrtpy-VZI-CwnOFVkD7OLkOT-FCPfyaXlGJga6T4,1716
|
|
469
473
|
hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py,sha256=dCHfhpIcL6Q97d5bcRsMVuXtYnHxhKnAvHJIMxz6ohY,1022
|
|
470
474
|
hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=e7aRe1iCscjG1IgoJnmyo7z3_-IUTJjFfB4muJawsas,1023
|
|
471
|
-
hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=
|
|
472
|
-
hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=
|
|
473
|
-
hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=
|
|
475
|
+
hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=u_bQSEg5XC6iK8QpyFWV5QYppOGaUuUKJaO8B1vwEXw,1013
|
|
476
|
+
hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=H_GwQ0JdCNmlIiuhEJPmGywbaSSfEYuEJSfoSUHzdB0,1018
|
|
477
|
+
hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=8Ex95rt6ZAxK7N4p9CpMPMDJsmk4rVs5_fWEOIbKhqw,1023
|
|
474
478
|
hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=d2JUBO6pZISjT1BKLyubz_-P3bUHfYVggo7Ki4TfAX0,1026
|
|
475
479
|
hestia_earth/models/recipe2016Individualist/__init__.py,sha256=aWglxUWH9B1IxbF8EU_yWPzeXTp9k7sydTJIo2V3hkU,424
|
|
476
480
|
hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=VLkJg60qNhwW76X3pdssmxWErv2qYRy3C_5WDh6NrDQ,1127
|
|
@@ -478,17 +482,17 @@ hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py,sha256=HC3CX2
|
|
|
478
482
|
hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py,sha256=6WQZOVcUoeD4-0CewNPdpRFRpR1TqNQAXoy_IEhZc4E,1119
|
|
479
483
|
hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py,sha256=HT2iPiooZG8OmUQfDnlWvYYI9oRsP1HPDLM6yS_QyaY,884
|
|
480
484
|
hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=e1h-shoI57egY9WZDy0Uecb4qXN2aBOX6vKZvK3GM7E,1129
|
|
481
|
-
hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py,sha256=
|
|
485
|
+
hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py,sha256=YC4HMBwkPrDDfWl4ITBubZkTDF6H3bjcBRkFVguPfuk,1732
|
|
482
486
|
hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py,sha256=pLwL-Pr5051N-FekvHjCMqgLmUYrakbUeZUSzG7hsDk,870
|
|
483
487
|
hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=Y5gCGDVH7bJWriQT26Gayel7CfgzjHAbJKI8-riWiPQ,1033
|
|
484
|
-
hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=
|
|
488
|
+
hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=JU2CmK0HYiEFk-GJpxSMDhvHDIp6gX0ohPCpbH8IdiY,1023
|
|
485
489
|
hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py,sha256=3v29JX_OkGlr_xb87fg_7yQsjYLS6WUaeW5VlSN2vz4,1018
|
|
486
|
-
hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py,sha256=
|
|
490
|
+
hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py,sha256=yM6FM_zNu4naJ-5PAm-twNVYgh5fsXuBrAMBk_ZW4Ec,1720
|
|
487
491
|
hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py,sha256=RJjb1ws8_lbYraXhKYgyQB8ZG975A5k2Q6MIhMuFW4U,1024
|
|
488
492
|
hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=R-QZP-VP5p-oXi7ZgEc7x4aWUdHS4DUPusmnRCeR4KU,1025
|
|
489
|
-
hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=
|
|
490
|
-
hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=
|
|
491
|
-
hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=
|
|
493
|
+
hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=VUXWaqIRaZFbUaaw6PwwRZjNZr7rz2cc4uAfR4tz-UI,1015
|
|
494
|
+
hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=QIwDnSuDjObnKVQEtnZ5gV0xVmCl54G4JY7rc5czJ9g,1020
|
|
495
|
+
hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=HDFhyT5r00RJH37UETD-ZkMA9Umy7qNMffpnbDX0N-I,1025
|
|
492
496
|
hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=_DOsDntSQS_Bfl_5s5K3y9sY6XJmsvX-GwOhuq14rWA,1028
|
|
493
497
|
hestia_earth/models/schererPfister2015/__init__.py,sha256=_6FJKfWeAbbS3jFzQ8gEVzoX1LZdPWUTLrow6Hz90U0,419
|
|
494
498
|
hestia_earth/models/schererPfister2015/nErosionSoilFlux.py,sha256=0l2AByDtq8Ci-36duTnwFvjeelnQ-_TOaeah5A2Yv8U,4924
|
|
@@ -586,13 +590,13 @@ hestia_earth/models/utils/excretaManagement.py,sha256=NuWPQjFZxMVt9sYgBjcqhGWCFk
|
|
|
586
590
|
hestia_earth/models/utils/feedipedia.py,sha256=wzzrMbYlda1XCpWiObLz4bFLXbAZejHcxsXJFr4U_AM,3953
|
|
587
591
|
hestia_earth/models/utils/fertiliser.py,sha256=DBO4OBNgnQJ0fCQMDkIk_ZGZX-uKGaTFZCEXfAnJciY,690
|
|
588
592
|
hestia_earth/models/utils/fuel.py,sha256=VR-nwJ9OA35vCfQ8Iwm0QBKulMFDBKCsnLp5VmNPmCM,1386
|
|
589
|
-
hestia_earth/models/utils/impact_assessment.py,sha256=
|
|
593
|
+
hestia_earth/models/utils/impact_assessment.py,sha256=3nKhTzk5KTvoiOBWrNvClfBDHtep0KOrttkzl0vst94,8071
|
|
590
594
|
hestia_earth/models/utils/indicator.py,sha256=IFrVIUYpmdVLOR1SKkrTReDbG1Tzq2b6daVvLMYpCs4,537
|
|
591
595
|
hestia_earth/models/utils/inorganicFertiliser.py,sha256=_dLBY-otGkLr8PobR5dQ89bF2uwc2PB4JPrHFSksMEQ,1900
|
|
592
596
|
hestia_earth/models/utils/input.py,sha256=gsVFKTC9WF8dO6YAg_-H_GAOQTnvAr49Ox5-eTH8zf8,5145
|
|
593
597
|
hestia_earth/models/utils/landCover.py,sha256=8-nfynzCx9gf9YfhpuoH6Cn4kQwWFpYA5RmoGW-0ETE,300
|
|
594
598
|
hestia_earth/models/utils/liveAnimal.py,sha256=GnajBPZw5d94raf80KtLloaOqlfqGAPwUtP9bRlGWeE,1754
|
|
595
|
-
hestia_earth/models/utils/lookup.py,sha256=
|
|
599
|
+
hestia_earth/models/utils/lookup.py,sha256=uEP5v4atNkY5FLMopsuBncALOmsyhFe4lNtZvUhcQRM,8517
|
|
596
600
|
hestia_earth/models/utils/measurement.py,sha256=izEiPszUcPA22zaIc0OuF7Yk82JWu5cxi0Sbz_9YgBo,11142
|
|
597
601
|
hestia_earth/models/utils/organicFertiliser.py,sha256=2HY-a0EBzUw4DkEAXClLMXVCEZTKYf0BwFHBo7lQ5Tg,363
|
|
598
602
|
hestia_earth/models/utils/pesticideAI.py,sha256=eK3HTfu5-I-HAQ0UV3ikpbZgtdA3s99RX2h9u77diFA,2361
|
|
@@ -693,6 +697,7 @@ tests/models/cycle/completeness/test_animalFeed.py,sha256=J52m1kInw8mPE_pwx0j3QG
|
|
|
693
697
|
tests/models/cycle/completeness/test_cropResidue.py,sha256=TzPrnvAQA5GzmwL-bYOLgR3wjtMdKuPx55wT_HHfJ6c,592
|
|
694
698
|
tests/models/cycle/completeness/test_electricityFuel.py,sha256=TbaSwsx8IIS1xWXhxg798O8xTEQ7MXM4XKlfQBtQBw8,580
|
|
695
699
|
tests/models/cycle/completeness/test_excretaManagement.py,sha256=GGKQTZZj_F6EkvTOVjunVixFC584HmsCgPP5H6radc8,345
|
|
700
|
+
tests/models/cycle/completeness/test_freshForage.py,sha256=ZsQWEC08ycqQypqjEIiLMrGktPUQhKbw8mc01r5sQi8,576
|
|
696
701
|
tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjspZfheQuyeyum1fm-Ei0k,498
|
|
697
702
|
tests/models/cycle/completeness/test_seed.py,sha256=txpypNeoX08QC3wPUd92gnWuvPTsVSqT9RJb6Z5AUUE,1018
|
|
698
703
|
tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
|
|
@@ -747,6 +752,7 @@ tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.p
|
|
|
747
752
|
tests/models/faostat2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
748
753
|
tests/models/faostat2018/test_coldCarcassWeightPerHead.py,sha256=RImhLygwrJ2RoEHjDwhuymvLEitOtNleP_lLoBhiNOs,1736
|
|
749
754
|
tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py,sha256=hZVKMtf-F5Iz7igZVahDJoqzfm2VtcIlwWBPCry7kqw,1594
|
|
755
|
+
tests/models/faostat2018/test_faostat_utils.py,sha256=DFVQHPhOmD0dsv9bNjv-zAHXpYJeJYpJsffy7MmXkh4,2301
|
|
750
756
|
tests/models/faostat2018/test_landTransformationFromCropland100YearAverage.py,sha256=AkDXj4qNKgbu5xRbw9u_cUibnVSnAK1CN8pc4IjK9fk,1263
|
|
751
757
|
tests/models/faostat2018/test_landTransformationFromCropland20YearAverage.py,sha256=L03Xh1QbbXc9yGdMoHGNmyCpu9WKANNiEE73NoBSqxk,1260
|
|
752
758
|
tests/models/faostat2018/test_liveweightPerHead.py,sha256=5Z0Fw7iT3-REg8QjK8tUpWs5bUIG4fjWDM7SEOSYBcw,4799
|
|
@@ -793,6 +799,8 @@ tests/models/globalCropWaterModel2008/test_rootingDepth.py,sha256=CkRDlsDqWtTNwA
|
|
|
793
799
|
tests/models/haversineFormula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
794
800
|
tests/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
795
801
|
tests/models/haversineFormula/transport/test_distance.py,sha256=hqzIOA1nGao8uiBE16J0ou52McwV4w30ZLpEAqtfi9k,970
|
|
802
|
+
tests/models/hestia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
803
|
+
tests/models/hestia/test_landCover.py,sha256=nFaDQI6JzfgvSZhTmI-4f1bfm1Mi1G7E17C5CgLvSgI,5931
|
|
796
804
|
tests/models/hyde32/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
797
805
|
tests/models/hyde32/test_landTransformationFromCropland100YearAverageDuringCycle.py,sha256=tOwcToAZLgIvVEx0i3S67EDaTBi_gXKy-XZCnw1Akl8,797
|
|
798
806
|
tests/models/hyde32/test_landTransformationFromCropland20YearAverageDuringCycle.py,sha256=Fw1goOLe6xPUA7J65MojAyvuEBWnsypHzfjopER9wWo,796
|
|
@@ -851,7 +859,7 @@ tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=R4dRh
|
|
|
851
859
|
tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py,sha256=rnwuLr77uZmQX4AxFU9lN1IGUwEcVceZ1YQ9Xg-tOyA,2982
|
|
852
860
|
tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py,sha256=wCEtrbMl6zef8V-n_Ci_rtlQAlfuKm3khUVltr8eAcc,2173
|
|
853
861
|
tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py,sha256=e5iuZ-kQNEVih0ZRgRPWqaUtXcLpfkoU7sQypbqA9_Y,1345
|
|
854
|
-
tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=
|
|
862
|
+
tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=BxIV_T_o-m2w4rdrcCZDjzP2eV8xNOAPN__4FxdzZYY,4432
|
|
855
863
|
tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py,sha256=MmtEME0xjsa3KojFk_fxOLK6RZM_6p5HIpY2DOFHVu4,1530
|
|
856
864
|
tests/models/ipcc2019/test_croppingDuration.py,sha256=gLRXeR6Tqa7ciD9KTRfsIflSeIIWT2iOpZMdcxAQla4,1871
|
|
857
865
|
tests/models/ipcc2019/test_ligninContent.py,sha256=eIKEN__ab-0R52EhlhPSBiHnmTl6xOf1XbI33O-W9A4,4146
|
|
@@ -881,6 +889,7 @@ tests/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
881
889
|
tests/models/ipcc2019/animal/test_fatContent.py,sha256=Emp8jGudRGA_dJaLMR5Jxsv3Gc57rMAnP0CDqswrmlM,775
|
|
882
890
|
tests/models/ipcc2019/animal/test_liveweightGain.py,sha256=KmRZyrjrXZcgff1QFtfu1WphNuJW_nHx1GguD8xB2ls,779
|
|
883
891
|
tests/models/ipcc2019/animal/test_liveweightPerHead.py,sha256=nfNAcUEIPQeKyjKYttI5W6hiHBMXLZ9Vbz0nfj81ZvA,782
|
|
892
|
+
tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py,sha256=98rslTxLk92smiUfxRfxB6kjmQAm6085GV9NqWCGpVo,713
|
|
884
893
|
tests/models/ipcc2019/animal/test_pastureGrass.py,sha256=vuwd7WPUKIWaYREv_UmEa8m9llZSr0OclDsmnSDtHOQ,1987
|
|
885
894
|
tests/models/ipcc2019/animal/test_pregnancyRateTotal.py,sha256=3M4cpH0rM0fLR86bwtBQbkUhuflj0ebaQpPgHtAFZxo,783
|
|
886
895
|
tests/models/ipcc2019/animal/test_trueProteinContent.py,sha256=3O2w_PsVEki_piIHO-Wa6m28f5SAHWHsSk27nYDQDuM,783
|
|
@@ -1159,7 +1168,7 @@ tests/models/utils/test_descriptive_stats.py,sha256=BpCuUBzvrqc_LjXutIGyyVPhsmbp
|
|
|
1159
1168
|
tests/models/utils/test_ecoClimateZone.py,sha256=Pzy1wuCqkz4Ftms-6eCxdYg1sdOVu8bobTNVd-TUm3U,4280
|
|
1160
1169
|
tests/models/utils/test_emission.py,sha256=3KfhQGV5Vh_WXTPt6McvZ2dBp9TVM7eAUTLgRHkBOvU,2146
|
|
1161
1170
|
tests/models/utils/test_feedipedia.py,sha256=S7c1W4bJ5xWXPh42pPbl3R7lDX_iEeaEtFaPXgB7hgE,906
|
|
1162
|
-
tests/models/utils/test_impact_assessment.py,sha256=
|
|
1171
|
+
tests/models/utils/test_impact_assessment.py,sha256=rZVGzf_ZKOttdTxyyalR5DtcG9vHKfMuTAB_3ohkiDQ,1141
|
|
1163
1172
|
tests/models/utils/test_indicator.py,sha256=GwYKV5N_yEPcJWz7FirRnK48rl62ofAn_TkAo0MioIM,639
|
|
1164
1173
|
tests/models/utils/test_input.py,sha256=sxNFToFGPv-OjiM_hZSYx_aSWPuAT575hffQ1NhG3L4,2444
|
|
1165
1174
|
tests/models/utils/test_liveAnimal.py,sha256=bntT4vULWsDF2DOigtiMjpS0gJS5ipalPsfrk-JxC-I,986
|
|
@@ -1175,8 +1184,8 @@ tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapC
|
|
|
1175
1184
|
tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
|
|
1176
1185
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1177
1186
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1178
|
-
hestia_earth_models-0.64.
|
|
1179
|
-
hestia_earth_models-0.64.
|
|
1180
|
-
hestia_earth_models-0.64.
|
|
1181
|
-
hestia_earth_models-0.64.
|
|
1182
|
-
hestia_earth_models-0.64.
|
|
1187
|
+
hestia_earth_models-0.64.12.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
|
|
1188
|
+
hestia_earth_models-0.64.12.dist-info/METADATA,sha256=_BsGHskrQW34lz3Y_Q3NQVbMREseBV4Ea5Oof4UzefA,3345
|
|
1189
|
+
hestia_earth_models-0.64.12.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
|
1190
|
+
hestia_earth_models-0.64.12.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1191
|
+
hestia_earth_models-0.64.12.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from tests.utils import fixtures_path
|
|
3
|
+
|
|
4
|
+
from hestia_earth.models.cycle.completeness.freshForage import MODEL, MODEL_KEY, run
|
|
5
|
+
|
|
6
|
+
class_path = f"hestia_earth.models.cycle.{MODEL}.{MODEL_KEY}"
|
|
7
|
+
fixtures_folder = f"{fixtures_path}/cycle/{MODEL}/{MODEL_KEY}"
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def test_run():
|
|
11
|
+
with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
|
|
12
|
+
cycle = json.load(f)
|
|
13
|
+
|
|
14
|
+
assert run(cycle) is True
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def test_run_invalid():
|
|
18
|
+
with open(f"{fixtures_folder}/cycle-invalid.jsonld", encoding='utf-8') as f:
|
|
19
|
+
cycle = json.load(f)
|
|
20
|
+
|
|
21
|
+
assert not run(cycle)
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
from unittest.mock import patch
|
|
2
|
+
|
|
3
|
+
import numpy
|
|
4
|
+
|
|
5
|
+
from hestia_earth.models.faostat2018.utils import (get_sum_of_columns, MODEL, get_land_ratio,
|
|
6
|
+
get_change_in_harvested_area_for_crop)
|
|
7
|
+
from tests.utils import fixtures_path
|
|
8
|
+
|
|
9
|
+
CLASS_PATH = f"hestia_earth.models.{MODEL}.utils"
|
|
10
|
+
fixtures_folder = f"{fixtures_path}/{MODEL}/utils"
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _afg_download_fixture():
|
|
14
|
+
with open(f"{fixtures_folder}/gadm-afg.csv") as f:
|
|
15
|
+
afg_lookup = numpy.recfromcsv(
|
|
16
|
+
fname=f,
|
|
17
|
+
missing_values="",
|
|
18
|
+
filling_values="",
|
|
19
|
+
delimiter=",",
|
|
20
|
+
encoding="utf-8"
|
|
21
|
+
)
|
|
22
|
+
return afg_lookup
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def test_get_sum_of_columns():
|
|
26
|
+
result = get_sum_of_columns(
|
|
27
|
+
lookup=_afg_download_fixture(),
|
|
28
|
+
country="GADM-AFG",
|
|
29
|
+
year=1975,
|
|
30
|
+
columns_list=["Arable land", "Permanent crops"]
|
|
31
|
+
)
|
|
32
|
+
assert result == 8050.3
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def test_check_sums_for_columns():
|
|
36
|
+
"""
|
|
37
|
+
Check that the values of Arable and Permanent add up to Cropland, at least for AFG
|
|
38
|
+
"""
|
|
39
|
+
for year in range(1961, 2021):
|
|
40
|
+
sum_arab_perm = get_sum_of_columns(
|
|
41
|
+
lookup=_afg_download_fixture(),
|
|
42
|
+
country="GADM-AFG",
|
|
43
|
+
year=year,
|
|
44
|
+
columns_list=["Arable land", "Permanent crops"]
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
cropland_value = get_sum_of_columns(
|
|
48
|
+
lookup=_afg_download_fixture(),
|
|
49
|
+
country="GADM-AFG",
|
|
50
|
+
year=year,
|
|
51
|
+
columns_list=["Cropland"]
|
|
52
|
+
)
|
|
53
|
+
assert sum_arab_perm == cropland_value
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@patch(f"{CLASS_PATH}.download_lookup")
|
|
57
|
+
def test_get_land_ratio(mock_lookup):
|
|
58
|
+
mock_lookup.return_value = _afg_download_fixture()
|
|
59
|
+
result = get_land_ratio(
|
|
60
|
+
country="GADM-AFG",
|
|
61
|
+
start_year=1990,
|
|
62
|
+
end_year=2010,
|
|
63
|
+
first_column="Forest land",
|
|
64
|
+
second_column="Cropland"
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
assert result == (-123.0, 0.0, -123.0)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def test_get_harvested_area_for_crop():
|
|
71
|
+
result = get_change_in_harvested_area_for_crop(
|
|
72
|
+
country_id="GADM-AFG",
|
|
73
|
+
start_year=1990,
|
|
74
|
+
end_year=1992,
|
|
75
|
+
crop_name="Wheat"
|
|
76
|
+
)
|
|
77
|
+
assert result == 30000.0
|
|
78
|
+
|
|
79
|
+
result = get_change_in_harvested_area_for_crop(
|
|
80
|
+
country_id="GADM-AFG",
|
|
81
|
+
start_year=2019,
|
|
82
|
+
crop_name="Wheat"
|
|
83
|
+
)
|
|
84
|
+
assert result == 2334000
|
|
File without changes
|