hestia-earth-models 0.64.10__py3-none-any.whl → 0.64.11__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.

Files changed (53) hide show
  1. hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
  2. hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
  3. hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
  4. hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
  5. hestia_earth/models/cycle/completeness/cropResidue.py +15 -10
  6. hestia_earth/models/cycle/completeness/freshForage.py +60 -0
  7. hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
  8. hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +7 -17
  9. hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
  10. hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
  11. hestia_earth/models/ipcc2021/gwp100.py +2 -2
  12. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  13. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  14. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  15. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  16. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  17. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  18. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  19. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  20. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  21. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  22. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  23. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  24. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  25. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  26. hestia_earth/models/mocking/search-results.json +642 -642
  27. hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +2 -2
  28. hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
  29. hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +2 -2
  30. hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
  31. hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
  32. hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
  33. hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +2 -2
  34. hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
  35. hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +2 -2
  36. hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
  37. hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
  38. hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
  39. hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +2 -2
  40. hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
  41. hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +2 -2
  42. hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
  43. hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
  44. hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
  45. hestia_earth/models/utils/impact_assessment.py +18 -8
  46. hestia_earth/models/version.py +1 -1
  47. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/METADATA +2 -2
  48. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/RECORD +53 -51
  49. tests/models/cycle/completeness/test_freshForage.py +21 -0
  50. tests/models/utils/test_impact_assessment.py +3 -3
  51. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/LICENSE +0 -0
  52. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/WHEEL +0 -0
  53. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.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=QUlYyI_M4knSJoxcYn1Ezt2YUrqlKc0RBnJ_ZTJeTvc,20
7
+ hestia_earth/models/version.py,sha256=mmvF4B2rPzCJ3IxZSO6jAz7xoK7q4-z-FZYTiigDRm4,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,11 +30,11 @@ 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=39Y8c7w2CKuUKVazfC-Y9fOG8EpXaGQHw8xjGyL1lRk,1006
34
- hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=61MGIZT1lxYP4Et__rL9m9F5KifhzU_cCCSq-hQst4w,1051
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=nRNP2jX82GZ823xlTyyDGE-utMzqI3suw9W4d87wR5U,1035
37
- hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=y6aIHefYOBiw_9HeH_jLozxej9p3LVQAPYJz6Cz6zig,1029
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
@@ -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=zSiu9h0NxEBDUWlaKBh1QcX4jDIklrs0BC2NWMCQQ80,2549
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=GdaAgDIUPcWccbbjB-CbxqelSW2vUGdIfJUbQBi4-sA,971
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=OX9mWisIrOId_ZeagUMsvWCzKt_yNzXKxHUdJTzaeFk,1341
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
@@ -238,9 +239,9 @@ hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py,sha256=NAdGaG6
238
239
  hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py,sha256=TzwfuMnyQv_iLsi15Vq1cxU7Kgnu5VK6Ru9yWXtBQIA,3749
239
240
  hestia_earth/models/ipcc2006/utils.py,sha256=flB7HWrynzOorKlmrpbETGD63NMv45H8Wxjj3RCav98,739
240
241
  hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=v4Qe-X4w3tqIHGJBNnEAK81x4ZuQMwYxQYXRncugmcU,427
241
- hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=8VRg-Vvzc86_CQmBH-iHNhaSnAFHew2swAMecT0aXW4,979
242
+ hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=kRc88PWCP-UIAhhHI3ynNGMpjLwq-uZXD7jWTgeUiMA,997
242
243
  hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
243
- hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=PTE0FEV5x7MZgWpA6iu7EtIYaYKl6Udc9icpafkqlEA,979
244
+ hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=ukZZAzByHzaD4OSpYMRfQVn5saes4ZlH1YOU1rgn85A,997
244
245
  hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYgctjKVvtpRfQ,409
245
246
  hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=4ymSNRlD7fr9dq4BGE8UYt3O5HwqxhJtsv7z-k_pEPQ,19190
246
247
  hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQqZRfPEvFT_bMTayMXgIsFLnx8I6iYzw,3089
@@ -294,7 +295,7 @@ hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=0VYI2Yg_GF5qvux
294
295
  hestia_earth/models/ipcc2019/animal/utils.py,sha256=9EyLCOpBGkpa97VVcFbl1tRlDdJHHiy8lI7tLc_y5BE,4439
295
296
  hestia_earth/models/ipcc2019/animal/weightAtMaturity.py,sha256=4Pp14_40NYcPqqBUnkqYVkpJLcDzZ70tlM-stte7JsQ,3055
296
297
  hestia_earth/models/ipcc2021/__init__.py,sha256=VTgGFKhwMmk_nuI1RRq0in27fHYVPBonlXlPK00K8no,409
297
- hestia_earth/models/ipcc2021/gwp100.py,sha256=v-DYU-11XnWI1Ns1GEiKrJqL3JafxvhTsLmuBuFcxJU,1021
298
+ hestia_earth/models/ipcc2021/gwp100.py,sha256=EQ-OBQrahSgMBFtGregiNlbm3DHVwr67o4e29Z5Gns8,1039
298
299
  hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB5lqiBCss9OZcbjxeeG8E,418
299
300
  hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
300
301
  hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
@@ -305,45 +306,45 @@ hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7
305
306
  hestia_earth/models/koble2014/residueRemoved.py,sha256=aauhHnw5yFm0uqpvUPRFaVKq1A5548S_Z4wLMn8hB0E,2010
306
307
  hestia_earth/models/koble2014/utils.py,sha256=yGFRVFKPEhDKZu7pYFQXYkUPJdlMNNX4_JPgmKwrwSA,2941
307
308
  hestia_earth/models/lcImpactAllEffects100Years/__init__.py,sha256=Z15q1K369kIkH4JC3X2mN0PdNHhUn6dscug6g4DvAxc,427
308
- hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=xKph9CTpqOwr0Ht5BiQouwOVek6z0Y13G5ZCgUNjo6c,1038
309
+ hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=hhLt22D1-1FIeiV7ZuX_9_SxZElwlEGge3mKSpZbPE8,1056
309
310
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=HfquU8t3WwBVPmHdTDZZN_SI4uWhL-1HtwdIttTzFDk,1059
310
311
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
311
312
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=GKGWaDFfQ5BzWuD_I7NwHDmusQYXCnHBODT58UnCtlM,1108
312
313
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
313
314
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py,sha256=o4eUmrzRVtoGRnw19pSUnOOetL35HWwnddmgOpeIPys,1079
314
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256=5lkKUHzM-yGGdm-646fLn04kcJi-bdz-R34ER1rpDuI,1016
315
+ hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256=DLPDy1iQI3wQ0QkC2F0IE6Q12zAdWJtfr-tOBhG6gVI,1034
315
316
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=-CJQ2fyVVRFG7aGKOGlnCzChl8MNVPJETh_6oxZP7RY,1056
316
317
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=9YF2JG3ylwhXP4tpbEPl5eoCmXq0SSOWoW-ijsm-uGc,1062
317
318
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
318
319
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
319
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=ZjN_cRafgMk7QdvU7P0aGW9d4N7xUiUbr4mxD2-w1fk,1044
320
+ hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=mnfITVKjmNBNOsp0WVM0_EvThlpYf3pMSMSTW4UGjJg,1062
320
321
  hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
321
322
  hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=1FI69zo7qcJHyvaeyBfxcDToFmEEBQASD2GXAFa2Nbs,1043
322
323
  hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
323
324
  hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=OfHeMgAn6RbHzZoRt4GH-xRJaPML_Kv1H3kZAol4UMs,1100
324
- hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=ktP0JE7qSGCdV6pvem4rnoU77bRyQyKSYfRZc2cCagc,1040
325
+ hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=ZtVCGBQ-HdYDBAqfR9UIdUPdA14dUfs67bLC1_2-1iQ,1058
325
326
  hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=OHCoUNMkHym57sfCz3kX0fdrdJNVsID0TUcmwg1Jlr4,1110
326
327
  hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
327
328
  hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
328
329
  hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=iQxSWJKFP9PhG--Y7xGn73cpiBYomAOQDbh3qKmT37I,1063
329
330
  hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py,sha256=-mI2cKQbipg9FcKehl9h6EiUbwXrl22IybK4VNPWD5o,427
330
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=7bp9Wo0qTMBXJPcBZJdJN2tH7Rm1_bYLXDSGmsMpMFQ,1038
331
+ hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=y-yPkIbweEmEtDj_8FckNrbnAePtu4TC6gy1IdbXORQ,1056
331
332
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=Cu-iQ4j15vbUKtJWMwoH7ZilgcnZoSXhxP5SHaCs0E8,1061
332
333
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
333
334
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=pEcyeWqqK615vt2ndw89ClatUNUmtHW-WdHU-oiddSs,1108
334
335
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
335
336
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py,sha256=uFc_Izn0j_XTm7ZoBOtDzor8lB3O8w3nAZ2yIwQFUSE,1079
336
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=gP9u4lI1ON6uEdRFVyf_FRrEhJbO4rvDKj_3dVNG6UQ,1016
337
+ hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=WUlki53ENZf9Xmm6Fle3ntajsqjcagBroYXAgAAfFTI,1034
337
338
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=YaqrJPpER_r2cNyk1alBOCw2XLSLx-FqtjJlZGUJUWg,1056
338
339
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=hhWb496ltt-G_bx3mHa2WqGvAq9QmsWVAl4Bsh9Q2Z0,1062
339
340
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
340
341
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
341
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=qGTioyvvAngjbo3sdGcCXTbiTw98XodcDEHlmtCDMtU,1044
342
+ hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=vFx7hJUtKxKBbIumFaONHHH5jXlZ1xITH_k3UKOk7Ks,1062
342
343
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
343
344
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=UOvqtlEeG8gx2etRMblEgkkVyY_64lFwWVqxkx2L1N8,1043
344
345
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
345
346
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=z0AABYUAq481WTVDg6R_3ZNFQH3lTfK-8jYld5ijjNM,1100
346
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=BAH0Uj83DDO4T0J25Zbpd2lYxxo-pWhyZ7aLcBruI0E,1040
347
+ hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=gNtLAfzvL83MB-ZMOkNOnFDNtECciEcW8ELvi5LIXp8,1058
347
348
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=IpOz-gFS6WaZQM9wJcQ9Bw1HTijJbNtlz65g8XJDHE0,1110
348
349
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
349
350
  hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
@@ -354,17 +355,17 @@ hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsF
354
355
  hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=sTQYmMvNq7FY8Ldgrn5K4r4UAu03_zoHTG1GvCwfwlA,1112
355
356
  hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
356
357
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py,sha256=R-D6womtU3ScbAMJXhn5M9_M8IqoQyEZhwLwZ0N3rsc,1083
357
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=Ts_sjOMKE5c97PxliGHoI2J6CXlJuOi0YTghm35P5f4,1020
358
+ hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=TBFvG6xpsPhHgmWuoyiEKvAFcz4_1Dt4HtIrR4jAOfM,1038
358
359
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=T8FhM5h3zr69JJ4xFQNwUQqCxCD-OdRWBpD-joDHuIk,1060
359
360
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=3DS7Zfn91KPC8uuA_GfhCmOHhuMGFBgXMWkkRgn_nfs,1066
360
361
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
361
362
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
362
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=9O2NAA_v0vM9LlWHwMeKqhCif8_snZUJ90IYExEGarQ,1048
363
+ hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=YBK_3swm9JbTcKPeJUgWUJ7bd1eDKniveokGRmHbZTA,1066
363
364
  hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
364
365
  hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=1FI69zo7qcJHyvaeyBfxcDToFmEEBQASD2GXAFa2Nbs,1043
365
366
  hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
366
367
  hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=BcisUsRvbWoapqlMzSPimnQWpmGa1eeAPsdlEvwdw6M,1104
367
- hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=DHsoHqgq9_l8iHENH8qDd3jjWo-S1QiB5GH95XraC1s,1044
368
+ hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=cmK8Ni3fNP6TVmRww7CeOlVaHAMb8OJLkpeVdMZA1zs,1062
368
369
  hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=cl2UjKO-rm4v8lr5I-fzyeRZe041ufY9B6nCGmQm6HU,1114
369
370
  hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
370
371
  hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
@@ -375,17 +376,17 @@ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsF
375
376
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=7O8IVI98ZWQVJPwTBqVA14ZDnpwM8I68zqFEm4y0htM,1112
376
377
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
377
378
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py,sha256=nkIntVlLCq3BAn2ISzb8sd6ztx9mCG4jFVNwT4UdPYw,1083
378
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=B3uJN1VK0ssNhunnODFXgGzLW6U96ti2yPO_OVmg4a0,1020
379
+ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=Wq2v5qDDu4bz8Bk8hluvwgajXfV4T2pvJyiRAyVBji0,1038
379
380
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=Y8Qtr-y4XtLyiEBJYiU5lIGspBDzAR1IiAzTMekTtks,1060
380
381
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=SJqbrnSHNPckpvRLan2VTK4hAS7vxZDY3ZkfcMBknlY,1066
381
382
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
382
383
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
383
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=AZsDEfS2j9W7mXOB20GYiS5KYx2Kz2oE0SOYiXagPXc,1048
384
+ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=5UbTXJCZ4TOYH7eHDkR8TvsLnLXNHAbMd5aRJozhuT0,1066
384
385
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
385
386
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=UOvqtlEeG8gx2etRMblEgkkVyY_64lFwWVqxkx2L1N8,1043
386
387
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
387
388
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=KZ1wlKZwG0fNPjLzScChzLs8PdG61NtLXMCnUd5W4o0,1104
388
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=KzGwxIxF1OaaskQZErD6uvkj_3nsoE3uiheDoaLR6_g,1044
389
+ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=_3vUBScQDA6OINv3qOF-FWWJApAaVD_NQB-NhLW8oeU,1062
389
390
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=OHCoUNMkHym57sfCz3kX0fdrdJNVsID0TUcmwg1Jlr4,1110
390
391
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
391
392
  hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
@@ -406,7 +407,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=dGwGc2d-8_WQElTpfyPmz
406
407
  hestia_earth/models/mocking/__init__.py,sha256=n3Fkkrvh8zHNWiJZmnfQ7WZ91JRzAO9P6pSG1JpwtXo,687
407
408
  hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
408
409
  hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
409
- hestia_earth/models/mocking/search-results.json,sha256=9yZLUn1XNJIDozcjbyG4k8K5_VdqWo91VzSNW2QuJFI,101691
410
+ hestia_earth/models/mocking/search-results.json,sha256=NPkaq_ZNRSrVbLRkXkPWP5skxL8Ycwx1lJE92O02Z84,101693
410
411
  hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
411
412
  hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
412
413
  hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
@@ -442,17 +443,17 @@ hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py,sha256=dJ8WinGe
442
443
  hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py,sha256=R5IEIrFNeOnQ7ohg7hl6Vm2MyHRCCKc0zuRFUEMwOYQ,1115
443
444
  hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py,sha256=mvh0TKu5Xxofv5Ts_ZMm-o2gRlK4A-9e6Qf_QvyLQvg,882
444
445
  hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=B8Satbb0D-wcGAFQTXifayXV74qrpperIuwQ0bpHtIg,1125
445
- hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py,sha256=5DpFBr6GiFa11La2afVfeEQ8LTc8ra_hqPULe-9FHo8,1710
446
+ hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py,sha256=hYcLgR2DGQzODuVrSKV8WLk6cjO5qLiAj1-1SIwIGmU,1728
446
447
  hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py,sha256=BRXK5UNULgKBYurWtKfuclukrmh0-xAx4ReCirWSdBA,868
447
448
  hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=VXKRL-e7_s7wJ2HfiBQKmId_zC5Vwsaw1YToKlxfxww,1031
448
- hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=HftHQWHZWp0mD2H0QG1eHQR5cZXY3sWLET_PZw48n_c,1003
449
+ hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=hqLIx_S4P0PIYK4_I7CX6lTyq5TNK6qXJLzWSfCq2jc,1021
449
450
  hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py,sha256=KKfoaFXgDbu40R2z1RbAIJ86A6dPZt_O0WROEtcrYLk,1016
450
- hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py,sha256=wY144-D6swERlUG3Bbi4V6mlZlJsW9UT-dJo_MxpanE,1698
451
+ hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py,sha256=fa2WSgukTsHIlWv1SpAXeeCirPpZH9IzOokHYc4_TkE,1716
451
452
  hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py,sha256=uiLEtG_rF9ZFY_FvdXh4vz2-Rcq52KUDgAb11gmVRjc,1022
452
453
  hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=EoZlfBnXq1YF50XdDtOi5AaSup-LRKcm5qUfuzhfHBQ,1023
453
- hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=dJuJcCIIVkbKXws54-Vh3Q_mhf5z7DZOoZMdnc1oxu4,995
454
- hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=N_lc07MuvHvOSCwaSVkqbgTEM0aCYyB5lVx9_9Kt5G4,1000
455
- hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=1vOYIkAZTvGfkoGgehgk7ghL9B5OKqSsB4ooU_1Y0D8,1005
454
+ hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=1BxoG-Qjw6ZJAkt4hxSelNVBf2RmSXGsdyzlVPVfPZY,1013
455
+ hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=P6h1D9FlJLGDS44ke3PpxW3GVE_yyV19o4wnysmDcMg,1018
456
+ hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=Gc_CiOvbJ3XDHqce4FDttVvTG6J28GzAJMSeJtEOTbU,1023
456
457
  hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=YPaFeGlh2FuqLH1X04yQUoy8N5J6LPdw6-lHdSHWNrg,1026
457
458
  hestia_earth/models/recipe2016Hierarchist/__init__.py,sha256=SUptSlNCOyEd6WwzAR1HbZZ0F0h6eYSEBX0qw_UoGRU,422
458
459
  hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=DhKU8dCRc5GumYqsQcMQml49kSq3R-WfPV444wBn_Y0,1123
@@ -460,17 +461,17 @@ hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py,sha256=T1Y97MRo
460
461
  hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py,sha256=GJDOm2zrj-eS8HpJPDnd_vg0fX3sx1BiYKU7KfS-vtA,1115
461
462
  hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py,sha256=KKF4cEwPZ9JKyxPiSCJIRbDuD4dIbN7KuILQddpS0Bk,882
462
463
  hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=n_2h8KIzQQJlXYIEXLZNrwPShwZ18eeENZhd24HxpNs,1125
463
- hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py,sha256=j3DaJ7xqqyWaGH4NdZYO5KHO9KOR5LpMvf5r2bRSjhg,1710
464
+ hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py,sha256=T1MHEY4_eFU1kwSkA1QTrn5I2fPQzCesu8M-sXNfKy4,1728
464
465
  hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py,sha256=djjyZPQaOx062jku_vSEKycA4fbQxLcOuTkZqnqs8Nc,868
465
466
  hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=XFjOTPhqrD_YuvRfqk0YnwW0ho71FEUBIzB30aC6BLk,1031
466
- hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=fDUKT3mec9YyaeVtjJVDF3DrJ2mYNsBqD0JTUsiTUhc,1003
467
+ hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=4peq4nLRVvu-mDkTYqkqUiia_r464qRvGznEUGNMrQE,1021
467
468
  hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py,sha256=tC2_NNRYggw3SWGuWGMv3RHewFSoqc85og_8mYRHcI4,1016
468
- hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py,sha256=taoRM8O7je-hLUBA_m4F1QO0WiH1qFO9F5Sp0aff0zU,1698
469
+ hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py,sha256=v_SPrtpy-VZI-CwnOFVkD7OLkOT-FCPfyaXlGJga6T4,1716
469
470
  hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py,sha256=dCHfhpIcL6Q97d5bcRsMVuXtYnHxhKnAvHJIMxz6ohY,1022
470
471
  hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=e7aRe1iCscjG1IgoJnmyo7z3_-IUTJjFfB4muJawsas,1023
471
- hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=UvxVjJjXn9VcXIfPjSn5ghqNXBPfWaJSBr7Lm-QK3AY,995
472
- hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=Rug82qV9OrnGZuMMXJxa9vUvdGCqGXw-0SQyNBmuCRo,1000
473
- hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=YSoppm3MsRvywKJB6Lg7iEnZ1uPrR24ssAH_Tga1Cxk,1005
472
+ hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=u_bQSEg5XC6iK8QpyFWV5QYppOGaUuUKJaO8B1vwEXw,1013
473
+ hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=H_GwQ0JdCNmlIiuhEJPmGywbaSSfEYuEJSfoSUHzdB0,1018
474
+ hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=8Ex95rt6ZAxK7N4p9CpMPMDJsmk4rVs5_fWEOIbKhqw,1023
474
475
  hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=d2JUBO6pZISjT1BKLyubz_-P3bUHfYVggo7Ki4TfAX0,1026
475
476
  hestia_earth/models/recipe2016Individualist/__init__.py,sha256=aWglxUWH9B1IxbF8EU_yWPzeXTp9k7sydTJIo2V3hkU,424
476
477
  hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=VLkJg60qNhwW76X3pdssmxWErv2qYRy3C_5WDh6NrDQ,1127
@@ -478,17 +479,17 @@ hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py,sha256=HC3CX2
478
479
  hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py,sha256=6WQZOVcUoeD4-0CewNPdpRFRpR1TqNQAXoy_IEhZc4E,1119
479
480
  hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py,sha256=HT2iPiooZG8OmUQfDnlWvYYI9oRsP1HPDLM6yS_QyaY,884
480
481
  hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=e1h-shoI57egY9WZDy0Uecb4qXN2aBOX6vKZvK3GM7E,1129
481
- hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py,sha256=lXY5c2W4UbfwCsENEEjDz9QExJBEnQ62Wf4rNGow3cE,1714
482
+ hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py,sha256=YC4HMBwkPrDDfWl4ITBubZkTDF6H3bjcBRkFVguPfuk,1732
482
483
  hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py,sha256=pLwL-Pr5051N-FekvHjCMqgLmUYrakbUeZUSzG7hsDk,870
483
484
  hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=Y5gCGDVH7bJWriQT26Gayel7CfgzjHAbJKI8-riWiPQ,1033
484
- hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=U9JTErmx_S5hqQAkKyzvIsYG_jpVHAxcVRySdz8Mysk,1005
485
+ hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=JU2CmK0HYiEFk-GJpxSMDhvHDIp6gX0ohPCpbH8IdiY,1023
485
486
  hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py,sha256=3v29JX_OkGlr_xb87fg_7yQsjYLS6WUaeW5VlSN2vz4,1018
486
- hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py,sha256=R8_C_UCDqbw0zu9K9bBtDox1TctDxKq4fSz3oQ73iMs,1702
487
+ hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py,sha256=yM6FM_zNu4naJ-5PAm-twNVYgh5fsXuBrAMBk_ZW4Ec,1720
487
488
  hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py,sha256=RJjb1ws8_lbYraXhKYgyQB8ZG975A5k2Q6MIhMuFW4U,1024
488
489
  hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=R-QZP-VP5p-oXi7ZgEc7x4aWUdHS4DUPusmnRCeR4KU,1025
489
- hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=ML2Sr2o_RPJiNUWEgjH1KFz3a8ak7Wvcu6hIiM2pR6k,997
490
- hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=ofx6CbEGOlpqhZq7TUvgkB3Y_jUECh8Rqj9snJEY7PQ,1002
491
- hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=f_qfg2b0958L4M3hx8PsfE5N02siz64n-RtpqsmgTdM,1007
490
+ hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=VUXWaqIRaZFbUaaw6PwwRZjNZr7rz2cc4uAfR4tz-UI,1015
491
+ hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=QIwDnSuDjObnKVQEtnZ5gV0xVmCl54G4JY7rc5czJ9g,1020
492
+ hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=HDFhyT5r00RJH37UETD-ZkMA9Umy7qNMffpnbDX0N-I,1025
492
493
  hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=_DOsDntSQS_Bfl_5s5K3y9sY6XJmsvX-GwOhuq14rWA,1028
493
494
  hestia_earth/models/schererPfister2015/__init__.py,sha256=_6FJKfWeAbbS3jFzQ8gEVzoX1LZdPWUTLrow6Hz90U0,419
494
495
  hestia_earth/models/schererPfister2015/nErosionSoilFlux.py,sha256=0l2AByDtq8Ci-36duTnwFvjeelnQ-_TOaeah5A2Yv8U,4924
@@ -586,7 +587,7 @@ hestia_earth/models/utils/excretaManagement.py,sha256=NuWPQjFZxMVt9sYgBjcqhGWCFk
586
587
  hestia_earth/models/utils/feedipedia.py,sha256=wzzrMbYlda1XCpWiObLz4bFLXbAZejHcxsXJFr4U_AM,3953
587
588
  hestia_earth/models/utils/fertiliser.py,sha256=DBO4OBNgnQJ0fCQMDkIk_ZGZX-uKGaTFZCEXfAnJciY,690
588
589
  hestia_earth/models/utils/fuel.py,sha256=VR-nwJ9OA35vCfQ8Iwm0QBKulMFDBKCsnLp5VmNPmCM,1386
589
- hestia_earth/models/utils/impact_assessment.py,sha256=3551IBUFalzlNtt1ty_HfPwKCh0MajIysyuAWhi1Mlg,7822
590
+ hestia_earth/models/utils/impact_assessment.py,sha256=3nKhTzk5KTvoiOBWrNvClfBDHtep0KOrttkzl0vst94,8071
590
591
  hestia_earth/models/utils/indicator.py,sha256=IFrVIUYpmdVLOR1SKkrTReDbG1Tzq2b6daVvLMYpCs4,537
591
592
  hestia_earth/models/utils/inorganicFertiliser.py,sha256=_dLBY-otGkLr8PobR5dQ89bF2uwc2PB4JPrHFSksMEQ,1900
592
593
  hestia_earth/models/utils/input.py,sha256=gsVFKTC9WF8dO6YAg_-H_GAOQTnvAr49Ox5-eTH8zf8,5145
@@ -693,6 +694,7 @@ tests/models/cycle/completeness/test_animalFeed.py,sha256=J52m1kInw8mPE_pwx0j3QG
693
694
  tests/models/cycle/completeness/test_cropResidue.py,sha256=TzPrnvAQA5GzmwL-bYOLgR3wjtMdKuPx55wT_HHfJ6c,592
694
695
  tests/models/cycle/completeness/test_electricityFuel.py,sha256=TbaSwsx8IIS1xWXhxg798O8xTEQ7MXM4XKlfQBtQBw8,580
695
696
  tests/models/cycle/completeness/test_excretaManagement.py,sha256=GGKQTZZj_F6EkvTOVjunVixFC584HmsCgPP5H6radc8,345
697
+ tests/models/cycle/completeness/test_freshForage.py,sha256=ZsQWEC08ycqQypqjEIiLMrGktPUQhKbw8mc01r5sQi8,576
696
698
  tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjspZfheQuyeyum1fm-Ei0k,498
697
699
  tests/models/cycle/completeness/test_seed.py,sha256=txpypNeoX08QC3wPUd92gnWuvPTsVSqT9RJb6Z5AUUE,1018
698
700
  tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
@@ -1159,7 +1161,7 @@ tests/models/utils/test_descriptive_stats.py,sha256=BpCuUBzvrqc_LjXutIGyyVPhsmbp
1159
1161
  tests/models/utils/test_ecoClimateZone.py,sha256=Pzy1wuCqkz4Ftms-6eCxdYg1sdOVu8bobTNVd-TUm3U,4280
1160
1162
  tests/models/utils/test_emission.py,sha256=3KfhQGV5Vh_WXTPt6McvZ2dBp9TVM7eAUTLgRHkBOvU,2146
1161
1163
  tests/models/utils/test_feedipedia.py,sha256=S7c1W4bJ5xWXPh42pPbl3R7lDX_iEeaEtFaPXgB7hgE,906
1162
- tests/models/utils/test_impact_assessment.py,sha256=qEm4Y5txWnkSJKP1puvwgKFXkv06c7vUKmwDyIJxkdc,1114
1164
+ tests/models/utils/test_impact_assessment.py,sha256=rZVGzf_ZKOttdTxyyalR5DtcG9vHKfMuTAB_3ohkiDQ,1141
1163
1165
  tests/models/utils/test_indicator.py,sha256=GwYKV5N_yEPcJWz7FirRnK48rl62ofAn_TkAo0MioIM,639
1164
1166
  tests/models/utils/test_input.py,sha256=sxNFToFGPv-OjiM_hZSYx_aSWPuAT575hffQ1NhG3L4,2444
1165
1167
  tests/models/utils/test_liveAnimal.py,sha256=bntT4vULWsDF2DOigtiMjpS0gJS5ipalPsfrk-JxC-I,986
@@ -1175,8 +1177,8 @@ tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapC
1175
1177
  tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
1176
1178
  tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1177
1179
  tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
1178
- hestia_earth_models-0.64.10.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
1179
- hestia_earth_models-0.64.10.dist-info/METADATA,sha256=OWLXD3-IdfUId2D7R4ldYBpO6bVEtW08AKvt5J88Rj0,3344
1180
- hestia_earth_models-0.64.10.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
1181
- hestia_earth_models-0.64.10.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
1182
- hestia_earth_models-0.64.10.dist-info/RECORD,,
1180
+ hestia_earth_models-0.64.11.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
1181
+ hestia_earth_models-0.64.11.dist-info/METADATA,sha256=dHqLbhRCLo0yEMPj7QmdMzk5k4G1mjGNeJc4kCf32l0,3345
1182
+ hestia_earth_models-0.64.11.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
1183
+ hestia_earth_models-0.64.11.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
1184
+ hestia_earth_models-0.64.11.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)
@@ -1,7 +1,7 @@
1
- from hestia_earth.models.utils.impact_assessment import impact_lookup_value, get_region_id
1
+ from hestia_earth.models.utils.impact_assessment import impact_emission_lookup_value, get_region_id
2
2
 
3
3
 
4
- def test_impact_lookup_value():
4
+ def test_impact_emission_lookup_value():
5
5
  impact = {
6
6
  'emissionsResourceUse': [
7
7
  {
@@ -14,7 +14,7 @@ def test_impact_lookup_value():
14
14
  ]
15
15
  }
16
16
  # multiplies the emissionsResourceUse values with a coefficient
17
- assert impact_lookup_value('', '', impact, 'co2EqGwp100ExcludingClimate-CarbonFeedbacksIpcc2013') == 2800
17
+ assert impact_emission_lookup_value('', '', impact, 'co2EqGwp100ExcludingClimate-CarbonFeedbacksIpcc2013') == 2800
18
18
 
19
19
 
20
20
  def test_get_region_id():