hestia-earth-models 0.64.12__py3-none-any.whl → 0.64.14__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/aware/scarcityWeightedWaterUse.py +1 -1
- hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +1 -1
- hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +1 -1
- hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +3 -2
- 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/seed.py +6 -4
- hestia_earth/models/cycle/concentrateFeed.py +9 -4
- hestia_earth/models/cycle/endDate.py +10 -1
- hestia_earth/models/cycle/materialAndSubstrate.py +158 -0
- hestia_earth/models/cycle/milkYield.py +6 -5
- hestia_earth/models/cycle/startDate.py +6 -4
- hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
- hestia_earth/models/emissionNotRelevant/__init__.py +3 -2
- hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +2 -3
- hestia_earth/models/hestia/landCover.py +28 -26
- hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
- hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
- hestia_earth/models/ipcc2019/aboveGroundBiomass.py +4 -8
- hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +2 -2
- hestia_earth/models/ipcc2019/belowGroundBiomass.py +4 -8
- hestia_earth/models/ipcc2019/biomass_utils.py +11 -0
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +3 -3
- hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +1 -2
- hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +7 -3
- hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +14 -9
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +9 -3
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +1 -2
- hestia_earth/models/koble2014/aboveGroundCropResidue.py +5 -1
- hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
- hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
- hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
- hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
- hestia_earth/models/linkedImpactAssessment/emissions.py +3 -0
- hestia_earth/models/log.py +4 -3
- hestia_earth/models/mocking/__init__.py +1 -1
- hestia_earth/models/mocking/search-results.json +1021 -1021
- hestia_earth/models/pooreNemecek2018/excretaKgN.py +4 -4
- hestia_earth/models/pooreNemecek2018/excretaKgVs.py +4 -4
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +1 -1
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +1 -1
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +1 -1
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +1 -1
- hestia_earth/models/pooreNemecek2018/{saplings.py → saplingsDepreciatedAmountPerCycle.py} +1 -1
- hestia_earth/models/pooreNemecek2018/utils.py +7 -1
- hestia_earth/models/preload_requests.py +24 -4
- hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- 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/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- 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/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +2 -2
- hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
- hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
- hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +2 -3
- hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
- 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/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
- hestia_earth/models/site/management.py +142 -144
- hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +1 -1
- hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +1 -1
- hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +1 -1
- hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +1 -1
- hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +1 -1
- hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +1 -1
- hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +1 -1
- hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +1 -1
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +1 -1
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +1 -1
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +1 -1
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +1 -1
- hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +2 -3
- hestia_earth/models/utils/__init__.py +4 -1
- hestia_earth/models/utils/blank_node.py +34 -14
- hestia_earth/models/utils/constant.py +3 -0
- hestia_earth/models/utils/emission.py +1 -8
- hestia_earth/models/utils/management.py +11 -0
- hestia_earth/models/utils/pesticideAI.py +11 -17
- hestia_earth/models/utils/term.py +2 -1
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.14.dist-info}/METADATA +4 -4
- {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.14.dist-info}/RECORD +186 -187
- {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.14.dist-info}/WHEEL +1 -1
- tests/models/cycle/completeness/test_seed.py +1 -1
- tests/models/cycle/test_endDate.py +18 -2
- tests/models/cycle/test_materialsAndSubstrate.py +49 -0
- tests/models/cycle/test_startDate.py +21 -3
- tests/models/hestia/test_landCover.py +3 -2
- tests/models/ipcc2019/test_aboveGroundBiomass.py +2 -1
- tests/models/ipcc2019/test_belowGroundBiomass.py +2 -1
- tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +4 -3
- tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +3 -3
- tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +1 -1
- tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +12 -0
- tests/models/ipcc2019/test_organicCarbonPerHa.py +1 -0
- tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
- tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +3 -2
- tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +3 -2
- tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +3 -2
- tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +3 -2
- tests/models/pooreNemecek2018/{test_saplings.py → test_saplingsDepreciatedAmountPerCycle.py} +1 -1
- tests/models/site/test_management.py +18 -151
- tests/models/utils/test_blank_node.py +57 -1
- tests/models/utils/test_emission.py +1 -6
- tests/models/utils/test_site.py +33 -2
- tests/models/pooreNemecek2018/test_no3ToGroundwaterSoilFlux.py +0 -90
- tests/models/stehfestBouwman2006/test_n2OToAirSoilFlux.py +0 -41
- tests/models/stehfestBouwman2006/test_noxToAirSoilFlux.py +0 -40
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirSoilFlux.py +0 -33
- /hestia_earth/models/pooreNemecek2018/{no3ToGroundwaterSoilFlux.py → no3ToGroundwaterSoilFlux_utils.py} +0 -0
- /hestia_earth/models/stehfestBouwman2006/{n2OToAirSoilFlux.py → n2OToAirSoilFlux_utils.py} +0 -0
- /hestia_earth/models/stehfestBouwman2006/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
- /hestia_earth/models/stehfestBouwman2006GisImplementation/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
- {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.14.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.14.dist-info}/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
hestia_earth/__init__.py,sha256=G-d438vPx7m_ks5e9XTtM3u7LDRO5dSSukibukWmyPM,56
|
|
2
2
|
hestia_earth/models/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
|
|
3
3
|
hestia_earth/models/cache_sites.py,sha256=KQp9cUKE-aIcYJoMWEtKFYS8gBFfsx5LKQhqoWpUSoM,6065
|
|
4
|
-
hestia_earth/models/log.py,sha256=
|
|
5
|
-
hestia_earth/models/preload_requests.py,sha256=
|
|
4
|
+
hestia_earth/models/log.py,sha256=_zAfyOkL_VknEnMFvcpvenSMghadlDfZhiSx28545Gk,3558
|
|
5
|
+
hestia_earth/models/preload_requests.py,sha256=vK_G1UzhNMhYy7ymnCtHUz_vv3cfApCSKqv29VREEBQ,1943
|
|
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=4fHJn2y0KMV79wSdP8-3psf2aitG-bUGkvk9GQIo5qM,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
|
|
@@ -15,7 +15,7 @@ hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py,sha25
|
|
|
15
15
|
hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py,sha256=Drsob8QtbGpCddmjB3lXm8SJF9e2xkhIx4woa0wnu4g,1642
|
|
16
16
|
hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py,sha256=aHsit7ezqCE-RfRmZX19kdYN9nmAVFqFfjAH9bXA4cA,633
|
|
17
17
|
hestia_earth/models/aware/__init__.py,sha256=F8XRo9nRiX-fHAqyeMARYtFmJWRPs-hnIaCiHcZhyMw,406
|
|
18
|
-
hestia_earth/models/aware/scarcityWeightedWaterUse.py,sha256=
|
|
18
|
+
hestia_earth/models/aware/scarcityWeightedWaterUse.py,sha256=iTmjr_r_Zc2u1w6wjC6Ry_TxqkWibIKwGbSrceNUX_E,4551
|
|
19
19
|
hestia_earth/models/blonkConsultants2016/__init__.py,sha256=jJhYkwblgQZRg3QOERBZfl4Nw9szPn-Mljz7KMWlXXM,421
|
|
20
20
|
hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py,sha256=i9hPs8w3MTbo-3oio-vIkLeQ9VApKrhfNVihsmL8ZUA,3065
|
|
21
21
|
hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py,sha256=h3l6l6t950dPYkz-vj4w_MGHLwW4CTwH_l5eXlA1u5A,3006
|
|
@@ -23,27 +23,27 @@ hestia_earth/models/blonkConsultants2016/landTransformationFromForest20YearAvera
|
|
|
23
23
|
hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py,sha256=qU7FRqYJm47olbUY239YHhdn2OkMQ_GTDP5O27VTlmY,3071
|
|
24
24
|
hestia_earth/models/blonkConsultants2016/utils.py,sha256=hmPnzJLmFgZvdzkk6Au2euglrvCGtCWtjM8w0rYQHr4,1517
|
|
25
25
|
hestia_earth/models/chaudharyBrooks2018/__init__.py,sha256=LKxQu7-6gyWPpdXaYHDTawzsBNm7CpDrk98I5_TTLhA,420
|
|
26
|
-
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py,sha256=
|
|
27
|
-
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py,sha256
|
|
28
|
-
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=
|
|
26
|
+
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py,sha256=8l0CQp_mf37s4TY1U8nUEf8L6vFZbqBFjMFW77oBqLA,3918
|
|
27
|
+
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py,sha256=BxBOXXTCxTVAOhRht1wpzyLhVb9aYt12819xkiHlvdA,3544
|
|
28
|
+
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=YLiwYlh3FM_aoLe26oDTYUHcFhWFHV6KjvlAprQlFo4,2604
|
|
29
29
|
hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=Z0IrvVv-dKsRt09LmT7sc6e1bWnhjZ-WBrO-namIngo,1539
|
|
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=nUWKsn3COqAOrYNmiBKnA2rUs88pj4o3k4fHKA0TVbU,1068
|
|
34
|
+
hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=N8neIISqeTAS7VGTNWbbbozOtfCb816qwwHCnv7Nnpw,1113
|
|
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=lcgyRHY08KCBFPERJNqV4DYGEJCvyHBDnJXD0kEkVqM,1097
|
|
37
|
+
hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=xcrxfs9UoV_EWvV-XzMt35oPWCUsTzqg2SGA3j2MFIw,1091
|
|
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=4Z8rR4ESFI_uFnIWKM06TDad51ixxkCyLIKfAe2DFgY,6849
|
|
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
|
|
46
|
-
hestia_earth/models/cycle/endDate.py,sha256=
|
|
46
|
+
hestia_earth/models/cycle/endDate.py,sha256=ruhNJl5Clk5K6E2JJfKVN_tI3KlZjuNA3tnhWWXA-oQ,1749
|
|
47
47
|
hestia_earth/models/cycle/energyContentLowerHeatingValue.py,sha256=AyVKCQbb3Pto3Ca__F0KJ_wlwTxbPd7mUyehZW7AJPM,2212
|
|
48
48
|
hestia_earth/models/cycle/excretaKgMass.py,sha256=iA8Kfl3WvyxbQpx1QOGPQZ9O_Pc5rj7xhucYx3rB8Co,3949
|
|
49
49
|
hestia_earth/models/cycle/excretaKgN.py,sha256=mgJTneQIYJ9Su-rTK5ppb_k3YhICFNWsfPZtGR98RI0,2968
|
|
@@ -52,7 +52,8 @@ hestia_earth/models/cycle/inorganicFertiliser.py,sha256=Yt5NcP9FQEzWwlritrPGbhh2
|
|
|
52
52
|
hestia_earth/models/cycle/irrigatedTypeUnspecified.py,sha256=KlIa5eDvT47Twz6Q1kpw0rMlRjCK25CExaW58DEvc9w,2125
|
|
53
53
|
hestia_earth/models/cycle/liveAnimal.py,sha256=5dlvuVAu24hLLOVXsozcVzWyDVzddzoungUBwrBDS-g,3986
|
|
54
54
|
hestia_earth/models/cycle/longFallowRatio.py,sha256=_h0kub99sACO87IfjMeiu8IgdK2jaeBlgGA9A9-ViZA,1683
|
|
55
|
-
hestia_earth/models/cycle/
|
|
55
|
+
hestia_earth/models/cycle/materialAndSubstrate.py,sha256=PaTnS3QVxGEMLMn4nuWHYp8npiZjDaDijRJHoUoRV40,5184
|
|
56
|
+
hestia_earth/models/cycle/milkYield.py,sha256=JUwKK9gwXZiir7YK7_tOuV3B4Aml0LnJszfCA3Ygh3o,5816
|
|
56
57
|
hestia_earth/models/cycle/otherSitesArea.py,sha256=Xhi6C1K1v4VXv1Mhkg-b9JCAG-DfTQoEi9ICs71418w,1650
|
|
57
58
|
hestia_earth/models/cycle/otherSitesUnusedDuration.py,sha256=ZqQaI9FvNVpONmsIiRo1BqSJJKC5Mgi-W6lt18sxTiA,2985
|
|
58
59
|
hestia_earth/models/cycle/pastureGrass.py,sha256=7PrmDMJPtsbKGa8WIOh_4NXNtbH3Pxb23pmjawQuY9o,1226
|
|
@@ -65,7 +66,7 @@ hestia_earth/models/cycle/residueRemoved.py,sha256=jxDu_Jfcyd-rm-qo8ZuRIf-GGxtFB
|
|
|
65
66
|
hestia_earth/models/cycle/siteArea.py,sha256=K_Vj8lc_HP1WOVm22jlIMfE9fIOc6WkMXe-iDHiTdB4,2748
|
|
66
67
|
hestia_earth/models/cycle/siteDuration.py,sha256=8VCYn608Lw1A6gLOG2bA1Z2tAQbmDg_yXeq6sgkrXac,2342
|
|
67
68
|
hestia_earth/models/cycle/siteUnusedDuration.py,sha256=orYGlbzGMpjuDAtZe7KkCOLWrwUYR1H4A0ccAbutW3s,2189
|
|
68
|
-
hestia_earth/models/cycle/startDate.py,sha256=
|
|
69
|
+
hestia_earth/models/cycle/startDate.py,sha256=J4z3d8tlYh1eS4-gaQcD-vNrNPQiWFwk_cVKdTAyl54,2874
|
|
69
70
|
hestia_earth/models/cycle/startDateDefinition.py,sha256=6oJmT6XRKYbv2Jer2UJpkOQqHQKjIAEqPz7yv7k-HP4,2187
|
|
70
71
|
hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py,sha256=f1houLdigq6EGMrG3dL8WqAaGVlpXNJB74VbSxWQUCY,1843
|
|
71
72
|
hestia_earth/models/cycle/transformation.py,sha256=06KTfVubh2I47dfnG9Iv6AbuUBbURM8BAVOkRu7XmHw,1255
|
|
@@ -84,7 +85,7 @@ hestia_earth/models/cycle/completeness/electricityFuel.py,sha256=FWG8EuOPubTLDc3
|
|
|
84
85
|
hestia_earth/models/cycle/completeness/excreta.py,sha256=2yVxcuWjAh4hoEukaMJ90VZpkCL7SfpwIgzigbjVaF4,996
|
|
85
86
|
hestia_earth/models/cycle/completeness/freshForage.py,sha256=MORlqhTZT67TWgH9Zu1aPHxBXIU4JSmjaV6uzSqKnc8,1973
|
|
86
87
|
hestia_earth/models/cycle/completeness/material.py,sha256=UQH2oRnUY-Q-_MVuOlTAYqQxc7wWDM5mi_iFmp9PlIQ,1362
|
|
87
|
-
hestia_earth/models/cycle/completeness/seed.py,sha256=
|
|
88
|
+
hestia_earth/models/cycle/completeness/seed.py,sha256=rLNar7q39YqdtyFLBiyXeRbsVSWFRd8H7Bhjx7ATISU,1932
|
|
88
89
|
hestia_earth/models/cycle/completeness/soilAmendment.py,sha256=AXGtO1d8oLWgvmVLoNBqknsH2lmr5y15E2xkgZpkCSU,1392
|
|
89
90
|
hestia_earth/models/cycle/feedConversionRatio/__init__.py,sha256=28bB2lN7gY-b0XuUZNIIlBdzJmzfdpqB4Q8JSZ_Drsk,2505
|
|
90
91
|
hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioCarbon.py,sha256=21_PXoKXJCxPOPOspKqqq-E7dh-2tVQnR4cnGZ9JGj8,1992
|
|
@@ -126,7 +127,7 @@ hestia_earth/models/ecoinventV3/utils.py,sha256=HqtD8MzK9C_RCJ-ME-5G4J1KoCn5FqmA
|
|
|
126
127
|
hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py,sha256=XYFDUNpQpzbjPgLus0YlM3UdiXX7LLwn-XJqjrH9ywM,5801
|
|
127
128
|
hestia_earth/models/ecoinventV3AndEmberClimate/utils.py,sha256=INWB7gyhzk49GQ0KAcBS-Kzwdoyd5MQJcsCtuT6XxZA,1352
|
|
128
129
|
hestia_earth/models/edip2003/__init__.py,sha256=nyB0CI2gNmRAXj-203aJHQMmETYhcY-dHbMABOhJ7YI,409
|
|
129
|
-
hestia_earth/models/edip2003/ozoneDepletionPotential.py,sha256=
|
|
130
|
+
hestia_earth/models/edip2003/ozoneDepletionPotential.py,sha256=YkBct4eDUidGukaVdd2iaEouq_FckuG8l_7pgBQgCBw,1033
|
|
130
131
|
hestia_earth/models/emepEea2019/__init__.py,sha256=l90-pWrqIzt1ap1WNk0gF4iZeF5_TSG62hE83bIi4rQ,412
|
|
131
132
|
hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py,sha256=ib_xzEbIg-iQwvW2L4BosD9lV6EYOXAiIs8gYhSD9GE,1431
|
|
132
133
|
hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py,sha256=H4dgGqDuvYN4S7TRxYsX3hms1xMWr8clR2gkyyO8T18,1438
|
|
@@ -138,9 +139,9 @@ hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py,sha256=MYMRoFrmu3lhqS9
|
|
|
138
139
|
hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py,sha256=8B1GVsn5gEXVW3iZYBct-s_OTRaH-asXo6JvGW_jls0,1431
|
|
139
140
|
hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py,sha256=hHHhu_EZWhxAKhGJgrHY3vNI7Kuy6h8-JyOuas7KRXk,1524
|
|
140
141
|
hestia_earth/models/emepEea2019/utils.py,sha256=oTHjbRRwJZv_tpO9MOlfpyQRmN0a1kvEZsVHUPliZpQ,4014
|
|
141
|
-
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=
|
|
142
|
+
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=NkP635TDNs7bQBv2n9tUTLwScZHfUkSC4XzLVwjxWtg,2240
|
|
142
143
|
hestia_earth/models/environmentalFootprintV3/__init__.py,sha256=lzg9qccwd9tbspw0lQ58YPprnvvSLTn3QV5T2-tPcC4,425
|
|
143
|
-
hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py,sha256=
|
|
144
|
+
hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py,sha256=N_gw2aNoCMW5Z1XM-uAyCF1kfpZUI07giv_bo3Lmr5Q,918
|
|
144
145
|
hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py,sha256=r3GV2pspKWAlKU46TMh_6D_rrXtY_onhk3RnukzJjD8,5095
|
|
145
146
|
hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py,sha256=ivz08j-LP9uqnFn9QoVHa29I9TDLXuH_0FvkoLlpa1M,7300
|
|
146
147
|
hestia_earth/models/environmentalFootprintV3/soilQualityIndexTotalLandUseEffects.py,sha256=SIjFYPv4n3mziohW2nlycaMssHQ3ws79hqHa4i3sCVI,2997
|
|
@@ -200,7 +201,7 @@ hestia_earth/models/haversineFormula/__init__.py,sha256=o155nR-XI67iCSBVNYIu4sPR
|
|
|
200
201
|
hestia_earth/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
201
202
|
hestia_earth/models/haversineFormula/transport/distance.py,sha256=163KrmKzlEQuKYT1ZvpPgmKlv_-mmvxp0A1_uKya99w,4203
|
|
202
203
|
hestia_earth/models/hestia/__init__.py,sha256=o5vAmPzSaK9XPgL8GCne3-lugfCOgZhHELYolNgqyyY,407
|
|
203
|
-
hestia_earth/models/hestia/landCover.py,sha256=
|
|
204
|
+
hestia_earth/models/hestia/landCover.py,sha256=gOSmYi8ER08mClfHkBudEI1pjO6D1OwW6Iv3SSokFkk,28120
|
|
204
205
|
hestia_earth/models/hyde32/__init__.py,sha256=hSOwDiK0M0NfmQbW_J7O_SZa8IsJMgITSHSVMsDS4KI,407
|
|
205
206
|
hestia_earth/models/hyde32/landTransformationFromCropland100YearAverageDuringCycle.py,sha256=7ZqhExZORiYIzvkQhLhPdTPzyY2NnSKrat76poGn5tc,2392
|
|
206
207
|
hestia_earth/models/hyde32/landTransformationFromCropland20YearAverageDuringCycle.py,sha256=RDMzmxz236nMSd5IYASXFMk8wL4HyeMi2zNdhhjkTs0,2388
|
|
@@ -241,23 +242,23 @@ hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py,sha256=NAdGaG6
|
|
|
241
242
|
hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py,sha256=TzwfuMnyQv_iLsi15Vq1cxU7Kgnu5VK6Ru9yWXtBQIA,3749
|
|
242
243
|
hestia_earth/models/ipcc2006/utils.py,sha256=flB7HWrynzOorKlmrpbETGD63NMv45H8Wxjj3RCav98,739
|
|
243
244
|
hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=v4Qe-X4w3tqIHGJBNnEAK81x4ZuQMwYxQYXRncugmcU,427
|
|
244
|
-
hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=
|
|
245
|
+
hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=2fFEHTXxel_XPiMXQlWbgtpdLVzockhK77gmG9Yy_So,1041
|
|
245
246
|
hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
|
|
246
|
-
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=
|
|
247
|
+
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=HR2vnOc64mg_fxe9m5NmqxBZ8-aFuKb44gmItyuRL1s,1041
|
|
247
248
|
hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYgctjKVvtpRfQ,409
|
|
248
|
-
hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=
|
|
249
|
+
hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=GHICyiq7pIFwTU7YryAbKqReEINIyG60TyNvY9_b9G4,19053
|
|
249
250
|
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQqZRfPEvFT_bMTayMXgIsFLnx8I6iYzw,3089
|
|
250
|
-
hestia_earth/models/ipcc2019/belowGroundBiomass.py,sha256=
|
|
251
|
+
hestia_earth/models/ipcc2019/belowGroundBiomass.py,sha256=UtNolXLL4N-Fx6BCEFqYw5P9G_QcNsLApJhu0ekO-Gc,17874
|
|
251
252
|
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=7AFU2Q0qPAvv6uEKWByS38jl77FvjTPbGm2GQ53waGg,3499
|
|
252
|
-
hestia_earth/models/ipcc2019/biomass_utils.py,sha256=
|
|
253
|
+
hestia_earth/models/ipcc2019/biomass_utils.py,sha256=aMdAO-Ssfy1DKaNg19G9ea3z18MbfV6coqQjPu6Tu90,15584
|
|
253
254
|
hestia_earth/models/ipcc2019/carbonContent.py,sha256=tlQvu4Auhpjmaz7XrZz86xwxVrJhsYYf8DFA_aQeev4,7255
|
|
254
255
|
hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=q6yyEiYQhHJ2VyQy2Fa84cuTl1D8bjBXOK3UpaRuo20,3196
|
|
255
|
-
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=
|
|
256
|
-
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=
|
|
256
|
+
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=JmvKP9n3IPO4RkGQ8o7aJ4axuJV_WKDRCFNR_AOmdyM,11685
|
|
257
|
+
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=WnKmSQSqr1Jv7_95DLgtufPYGN5TeV3eDcFV3btDoq8,6706
|
|
257
258
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=TJ4J7VA5n4RPrJYZQeR3lc3ZoCw7T1E5Cb1XJewr834,7331
|
|
258
259
|
hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=fefPcxy7TTG-33dgZecDppMroUAmKoluhomyLuRqQiU,6545
|
|
259
260
|
hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=l5Mrb8non9JjQhpWMzqHHK7FAjYPuWUzIwa08zdBUpo,6595
|
|
260
|
-
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=
|
|
261
|
+
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=yxIrMBFXJCts5K0MGaUxGLzpZQBXFXHppqnfXPKQWTM,55594
|
|
261
262
|
hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=7z0zdqiiWQwkyJCgSNMoK2mft3cJkTRlqwKrMuSKdWI,2454
|
|
262
263
|
hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=1yC99dH3ZQC3PX_ppLhDxzECTTvGwiRSGxkFudEzKBw,6613
|
|
263
264
|
hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=Ofld5SuRKndcKB3FFFoUdzSgNq-gc4kmiNyyrPKQ3Io,3580
|
|
@@ -265,7 +266,7 @@ hestia_earth/models/ipcc2019/croppingDuration.py,sha256=-CesZ2cNDOQoU3QyVFnSWYO-
|
|
|
265
266
|
hestia_earth/models/ipcc2019/ligninContent.py,sha256=Qh-UH4lv1TIf7wWlbAPwIZZHxzbbmQgND3m15pt5Si8,7285
|
|
266
267
|
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py,sha256=Fand7NbT27unwgFTxi_9NxT024s63vQ7U6-tk9yp3d8,3990
|
|
267
268
|
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py,sha256=_Oj6Jw8F4rce7FmhWkzeqyB7W3ZQWpOiA10p6xrfSwc,3777
|
|
268
|
-
hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py,sha256=
|
|
269
|
+
hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py,sha256=tyex7qmZNuHlRIrncFvUdNeQZVUQ2TfBXd8_QB6Og9o,2172
|
|
269
270
|
hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py,sha256=9IDV96R9EIEVLIugPcSRY0oeecwk_Rpdn-Tvb01UyWY,3646
|
|
270
271
|
hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py,sha256=vmUhlNGNaT3jX5CndCVWYnzJADAp-Cls4x4-NNITWdA,4369
|
|
271
272
|
hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py,sha256=ilc6D3cgmvmdkmPbdbxS-SzsG2RQRNKaQooxbeLl43w,3714
|
|
@@ -281,8 +282,8 @@ hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=px2SN-u
|
|
|
281
282
|
hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=fmmFgjtvOD2TrrLY03jYly_KvDnCsAXqhL_tmZQQt-A,4480
|
|
282
283
|
hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=9dx_MRTwJGxJRq6mj2EJQMdQ2w6j7lw0fQk0If_cIGc,4152
|
|
283
284
|
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=C9ef41fd-gYixEV3sTs9VMHHdnSZJ14kbEEmMG116hY,8653
|
|
284
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=
|
|
285
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=
|
|
285
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=ns4kWVRoXdAmhyPfKlMTiRcsuHFJtpoNz41nyNwZ3Sg,82096
|
|
286
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=9S_dz4CU5yw6ClFnGZxch1GWuJMmbSVapkTgSyXMG3Q,63535
|
|
286
287
|
hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=HGJC2zcEvtbkovccAZ5MYm84wBXUZH0Q3UyJOXD0ltA,10157
|
|
287
288
|
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=Hhm9szzsL3otuo-V6fQ_cNyDbG0dlubr4-1L4WefbDE,10304
|
|
288
289
|
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=nL31uS3c77PH_5nA2E2MvB1NS2mMvhD341taGl5YWNE,13842
|
|
@@ -291,7 +292,7 @@ hestia_earth/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
|
|
|
291
292
|
hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=T-wWzxzPdy4pexS8ivQSeH9Z6U6qRGYfCiEwQDujcww,1003
|
|
292
293
|
hestia_earth/models/ipcc2019/animal/liveweightGain.py,sha256=UElmAdB4yQEFAOT5RrURn0Yt7U3gB2qiCWvNXyLk8Hw,971
|
|
293
294
|
hestia_earth/models/ipcc2019/animal/liveweightPerHead.py,sha256=cq88VTxPYVPyEr2NLPb0Zmmppn_eMp9Xtw6Nxnta4-M,984
|
|
294
|
-
hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py,sha256=
|
|
295
|
+
hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py,sha256=XxgSvQLi1Xu6ZpUg1a-7OFZEkItkUK-nVPTDxApUnuY,2777
|
|
295
296
|
hestia_earth/models/ipcc2019/animal/pastureGrass.py,sha256=4vs-KIlCKQhU1EpX0BFlVAQrh1szm154AnrPDs13oE4,12212
|
|
296
297
|
hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py,sha256=MWPnuT4WeKJCGjJ_DAJnYelsX2Ld0C5e8eN__0Ws0E0,982
|
|
297
298
|
hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=9hOg5KAFQ6Q-2_5h8pduYiYg9QBr22UnHdJYmkh8qi0,1023
|
|
@@ -302,100 +303,100 @@ hestia_earth/models/ipcc2021/gwp100.py,sha256=EQ-OBQrahSgMBFtGregiNlbm3DHVwr67o4
|
|
|
302
303
|
hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB5lqiBCss9OZcbjxeeG8E,418
|
|
303
304
|
hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
|
|
304
305
|
hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
|
|
305
|
-
hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=
|
|
306
|
+
hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=lUVXtExzdigNaX5T6QJFxOpCSVO7O0MwIvs3iNYougA,6435
|
|
306
307
|
hestia_earth/models/koble2014/cropResidueManagement.py,sha256=NnHjf7lH3JsTgKkfPwVLXKhcDmcpgSg-S79yFhu5EH0,2927
|
|
307
308
|
hestia_earth/models/koble2014/residueBurnt.py,sha256=eU592boTzkgOCu7g2h-6BH0Ovcup_p0IWfpzoYMUZ68,2246
|
|
308
309
|
hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7y9hP9chZisl1Je1pP7KEyA,382
|
|
309
310
|
hestia_earth/models/koble2014/residueRemoved.py,sha256=aauhHnw5yFm0uqpvUPRFaVKq1A5548S_Z4wLMn8hB0E,2010
|
|
310
311
|
hestia_earth/models/koble2014/utils.py,sha256=yGFRVFKPEhDKZu7pYFQXYkUPJdlMNNX4_JPgmKwrwSA,2941
|
|
311
312
|
hestia_earth/models/lcImpactAllEffects100Years/__init__.py,sha256=Z15q1K369kIkH4JC3X2mN0PdNHhUn6dscug6g4DvAxc,427
|
|
312
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=
|
|
313
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=
|
|
313
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=BrkLQgt-BuQUTdA_Uzn46RGC50BQfsD9uLLP9MRpDAQ,1100
|
|
314
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=o_eE5GmSEzYOrT1uec_C6oP7vwzC-0tvah1tkV1jNeE,959
|
|
314
315
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
315
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=
|
|
316
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=vnYwYZBdBfI8qrQ0T9EO70vtpgrEGsRutslv-1ZlxWY,1152
|
|
316
317
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
|
|
317
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py,sha256=
|
|
318
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256
|
|
319
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256
|
|
320
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=
|
|
318
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py,sha256=0swewnkpPIdSJMnxb5UAnCCjuSMsVQxRtEamDXgzjgk,1123
|
|
319
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py,sha256=-GGJQi78FFxITXP3JJ8PaKPQnnyMjoEAy8sU1JANusY,1078
|
|
320
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=KcAP9Tkc4AyS3Y9sM4B0TD9P_UeM5aBR5oYZxaqGnhY,956
|
|
321
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=VkZTtMNSDrFdrrRgSUnmBSDtj6XvU1zcr0GDoXyvyU8,962
|
|
321
322
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
|
|
322
323
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
323
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
324
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=mzATY_A-TeBd1F8dwC31sgjoOnZx6f3ZKUfYDhcj9d8,1106
|
|
324
325
|
hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
325
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=
|
|
326
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=g9r_kFhWN0lVanPeTh9MG7pd3n1H1wWodRF5ZWAo390,943
|
|
326
327
|
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
327
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=
|
|
328
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
329
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=
|
|
328
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=CULmM1lkUiLdZYDzTbIfH8E1KUiFD6t0N4GpTZ1lh5Q,1144
|
|
329
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=gArodVl6NbGi6TsC6QIoqpv6tI5Be9WGVMMKVNnG4jY,1102
|
|
330
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=vsNaHLmeMxhZWkKADvKtqd33kpPro_Fc5Ekqy0RUGS0,1154
|
|
330
331
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
331
332
|
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
332
|
-
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=
|
|
333
|
+
hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=4BpCP1XfoNLdPmhvFlLJ4d84_1E-z30z0UVJOPbyNC0,963
|
|
333
334
|
hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py,sha256=-mI2cKQbipg9FcKehl9h6EiUbwXrl22IybK4VNPWD5o,427
|
|
334
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=
|
|
335
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=
|
|
335
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py,sha256=eJMv1oe_732HRG0Bjje-0QFFmWrpF3ZNR_kSJBIXY6k,1100
|
|
336
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=7h65CircjdWU-CGaAqpGixcGveXNp-x4W6EDOTms-5I,961
|
|
336
337
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
337
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=
|
|
338
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=sW1GHpoHQGuiV--eLWkDjLC5lpWRF_Y15B4UF_8pHW4,1152
|
|
338
339
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=3FVfcTQ2PPIRBXMx7RtzN0rQ9AVBwvA_I0XifcLaEHI,1214
|
|
339
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py,sha256=
|
|
340
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=
|
|
341
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=
|
|
342
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=
|
|
340
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py,sha256=IqdKWJVDXLPuQF1xqOKIO-cYXwYzSEEbZ-w3of-H5hw,1123
|
|
341
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=UzOUPXLfmhf7qSQJpWNpSJqEzcUNVoe7ZXAKo4KMdhw,1078
|
|
342
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=T_ph1o997UjrF_yP3UJfxo8oDUTWmB6lIO8X9cbrz3E,956
|
|
343
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=0-EDzWaREbTlwwaocU7TzOB1M-UXKHkL-lhn8qOW9Fk,962
|
|
343
344
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=m5vtKVQlSg6F09_0MmJH7CG0nxsYKHHLHypPTKWAY8U,1216
|
|
344
345
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
345
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
346
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=9Z7KOXYacB-X_93CzlzMzGqbZquj2FB_7JmsuQRGIsA,1106
|
|
346
347
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
347
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=
|
|
348
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=aGx9Zd09rQOGTVmO1KO-KM5wF8ce1CtYzX4FcMZ_nMQ,943
|
|
348
349
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
349
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=
|
|
350
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
351
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=
|
|
350
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=K4Q6vu3vgvYO2ptCGATasB_Y_jD5l1sJvklkrjyfoHg,1144
|
|
351
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=W-eAJEubg1GWOi2xCZxGwNTm1DaCbPrSLN4TWP6mYWI,1102
|
|
352
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=NTvShMJcEF-xLfbNJRKrrCmQZvcF54xyn1mi8rKbVtQ,1154
|
|
352
353
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
353
354
|
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
354
|
-
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256
|
|
355
|
+
hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=dyUfAD74qEzfIGFei1IcI2RfQXgkjns7AhJ0iYzgCBk,963
|
|
355
356
|
hestia_earth/models/lcImpactCertainEffects100Years/__init__.py,sha256=m5yYAVoq0T85R0LNm_PzvoOfzLO0HKYK5SZbALSrFqk,431
|
|
356
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=
|
|
357
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=o_eE5GmSEzYOrT1uec_C6oP7vwzC-0tvah1tkV1jNeE,959
|
|
357
358
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
358
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=
|
|
359
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py,sha256=fXooF4Cpyv3QYz46XG8reHtiP0TDDmsSQG-8gBVt-Xs,1156
|
|
359
360
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
|
|
360
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py,sha256=
|
|
361
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=
|
|
362
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=
|
|
363
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=
|
|
361
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py,sha256=qpoLY7MMzS_mhW_ks93xRIRtvITT9rugXpruf__L6cU,1127
|
|
362
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py,sha256=LkKN2ucQ9h0HtRWw9bTwW3QrVxbj8xMWRK_mV65cjC4,1082
|
|
363
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=gXxK4hW5i63tLMPfb459x4XLBXvpc7I6X_J226rlqGU,960
|
|
364
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=xbmnU9q4P1u_aDf1e4xS8YP5pzVsY_0E0XfgcQyvgKU,966
|
|
364
365
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
|
|
365
366
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
366
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
367
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=3wGvo6HPmGSYRtimy5HMShfaI6ZAyO2Sfj0BixF_GmU,1110
|
|
367
368
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
368
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=
|
|
369
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=g9r_kFhWN0lVanPeTh9MG7pd3n1H1wWodRF5ZWAo390,943
|
|
369
370
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
370
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=
|
|
371
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
372
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=
|
|
371
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py,sha256=aODcB4lqMgfIj-qCyZxD6rCXcfjqj7l1vUeoNBGroO8,1148
|
|
372
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py,sha256=M2LeiKyuqLSUkKVJtQkQfwUBfYnVm-BlzegBVizSIy0,1106
|
|
373
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py,sha256=wRHMoaj2Vm_0p9L0Q1ogTMThSLr-KOsSJLYx6hQP4jw,1158
|
|
373
374
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
374
375
|
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
375
|
-
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=
|
|
376
|
+
hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=4BpCP1XfoNLdPmhvFlLJ4d84_1E-z30z0UVJOPbyNC0,963
|
|
376
377
|
hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py,sha256=BZ6xYtEYUljU21s-i1T3V1ZTmCpkF549qraGEULbbe0,431
|
|
377
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=
|
|
378
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=7h65CircjdWU-CGaAqpGixcGveXNp-x4W6EDOTms-5I,961
|
|
378
379
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=xfNWgfi9QLbYtuCqAnGSKm_8cvzYfboSTT_6KehmzTI,1220
|
|
379
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=
|
|
380
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py,sha256=glx0qpb3dIJ05Wl3yMFc6V5_nZKABAFSwdAL1KJodI0,1156
|
|
380
381
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py,sha256=gQltQuAGXpCZwj697UecNRzssjVOqyc4KvK8LtgTS7U,1218
|
|
381
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py,sha256=
|
|
382
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=
|
|
383
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=
|
|
384
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=
|
|
382
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py,sha256=Flw--Y_y3BGINagQNb8oOGF2MDm8dBA2kiGYYy98rtU,1127
|
|
383
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py,sha256=8NoEwYKLQFTfPid8D6zs5lc9FdkVBPrH9s7zBxZ9Mrk,1082
|
|
384
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py,sha256=M3A6zO1ppqFLcuqtFHun7dIBOU9sGk4aOtCGqYo_tXU,960
|
|
385
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=Jv7wdIqf2JRSphbIw_vecE3D8ApJKH2ltXFEg5Esqrg,966
|
|
385
386
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py,sha256=5W9t0AliDPKpRu8b69Bjb_jrkbIHu8cNw8qTUVnCM5s,1220
|
|
386
387
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=C_Ia0xdUGFNK9L5K2pD6ivH6KNyNRiazw5DULnfnw8Y,1195
|
|
387
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=
|
|
388
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py,sha256=u4M_iuz8XzM3QPowkz1UxBCX8I8k8gX4KHa2g6504lk,1110
|
|
388
389
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py,sha256=vit0zQbKdb_1uDW9HRexwxnVjZHJ_bP-QOnvKVNl1IM,1703
|
|
389
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=
|
|
390
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py,sha256=aGx9Zd09rQOGTVmO1KO-KM5wF8ce1CtYzX4FcMZ_nMQ,943
|
|
390
391
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py,sha256=HgUqocaiBhnxoRaZsc6hnJBNgiSZfDDKXFfm4k-h9NA,1204
|
|
391
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=
|
|
392
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=
|
|
393
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=
|
|
392
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py,sha256=YLWCdxKbAf88VP39ksaEYIFPYVbHXL1RoPEqAdJwi08,1148
|
|
393
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py,sha256=mD9ZEqgLfqap-EB6E2USPJfQ5sb8FOPiPIcK8jbpvBk,1106
|
|
394
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py,sha256=vsNaHLmeMxhZWkKADvKtqd33kpPro_Fc5Ekqy0RUGS0,1154
|
|
394
395
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=inieUWUSRKW3cQQEl4l4KHSiD2m2GNb3kpMmEL95SwA,1215
|
|
395
396
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=mILJfHIobDE9EkW72Go731EFrfb6umF9Fa3Sy7sAqw0,1222
|
|
396
|
-
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256
|
|
397
|
+
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=dyUfAD74qEzfIGFei1IcI2RfQXgkjns7AhJ0iYzgCBk,963
|
|
397
398
|
hestia_earth/models/linkedImpactAssessment/__init__.py,sha256=SPP09DMS4zUThyQfcgLpivFwsey4WSt77CDMYHJPKWE,423
|
|
398
|
-
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=
|
|
399
|
+
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=ZU68ljsidyqIKIdFqtR9mze5Am0fK_PE1x4GBTwBTr0,6395
|
|
399
400
|
hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py,sha256=DSLX_aEWaUFcFZRD46bG5lIQ4TtAtIqH-sMkVCJH2Dg,990
|
|
400
401
|
hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py,sha256=SggB_4tpiKNeb6TIQWBm-X9VwG4pzLoyHdK8JroRIsE,576
|
|
401
402
|
hestia_earth/models/linkedImpactAssessment/landTransformationFromCropland100YearAverageInputsProduction.py,sha256=jxeJS8r1qYIoyeEE-MGKbldEDL3x9CG8aIb4JdcUnj4,1036
|
|
@@ -407,27 +408,27 @@ hestia_earth/models/linkedImpactAssessment/landTransformationFromOtherNaturalVeg
|
|
|
407
408
|
hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPasture100YearAverageInputsProduction.py,sha256=7btlXl5PL47qIjfs-w_xLZY_nsRnJAwTREtt8LpY6UI,1052
|
|
408
409
|
hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPasture20YearAverageInputsProduction.py,sha256=pdluhfRQuJK0EHq-L0s0TOf37tvOQYB-M-wZiuSbarw,1050
|
|
409
410
|
hestia_earth/models/linkedImpactAssessment/utils.py,sha256=dGwGc2d-8_WQElTpfyPmz5vQtL-LHQRmiZnCTuPXMDs,1876
|
|
410
|
-
hestia_earth/models/mocking/__init__.py,sha256=
|
|
411
|
+
hestia_earth/models/mocking/__init__.py,sha256=9VX50c-grz-snfd-7MBS0KfF7AadtbKuj7kK6PqtsgE,687
|
|
411
412
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
|
412
413
|
hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
|
|
413
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
414
|
+
hestia_earth/models/mocking/search-results.json,sha256=Ed4ijfv2ta8OS8JLWAIGp7Wj6RBZGDjymyTHt1EUGYQ,101690
|
|
414
415
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
415
416
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
416
417
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
417
418
|
hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py,sha256=CxjhFinScTebBGNVheEdbdw36DdHwoPszAnbxtd6_9s,6590
|
|
418
|
-
hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=
|
|
419
|
-
hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=
|
|
419
|
+
hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=kKzXD67L-VUFUMS2cu72V336eTZAviHPg8XddbYtF_w,6422
|
|
420
|
+
hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=6XX7zzwnkG1Wezr44RxmQUTeGDPHKkRADqU3yhxg2m0,8428
|
|
420
421
|
hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py,sha256=HB_9q5eE6al2Te3v29hC5wqxsYe4P46ZAPwdWNzx3v0,3939
|
|
421
422
|
hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py,sha256=78N513lNtjol0KKddxmG3Pb9vAmledlrWbfURVdLHBA,3139
|
|
422
423
|
hestia_earth/models/pooreNemecek2018/longFallowDuration.py,sha256=Wdm6QyOttCFP9Y3OjbaYrvdMmivOmMIT-m5Eg9SM9rY,1511
|
|
423
424
|
hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py,sha256=HJ7IstImGyasIKosK2lQZ-v6Lqt3_aEfZhoiC4CY0rM,2586
|
|
424
425
|
hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py,sha256=SoZlogDd7_4kq5S9gc8KmVeIXacWWhaUkWlKTuho_OA,2431
|
|
425
426
|
hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py,sha256=4TDILoagYMVBSBbVXEecIOv-pzQ-W2Hg6rpL58t1-J4,4001
|
|
426
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py,sha256=
|
|
427
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py,sha256=
|
|
428
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py,sha256=
|
|
429
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py,sha256=
|
|
430
|
-
hestia_earth/models/pooreNemecek2018/
|
|
427
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py,sha256=DICci_9WaJzmjJ7eweSeaoQvxKPNzaZ5bj3zuINwa9E,1987
|
|
428
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py,sha256=AuH8oiKtuRol_7k9swQLEJxinXdG5hmbOPbpoiORcUM,2162
|
|
429
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py,sha256=6QDjKRw9z3qLrEVl-DzOFgWFk0hxb6xvRfCxXMvx4b8,2338
|
|
430
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py,sha256=aIDbxa0nqtqSZhlQbg8rk2OuJGeTZSxCQ6HOPuubheY,2304
|
|
431
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py,sha256=G0D_YBCP29Yl_hmQ7jpZP6i0I708PiiaaVRoNrI01MI,6058
|
|
431
432
|
hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py,sha256=NfuCdx-rt5mhUxGSsJSudSMp9YkiHRMAiWVyR6m8faM,2733
|
|
432
433
|
hestia_earth/models/pooreNemecek2018/nurseryDensity.py,sha256=ZY4w4q6uvKls-Tj4hz770MRIwJeHxA4DZ10JUJYeBss,951
|
|
433
434
|
hestia_earth/models/pooreNemecek2018/nurseryDuration.py,sha256=_k8OCZxCiT5hrWGLx4HF0CHi21eYtbkFMxMNYKctzCc,953
|
|
@@ -435,65 +436,65 @@ hestia_earth/models/pooreNemecek2018/plantationDensity.py,sha256=-y-zXHFPet0LdIg
|
|
|
435
436
|
hestia_earth/models/pooreNemecek2018/plantationLifespan.py,sha256=FudC-csC1IkiFOJ_uD0s6_rwsgqVrUN6Ej7A03JXDsM,959
|
|
436
437
|
hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py,sha256=Q54woX67eUab0qEEAuW2naFGhnVPJHrMas3bG92KNeg,1740
|
|
437
438
|
hestia_earth/models/pooreNemecek2018/rotationDuration.py,sha256=j5hW_NEKYQbeMcdsqp2nQIDXCnUdZIKURzAmPCiegQk,1525
|
|
438
|
-
hestia_earth/models/pooreNemecek2018/
|
|
439
|
-
hestia_earth/models/pooreNemecek2018/utils.py,sha256=
|
|
439
|
+
hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py,sha256=dSTghGYbVx_kGoOwFVybSZGUShRRJImanKIxrrtDEG0,2520
|
|
440
|
+
hestia_earth/models/pooreNemecek2018/utils.py,sha256=E3DbgCD5wYMJbUdjUtSo2JGLhsadlbmaB9V0GYC16Tg,2082
|
|
440
441
|
hestia_earth/models/poschEtAl2008/__init__.py,sha256=nvyyGglxCTV4PpxcOjY7jJb0v8Bjzj435Zt1j6VcryM,414
|
|
441
442
|
hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=1pd7RX4Q0ilASi9k3l1zNnz3bUg2MakR8luJQVxYxKA,1418
|
|
442
443
|
hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=z6i-wYpPrchNmivb4Cvr9wOsc4WvDRQadORFOq_YiYM,1420
|
|
443
444
|
hestia_earth/models/recipe2016Egalitarian/__init__.py,sha256=OvZoSgfaMe6DWIdqr-Sx3ouzXlp994oro7Mi0Xid18Q,422
|
|
444
|
-
hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=
|
|
445
|
-
hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py,sha256=
|
|
446
|
-
hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py,sha256=
|
|
445
|
+
hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=npKpO4b57399P2uUWX8l6SrNc9op6mrd73QBhBKomjk,1167
|
|
446
|
+
hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py,sha256=8LtvNlddVa8xvvBhHf0xOgMWwCsdA1Te5QKhMJuHLcE,1131
|
|
447
|
+
hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py,sha256=eA9SLj1ygBFd8jIwCprJEOfnED8Gfpd8QEi66s5ihpY,1159
|
|
447
448
|
hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py,sha256=mvh0TKu5Xxofv5Ts_ZMm-o2gRlK4A-9e6Qf_QvyLQvg,882
|
|
448
|
-
hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=
|
|
449
|
+
hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=_CiOzK96FEPaLaXTZ7K4F4cAkqluw43helaLBhDo2ck,1169
|
|
449
450
|
hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py,sha256=hYcLgR2DGQzODuVrSKV8WLk6cjO5qLiAj1-1SIwIGmU,1728
|
|
450
451
|
hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py,sha256=BRXK5UNULgKBYurWtKfuclukrmh0-xAx4ReCirWSdBA,868
|
|
451
|
-
hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
452
|
-
hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=
|
|
453
|
-
hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py,sha256
|
|
452
|
+
hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=OhFGgwM_zWYiM1laCjhTEwhUYwmMX8cRvsAFfXvEb2I,931
|
|
453
|
+
hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py,sha256=Z2Sae_cJ6LmnMOfg-W61H9F4LFmOnM5FSA36w_0xvww,1065
|
|
454
|
+
hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py,sha256=-MwAy6_EQWTG-9HdNnaurLTTHpDSEpCCKG8rEVkZcNU,916
|
|
454
455
|
hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py,sha256=fa2WSgukTsHIlWv1SpAXeeCirPpZH9IzOokHYc4_TkE,1716
|
|
455
|
-
hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py,sha256=
|
|
456
|
-
hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
457
|
-
hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=
|
|
458
|
-
hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=
|
|
459
|
-
hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=
|
|
460
|
-
hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=
|
|
456
|
+
hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py,sha256=G2beA_TpvUaG3MZrgueSVgfsg-fRq0dM4YV4RKsPKIQ,922
|
|
457
|
+
hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=ZJrYgpYCvbxJLAaYuG3ijPFbnbM7ybk-kn7pA4UYdNk,923
|
|
458
|
+
hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py,sha256=hyoTCvlhhRHC30O_5kKQolmCcTaqNKlkgybAXtU0ot0,1057
|
|
459
|
+
hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py,sha256=td7N4wfDpM04SvDlwDijrS4T8_vB0hOrcKGzw61y7Yg,1062
|
|
460
|
+
hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py,sha256=CNxrhRIc3YXhY8jTOsHh59LySGbvDLqk_WccWwi6cV4,1067
|
|
461
|
+
hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=DeIGI_kxQJf05KYZ1srdfG--eN8u9ZXzenrgjfwYrRk,926
|
|
461
462
|
hestia_earth/models/recipe2016Hierarchist/__init__.py,sha256=SUptSlNCOyEd6WwzAR1HbZZ0F0h6eYSEBX0qw_UoGRU,422
|
|
462
|
-
hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=
|
|
463
|
-
hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py,sha256=
|
|
464
|
-
hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py,sha256=
|
|
463
|
+
hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=8Quuck74S2oXzREjQa_W7IGJChA8_ZDUnccQBbVTU5c,1167
|
|
464
|
+
hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py,sha256=MqOOZoDDYiq3OOy0LtvgokeDp30-AImusMsolsi9QmM,1131
|
|
465
|
+
hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py,sha256=JV55Fvc4kHvXhSjJHJrDaCr8F-O96a-fSY8Vuosgof8,1159
|
|
465
466
|
hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py,sha256=KKF4cEwPZ9JKyxPiSCJIRbDuD4dIbN7KuILQddpS0Bk,882
|
|
466
|
-
hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=
|
|
467
|
+
hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=SuBKWv8NzU4I9G-CAtb_BmtO0XLIyLXA4K2Mwy5vCUE,1169
|
|
467
468
|
hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py,sha256=T1MHEY4_eFU1kwSkA1QTrn5I2fPQzCesu8M-sXNfKy4,1728
|
|
468
469
|
hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py,sha256=djjyZPQaOx062jku_vSEKycA4fbQxLcOuTkZqnqs8Nc,868
|
|
469
|
-
hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
470
|
-
hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=
|
|
471
|
-
hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py,sha256=
|
|
470
|
+
hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=U1myk8VwLOcGbr_JQPXmAqSwuukSLysU-L9Ns9vBlBg,931
|
|
471
|
+
hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py,sha256=o0vJVFkVtSGZeQV1mHGGoS5SSmeG-MtgxSjqne_pU6s,1065
|
|
472
|
+
hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py,sha256=vvZ5ZqEwPwuEy6byUxQOrUykq7Oih3Be_waKllDMy7I,916
|
|
472
473
|
hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py,sha256=v_SPrtpy-VZI-CwnOFVkD7OLkOT-FCPfyaXlGJga6T4,1716
|
|
473
|
-
hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py,sha256=
|
|
474
|
-
hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
475
|
-
hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=
|
|
476
|
-
hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=
|
|
477
|
-
hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=
|
|
478
|
-
hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=
|
|
474
|
+
hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py,sha256=K32PmtVyg6i_33o1_pxxMF3srTze1GsIkT8Rie0KuPg,922
|
|
475
|
+
hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=Cf3j-3LNuRufU3MGN4IE1J8KvbFMIBdMU-9PSxxoIaM,923
|
|
476
|
+
hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py,sha256=8jWzK82QuZhAiZ5wYaZ_YQzEOBhs9k_cOlgNA4TsIKI,1057
|
|
477
|
+
hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py,sha256=9gl_1V2OawYVv9ySkpJJUKdNUjuTO7HXEYYjrMsqJ54,1062
|
|
478
|
+
hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py,sha256=_H4_kNpQGKA1Hr4yAghAJbmhr4UDN95QBN_ghNYUisg,1067
|
|
479
|
+
hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=InLqALJ-CWMydgcV0v1GLkI_NPZVCxd0N47Q0Vuch0Y,926
|
|
479
480
|
hestia_earth/models/recipe2016Individualist/__init__.py,sha256=aWglxUWH9B1IxbF8EU_yWPzeXTp9k7sydTJIo2V3hkU,424
|
|
480
|
-
hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=
|
|
481
|
-
hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py,sha256=
|
|
482
|
-
hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py,sha256=
|
|
481
|
+
hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=9J3hYJufVmp9noI5RXyiJCDo7hh37qkAXwSRO9uvQZ4,1171
|
|
482
|
+
hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py,sha256=rdVV_U0eQ8DV1znd8K4AAmFFUiw2SonsaBN5P6bcXfU,1135
|
|
483
|
+
hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py,sha256=cPpfJxlpU_aCwbCg-wqW2NQfp8ssMDCZp1wnvH8BWOk,1163
|
|
483
484
|
hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py,sha256=HT2iPiooZG8OmUQfDnlWvYYI9oRsP1HPDLM6yS_QyaY,884
|
|
484
|
-
hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=
|
|
485
|
+
hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py,sha256=sldgx_rjmXRVHBFlNbqI8dNkaBEonEYfvX2mAH_7AJg,1173
|
|
485
486
|
hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py,sha256=YC4HMBwkPrDDfWl4ITBubZkTDF6H3bjcBRkFVguPfuk,1732
|
|
486
487
|
hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py,sha256=pLwL-Pr5051N-FekvHjCMqgLmUYrakbUeZUSzG7hsDk,870
|
|
487
|
-
hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
488
|
-
hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=
|
|
489
|
-
hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py,sha256=
|
|
488
|
+
hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=SY4v5q40EV4t9n2yXXSRAP3v7GVSfoG4nbld9NZzBD4,933
|
|
489
|
+
hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py,sha256=o5e_YY16w0_A0khono8taQZ6ToO15DPY2bra7wGeK_8,1067
|
|
490
|
+
hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py,sha256=1yel6H3J55Z2Ufcvtbl-egSaYiYH6DxQ1i3i7pH2v1c,918
|
|
490
491
|
hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py,sha256=yM6FM_zNu4naJ-5PAm-twNVYgh5fsXuBrAMBk_ZW4Ec,1720
|
|
491
|
-
hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py,sha256=
|
|
492
|
-
hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=
|
|
493
|
-
hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=
|
|
494
|
-
hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=
|
|
495
|
-
hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=
|
|
496
|
-
hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=
|
|
492
|
+
hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py,sha256=neQjS_f8l72qwIvqQ14yYJ7qe8ua-kq2gExupXGbL5A,924
|
|
493
|
+
hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=PH4un-eZq7ObHTP5vJxN0Vlb_ZqQCRw2uMmrxIXd_PQ,925
|
|
494
|
+
hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py,sha256=YQ0I9JuvgxL0dvFW4_dfltGXsMR-OrhBc1ugkGhaXhg,1059
|
|
495
|
+
hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py,sha256=cRpcfMsQnFFYV6lW5iy0yEqt9lqL0C7ALL-OdhdbV8A,1064
|
|
496
|
+
hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py,sha256=YvFqXh8SdYy1Na71mYGO9Dpi928fzzXESRA3x-JKG7Y,1069
|
|
497
|
+
hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py,sha256=Sf6_kPt1hHRwe_Cg6Fz7nnxBZgIhpUzi8xMLJSxoRN8,928
|
|
497
498
|
hestia_earth/models/schererPfister2015/__init__.py,sha256=_6FJKfWeAbbS3jFzQ8gEVzoX1LZdPWUTLrow6Hz90U0,419
|
|
498
499
|
hestia_earth/models/schererPfister2015/nErosionSoilFlux.py,sha256=0l2AByDtq8Ci-36duTnwFvjeelnQ-_TOaeah5A2Yv8U,4924
|
|
499
500
|
hestia_earth/models/schererPfister2015/pErosionSoilFlux.py,sha256=aWvcphQU4JMGiISXjPLqnakTObFn0VOn1T9z8e4xds0,5029
|
|
@@ -512,7 +513,7 @@ hestia_earth/models/site/brackishWater.py,sha256=vLEhIZv5PUKwzwvIuYrWi7K---fq7ZX
|
|
|
512
513
|
hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py,sha256=0eH4A-tXJ0hvIkiYXWxlx8TfrdbIKUGYUDk97-yQJgg,3653
|
|
513
514
|
hestia_earth/models/site/flowingWater.py,sha256=v3g5722GIA4zQAUQI9yGFiZvFvI1QAVZqlQrY-6_B3A,1731
|
|
514
515
|
hestia_earth/models/site/freshWater.py,sha256=FXs3Vt8V4e-wn325_dwSTOKlZtn5ksNUpvYGDeLJShY,1255
|
|
515
|
-
hestia_earth/models/site/management.py,sha256=
|
|
516
|
+
hestia_earth/models/site/management.py,sha256=hjDWvFc1kjaV0-bqG44HbGYJOhpSxb1-Pj5yVCy19Hk,10822
|
|
516
517
|
hestia_earth/models/site/netPrimaryProduction.py,sha256=UIIQkYd911qVzrWjxBLrC37e-RARIVgDwLdARY9BuLw,1849
|
|
517
518
|
hestia_earth/models/site/organicCarbonPerHa.py,sha256=F2ShinHf0m9qKa1nCYBspsDkRY6jzOl0wM8mSDre22I,14916
|
|
518
519
|
hestia_earth/models/site/organicCarbonPerKgSoil.py,sha256=t--wAshiAKS-JvEKhLFRadGvgSBv5NFZ68jdyms_wh4,1945
|
|
@@ -541,22 +542,22 @@ hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py,sha256=gEceynsvP
|
|
|
541
542
|
hestia_earth/models/site/pre_checks/cache_sources.py,sha256=13kbIzCGox3IEsnCwpRi_ioHFcc1NhMm8yeW_8MOSGw,794
|
|
542
543
|
hestia_earth/models/site/pre_checks/cache_years.py,sha256=qGwTaHlWxnVT7iVxXVcpJ-oG6M-VH4ZpCDTdTixUHR4,883
|
|
543
544
|
hestia_earth/models/stehfestBouwman2006/__init__.py,sha256=EhvD4NK6oEPevusLb1WdYV3GT_fCtQx4gvdMhK_dEIQ,420
|
|
544
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py,sha256=
|
|
545
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py,sha256=
|
|
546
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py,sha256=
|
|
547
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py,sha256=
|
|
548
|
-
hestia_earth/models/stehfestBouwman2006/
|
|
549
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py,sha256=
|
|
550
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py,sha256=
|
|
551
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py,sha256
|
|
552
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py,sha256=
|
|
553
|
-
hestia_earth/models/stehfestBouwman2006/
|
|
545
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py,sha256=6BDeQUwC2tgvZGB8FbyPVLCDqxH-h1RGM73RXucwkuo,2733
|
|
546
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py,sha256=k7LZrHUDzgBNlqBxMhSurDVhAeLdE_ZM9BdoItLqurw,2913
|
|
547
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py,sha256=KbIVlDQfOoxsc-tz-VJkVLotSsRbnWFL7UJ7zedEkBg,3067
|
|
548
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py,sha256=7pB4AC7D1UEOlIwwxv8psxRV1ADfGLqbtspOJcdKnrk,3054
|
|
549
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py,sha256=9vRDBWFdBrT9nV7smBBZK547bBv-L7hDk4SjtRaVwuc,7233
|
|
550
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py,sha256=8vcw4ItFkrl1WwiZf0u0Qp0vhxxy-aWMBguMiViAGDM,2396
|
|
551
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py,sha256=AR1OZ6s4kY5Anl6WRE8xy2Pt2PTgcfWuTXaGPUhSf00,2576
|
|
552
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py,sha256=-4QlBsHmG4gqD6-980FCEIoYF7HciibjwZT_sr4MnF8,2733
|
|
553
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py,sha256=uqp34d9pVgEID10QhHYOxGqnjRtJiekK_vvKuhmHipc,2717
|
|
554
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py,sha256=shWEXw4uXkZ2vr21aQdO-86f8FiIQuiu7kbVk6TCBlY,4846
|
|
554
555
|
hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py,sha256=hPufyIt8yDk35sR669ywh3YH3FhViWi5PC5WD9d39WE,437
|
|
555
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py,sha256=
|
|
556
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py,sha256=
|
|
557
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py,sha256=
|
|
558
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py,sha256=
|
|
559
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/
|
|
556
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py,sha256=spQWMqVf7HvBhYa7UA0tZyGYvYCtQ08PyKf274IhxkY,2118
|
|
557
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py,sha256=9zYn_inKgCUgZALKfmYyS1vi03KUQn63yu1hB1_UXi4,2298
|
|
558
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py,sha256=aAsbeNVB7xd5Tu1qdLdl1TmhzlqnyaOxXnLA_QR1SB8,2455
|
|
559
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py,sha256=1s88H428oX8YFNLBXhXSfqsddqrHZFXAoSmdhAvAOsY,2439
|
|
560
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py,sha256=yRsk-WcI13mVz4jerCAxJY91hqNs2JelXhbufP83Km0,3403
|
|
560
561
|
hestia_earth/models/transformation/__init__.py,sha256=63Y_fXFBn4sX2l7F0hMsWkgIvxk5Tw9XoDBQr6bUBQQ,352
|
|
561
562
|
hestia_earth/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
562
563
|
hestia_earth/models/transformation/input/excreta.py,sha256=Ic2PrVZcVkxV7M5_Ouk1Yx3GZiiSsQSGQvTWMRE-dHo,4281
|
|
@@ -569,15 +570,15 @@ hestia_earth/models/transformation/input/value.py,sha256=mU6Cs4E0RDNkhMQmXoQHn2Q
|
|
|
569
570
|
hestia_earth/models/transformation/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
570
571
|
hestia_earth/models/transformation/product/excreta.py,sha256=Yj9wMF5if-zivb6qbN3vy1X51ZNYxvoyG9f4KPp3Y18,5700
|
|
571
572
|
hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
|
|
572
|
-
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=
|
|
573
|
-
hestia_earth/models/utils/__init__.py,sha256=
|
|
573
|
+
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=pPX8u-Aq6Pg5Y9xw0CS0S2WkAHQpOMl0lL2tLQwwOuU,918
|
|
574
|
+
hestia_earth/models/utils/__init__.py,sha256=TAcIoHR4NBIuHjKEuTSK1s4Z5mEzHaDqOPzZ8gQT2D4,6452
|
|
574
575
|
hestia_earth/models/utils/aggregated.py,sha256=sz6usleZmo_tC_hIvmGgYsX8-H0dulXmmhHK4EkA5Kg,4946
|
|
575
576
|
hestia_earth/models/utils/animalProduct.py,sha256=M5IunAKGY6oZv3j1Ascl34ywyeLWApqOIlBzbtlA2FE,721
|
|
576
577
|
hestia_earth/models/utils/aquacultureManagement.py,sha256=dxrbC1Xf140cohxTbSw6TxLAnAASWTdNZwBBam4yQnw,171
|
|
577
578
|
hestia_earth/models/utils/array_builders.py,sha256=QEkM7e75Y9aq5yEPEk3R8md36IuvCDkpekdGm3uA0uk,19397
|
|
578
|
-
hestia_earth/models/utils/blank_node.py,sha256=
|
|
579
|
+
hestia_earth/models/utils/blank_node.py,sha256=jLUWV0BZVX7NZ4Eo8pP5avV3QqI1HvvoHOAzNtfRe_E,50618
|
|
579
580
|
hestia_earth/models/utils/completeness.py,sha256=2-GusD9UycobDZq8y5jar0ZcOjyqnSbzPRT_5XMc4YA,1259
|
|
580
|
-
hestia_earth/models/utils/constant.py,sha256=
|
|
581
|
+
hestia_earth/models/utils/constant.py,sha256=6wLx8xb2R8HtpEpVy5e-PbioOo7QCu2n-W72fs6OvgE,3411
|
|
581
582
|
hestia_earth/models/utils/crop.py,sha256=5KigEHd15nT8O9_1woxKJF5rEWiSkIkJqDAXet8BB9g,2383
|
|
582
583
|
hestia_earth/models/utils/cropResidue.py,sha256=_0Q35CrliJeo31xGHsPWe8A2oHxijdIsOrf3gBEqhlA,612
|
|
583
584
|
hestia_earth/models/utils/cropResidueManagement.py,sha256=nIDFjf39rDD10UHSVudfDyu-EiL261g8jyrgS-2aDKw,347
|
|
@@ -585,7 +586,7 @@ hestia_earth/models/utils/currency.py,sha256=f_ArJANb--pZq4LL49SXQ1AMX_oKroqwBXK
|
|
|
585
586
|
hestia_earth/models/utils/cycle.py,sha256=uZgqTy4IaCqcSEEHWOcZ0bFBjwGl7gBoedk6HJ5Nryw,16233
|
|
586
587
|
hestia_earth/models/utils/descriptive_stats.py,sha256=EMVwFvg2OnZgKRAfireAoWY2EbrSvqR0V0bK9B53p28,1583
|
|
587
588
|
hestia_earth/models/utils/ecoClimateZone.py,sha256=A3ZtF_B2wr6v7clbVi0zWQ-bOXRoOKq4vGq8mhNf9Ec,4316
|
|
588
|
-
hestia_earth/models/utils/emission.py,sha256=
|
|
589
|
+
hestia_earth/models/utils/emission.py,sha256=H_apu-Og9SJTLVU2lU56IsvSU22-9J7OrqXk1b2qnSE,3638
|
|
589
590
|
hestia_earth/models/utils/excretaManagement.py,sha256=NuWPQjFZxMVt9sYgBjcqhGWCFk_OKb3sA9Ovcff3fRQ,428
|
|
590
591
|
hestia_earth/models/utils/feedipedia.py,sha256=wzzrMbYlda1XCpWiObLz4bFLXbAZejHcxsXJFr4U_AM,3953
|
|
591
592
|
hestia_earth/models/utils/fertiliser.py,sha256=DBO4OBNgnQJ0fCQMDkIk_ZGZX-uKGaTFZCEXfAnJciY,690
|
|
@@ -597,9 +598,10 @@ hestia_earth/models/utils/input.py,sha256=gsVFKTC9WF8dO6YAg_-H_GAOQTnvAr49Ox5-eT
|
|
|
597
598
|
hestia_earth/models/utils/landCover.py,sha256=8-nfynzCx9gf9YfhpuoH6Cn4kQwWFpYA5RmoGW-0ETE,300
|
|
598
599
|
hestia_earth/models/utils/liveAnimal.py,sha256=GnajBPZw5d94raf80KtLloaOqlfqGAPwUtP9bRlGWeE,1754
|
|
599
600
|
hestia_earth/models/utils/lookup.py,sha256=uEP5v4atNkY5FLMopsuBncALOmsyhFe4lNtZvUhcQRM,8517
|
|
601
|
+
hestia_earth/models/utils/management.py,sha256=W5M9k0arraVUGh4ZccVqgb8rSSLxHM6rkmi4MSzV6Dw,413
|
|
600
602
|
hestia_earth/models/utils/measurement.py,sha256=izEiPszUcPA22zaIc0OuF7Yk82JWu5cxi0Sbz_9YgBo,11142
|
|
601
603
|
hestia_earth/models/utils/organicFertiliser.py,sha256=2HY-a0EBzUw4DkEAXClLMXVCEZTKYf0BwFHBo7lQ5Tg,363
|
|
602
|
-
hestia_earth/models/utils/pesticideAI.py,sha256=
|
|
604
|
+
hestia_earth/models/utils/pesticideAI.py,sha256=xGNCHVaKq2KAyNgR2GBRvkxiufB5LVbeJUbMCdZ2FRU,2002
|
|
603
605
|
hestia_earth/models/utils/practice.py,sha256=tNadOzsrNlCEt801B815XaruJXzZ5yPASam7B3sWpXE,1091
|
|
604
606
|
hestia_earth/models/utils/product.py,sha256=DhDgiReR8k9n9aaRM2xk3PIY3nfoE1ISKg9pKsBVzVQ,10143
|
|
605
607
|
hestia_earth/models/utils/productivity.py,sha256=rTJX_nemxHpOcPN7jiM2hFHknoLUIW8y-hFxVxIkg70,593
|
|
@@ -608,7 +610,7 @@ hestia_earth/models/utils/site.py,sha256=MyWh_jhY1XbN2EZRdJsHzNJW0PGQqEC1wAmiie4
|
|
|
608
610
|
hestia_earth/models/utils/source.py,sha256=Y-CcO5Y3q5Hz4A4RdX35C1EUjL9w1NKnOrzVfOWQ7nU,1748
|
|
609
611
|
hestia_earth/models/utils/stats.py,sha256=-0vvhSDAhp4ZYXD1l6sO2hdok8_HgUM6OjCSYGSTHqU,15291
|
|
610
612
|
hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
|
|
611
|
-
hestia_earth/models/utils/term.py,sha256=
|
|
613
|
+
hestia_earth/models/utils/term.py,sha256=5LnZLd1qKuJ1J7h_xBLoX8zQ82MSgjMPkKqBTIX0s0M,19840
|
|
612
614
|
hestia_earth/models/utils/time_series.py,sha256=vuv033qUZ1gAw3T3wlLNG7vJmXCCsHEzciYbxw_b_NI,3223
|
|
613
615
|
hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
|
|
614
616
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
|
|
@@ -656,7 +658,7 @@ tests/models/cycle/test_concentrateFeed.py,sha256=tgkThL4g293CexLvb89ftO9UqUbHhN
|
|
|
656
658
|
tests/models/cycle/test_cropResidueManagement.py,sha256=vQWl7rDYLJjiKyBQlCiOA76LpzM4dI2t7JJ30uF8H9M,2020
|
|
657
659
|
tests/models/cycle/test_croppingIntensity.py,sha256=o5nA5tGbnk1IFdOhlN_Dh9oKcSq_yzSwkbBJzYfmYMg,1565
|
|
658
660
|
tests/models/cycle/test_cycleDuration.py,sha256=2KExiliuOa7_j88rJuPObJKZqq0xsRnFAb0ZEqc5KEM,846
|
|
659
|
-
tests/models/cycle/test_endDate.py,sha256=
|
|
661
|
+
tests/models/cycle/test_endDate.py,sha256=6JijuD_-Rih-o-k5DMP1T6fEXgc7F9GhjYLojYJmVKA,1013
|
|
660
662
|
tests/models/cycle/test_energyContentLowerHeatingValue.py,sha256=ZvHigQrtneKrRc8qr7rN8aj6tuA0ds0V6Brh0UzN_T8,1204
|
|
661
663
|
tests/models/cycle/test_excretaKgMass.py,sha256=xpuq0k5HKvnGmWdJy0GmIv6A4xYk2VDFB4BMb8J2Z0g,2925
|
|
662
664
|
tests/models/cycle/test_excretaKgN.py,sha256=xoe0PF-DwhVkihN-1BonUa7u_QNM9lr7CmGXsOozQ0Y,1090
|
|
@@ -666,6 +668,7 @@ tests/models/cycle/test_inorganicFertiliser.py,sha256=c-JDYC0qDK4JWlYDaGX53AcKfe
|
|
|
666
668
|
tests/models/cycle/test_irrigatedTypeUnspecified.py,sha256=9YGwpDO_RHMaldvjJZ0xdrdfUzYDnLPt6nMJ2eRXSTI,2151
|
|
667
669
|
tests/models/cycle/test_liveAnimal.py,sha256=rKcd4GKl9kKlp4bft3HEr58Btv-cPQq94XdAL9O1ky8,2138
|
|
668
670
|
tests/models/cycle/test_longFallowRatio.py,sha256=sztr1pysldwedTC78JWUHAVWl2oL0jTIQ13c6Nxzlso,1512
|
|
671
|
+
tests/models/cycle/test_materialsAndSubstrate.py,sha256=pYaNZiLVmmogAebUZjOri41pa7k78gjy7OOD8OXm4bk,1429
|
|
669
672
|
tests/models/cycle/test_milkYield.py,sha256=gl0e9O0idVT6ld9mGc--EYWTJo452C2HOzGzHKrsq_g,1777
|
|
670
673
|
tests/models/cycle/test_otherSitesArea.py,sha256=Mop7guZXEyX4ZFOBpqzsbu-cuaBFAqfIRZhe-WEvVwc,2131
|
|
671
674
|
tests/models/cycle/test_otherSitesUnusedDuration.py,sha256=zQejrYNwq14Pwe3d0zmfhxjdif5s_udbdVCiZcTuC8w,1635
|
|
@@ -681,7 +684,7 @@ tests/models/cycle/test_residueRemoved.py,sha256=R5v8lwGyz_4a9_X_LnugBEmgVgcisS5
|
|
|
681
684
|
tests/models/cycle/test_siteArea.py,sha256=CFuYLfjTdjaJPwSl1NxpcnRHhTfmbqAtkY6NDWvGoss,1465
|
|
682
685
|
tests/models/cycle/test_siteDuration.py,sha256=x98shgDOAPp7Bf8j7R251qzn4oVZyqmtlmwcoG2nVwE,2358
|
|
683
686
|
tests/models/cycle/test_siteUnusedDuration.py,sha256=5h9R3guw6ErU_sE5omoiK9Fpke74SmQWsJYWYURE9Fo,1532
|
|
684
|
-
tests/models/cycle/test_startDate.py,sha256
|
|
687
|
+
tests/models/cycle/test_startDate.py,sha256=KUlGLFrLp5GSSTsnyVOkwyuT-H_0F0uNemA8Sjvtu8k,1750
|
|
685
688
|
tests/models/cycle/test_startDateDefinition.py,sha256=42BmsT1I7Jq_YMVN-VNU7a0fIZ2w3i5jgwy4H_r4dNM,920
|
|
686
689
|
tests/models/cycle/test_stockingDensityAnimalHousingAverage.py,sha256=WlnuKxhK_3h6fWt036kfw1d8DIAt9L1vlsPDTiGCG18,1310
|
|
687
690
|
tests/models/cycle/test_transformations.py,sha256=Ws_8KhNqeHogGFXTQ4qZXQ5Ph2I3ZUaY0yO1itFUHLk,464
|
|
@@ -699,7 +702,7 @@ tests/models/cycle/completeness/test_electricityFuel.py,sha256=TbaSwsx8IIS1xWXhx
|
|
|
699
702
|
tests/models/cycle/completeness/test_excretaManagement.py,sha256=GGKQTZZj_F6EkvTOVjunVixFC584HmsCgPP5H6radc8,345
|
|
700
703
|
tests/models/cycle/completeness/test_freshForage.py,sha256=ZsQWEC08ycqQypqjEIiLMrGktPUQhKbw8mc01r5sQi8,576
|
|
701
704
|
tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjspZfheQuyeyum1fm-Ei0k,498
|
|
702
|
-
tests/models/cycle/completeness/test_seed.py,sha256=
|
|
705
|
+
tests/models/cycle/completeness/test_seed.py,sha256=NvCh4-YTUVoo2K5tX9h7-Wo7GjZGsRn-Nxn76iTw3sY,1043
|
|
703
706
|
tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
|
|
704
707
|
tests/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
705
708
|
tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=qKe_XrIK9CTXx2V2XJefEOzx9A0GoZFwg4WUs3Hxkw4,3080
|
|
@@ -800,7 +803,7 @@ tests/models/haversineFormula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
800
803
|
tests/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
801
804
|
tests/models/haversineFormula/transport/test_distance.py,sha256=hqzIOA1nGao8uiBE16J0ou52McwV4w30ZLpEAqtfi9k,970
|
|
802
805
|
tests/models/hestia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
803
|
-
tests/models/hestia/test_landCover.py,sha256=
|
|
806
|
+
tests/models/hestia/test_landCover.py,sha256=gcmzd483h92nv8HROnSIZ5_ixBVgGqkZnZywCr6ZoBQ,6031
|
|
804
807
|
tests/models/hyde32/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
805
808
|
tests/models/hyde32/test_landTransformationFromCropland100YearAverageDuringCycle.py,sha256=tOwcToAZLgIvVEx0i3S67EDaTBi_gXKy-XZCnw1Akl8,797
|
|
806
809
|
tests/models/hyde32/test_landTransformationFromCropland20YearAverageDuringCycle.py,sha256=Fw1goOLe6xPUA7J65MojAyvuEBWnsypHzfjopER9wWo,796
|
|
@@ -845,9 +848,9 @@ tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py,sha256=Od9ALNCag5pCVJnp2p
|
|
|
845
848
|
tests/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
846
849
|
tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py,sha256=4HydDKiZDpxtgqgjpAg4cTVQu-jM-_tdDdJFmNNrwSc,875
|
|
847
850
|
tests/models/ipcc2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
848
|
-
tests/models/ipcc2019/test_aboveGroundBiomass.py,sha256=
|
|
851
|
+
tests/models/ipcc2019/test_aboveGroundBiomass.py,sha256=Kbg6gByJ6pEQ9ykwWYTmvSX7FS8r8jw2sPYBd6m3sZk,5461
|
|
849
852
|
tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py,sha256=AADYB1g9vftH7YSvNyihHu8GQOiA7VhXxVQ-oJQNT88,2581
|
|
850
|
-
tests/models/ipcc2019/test_belowGroundBiomass.py,sha256
|
|
853
|
+
tests/models/ipcc2019/test_belowGroundBiomass.py,sha256=2Jwq0wBQLUmYrpm3XoWpOdai0p16pGJRIJ-RvQ-dKwU,5402
|
|
851
854
|
tests/models/ipcc2019/test_belowGroundCropResidue.py,sha256=HUxHZLBdLX_E_oc3wqTwNtGY4M4yCWcxx-1iBYPF7_s,2576
|
|
852
855
|
tests/models/ipcc2019/test_biomass_utils.py,sha256=I2q4pDGAD0aY_kpZCMPJoC-KbRYxdzY1rhr4xtJFWIA,3592
|
|
853
856
|
tests/models/ipcc2019/test_carbonContent.py,sha256=_GWF5nGy-PxiqBZ5V7W_sHMz75YRzmxr79R-sZZg7yk,4146
|
|
@@ -855,17 +858,17 @@ tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py,sha256=o7bHOS4JkwexRrDh
|
|
|
855
858
|
tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=3Hv86L4X_Va2mZL4KI-36AV00z-KBbKo0cb2ABg6Rv8,7928
|
|
856
859
|
tests/models/ipcc2019/test_ch4ToAirExcreta.py,sha256=e58NXmBW2SNVLUqQO9A66Xq6jiGTyhdFZDZk51JApF8,2902
|
|
857
860
|
tests/models/ipcc2019/test_ch4ToAirFloodedRice.py,sha256=FAp5b45WdX5Ih4yGUOZ4CmVD8smW1Lw1tnulx9AKVBI,1980
|
|
858
|
-
tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=
|
|
859
|
-
tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py,sha256=
|
|
861
|
+
tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=6aOupZOicEwnvPxN98_C00_YCQFDVv9dKgk6a3NbYIA,3107
|
|
862
|
+
tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py,sha256=ghz_1nkKKQpH5IwenD4WYOEtCpIk-LucjisLrLTBEbo,2961
|
|
860
863
|
tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py,sha256=wCEtrbMl6zef8V-n_Ci_rtlQAlfuKm3khUVltr8eAcc,2173
|
|
861
864
|
tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py,sha256=e5iuZ-kQNEVih0ZRgRPWqaUtXcLpfkoU7sQypbqA9_Y,1345
|
|
862
|
-
tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=
|
|
865
|
+
tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=Np-WQ0rE8lZ_Sw34nxD8wHQ0H_UZ257NA_ALBWsTkrA,4432
|
|
863
866
|
tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py,sha256=MmtEME0xjsa3KojFk_fxOLK6RZM_6p5HIpY2DOFHVu4,1530
|
|
864
867
|
tests/models/ipcc2019/test_croppingDuration.py,sha256=gLRXeR6Tqa7ciD9KTRfsIflSeIIWT2iOpZMdcxAQla4,1871
|
|
865
868
|
tests/models/ipcc2019/test_ligninContent.py,sha256=eIKEN__ab-0R52EhlhPSBiHnmTl6xOf1XbI33O-W9A4,4146
|
|
866
869
|
tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py,sha256=vKbWQNZAGPtsqonM-Cc3n3hNitft0hcjn2TNrTFC1iY,2729
|
|
867
870
|
tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=it2PVNYBNAvQWmWLDJ9Evjqtx7SJl-X0ZyQz3Fuvb3k,2119
|
|
868
|
-
tests/models/ipcc2019/test_n2OToAirExcretaDirect.py,sha256
|
|
871
|
+
tests/models/ipcc2019/test_n2OToAirExcretaDirect.py,sha256=-ddwSZia_QQXSrCbIrv_uQMUO3X9_WNk2WtKF8gSYTM,1627
|
|
869
872
|
tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py,sha256=z46L5JMB4-W0uCyyFlLKTEyDnt2gUHRkH7dEXK6ioHk,2098
|
|
870
873
|
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py,sha256=uSdklDRTxYfMo3J6lMxUJeIeinLHvY_MRZiN9NdHmdA,2718
|
|
871
874
|
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py,sha256=RnU8CkUCYBBO1bgJALnoVgjTHLL1L1sja2nsyeVA_cg,2113
|
|
@@ -880,7 +883,7 @@ tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py,sha256=e7REnQ9
|
|
|
880
883
|
tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e1ZViD12qB3bLdH3TJw3GbBP8iqMen-UJbcFkytb3VQ,1609
|
|
881
884
|
tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py,sha256=NZBSBJLM_j2PEpHRON2ysgKNF8x5sHfQVoAKQdGsfzk,1537
|
|
882
885
|
tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py,sha256=LR5pjV5vRbgSSQAw8kYRp_ij4CHInzgaDS6EggQuBiw,1104
|
|
883
|
-
tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=
|
|
886
|
+
tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=RgIiManNgl5GzRybwU7rzsQqq8xzTPogvRYqop9ZQHE,13333
|
|
884
887
|
tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py,sha256=62z1uWd37ol42hGPMgspFsi76v1rpix17PkUMyh8hqQ,20751
|
|
885
888
|
tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py,sha256=6YXLqH5wz_cvYlJjCacCv9UTYpnXYxURLKQz6N9ZMPg,6807
|
|
886
889
|
tests/models/ipcc2019/test_organicCarbonPerHa_utils.py,sha256=Zd2QlN_Q3k9djuByOH62A00tryVzlvNtsd46N79TTeU,1778
|
|
@@ -899,7 +902,7 @@ tests/models/ipcc2021/test_gwp100.py,sha256=wFc2QxF3ZIofwYAYl_RmdwhvRBGTn9bN9umj
|
|
|
899
902
|
tests/models/jarvisAndPain1994/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
900
903
|
tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py,sha256=aMCuR9fmGDmum7VqLb1oBOsTCjBz5O9XQn2DWtP8HVM,1057
|
|
901
904
|
tests/models/koble2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
902
|
-
tests/models/koble2014/test_aboveGroundCropResidue.py,sha256=
|
|
905
|
+
tests/models/koble2014/test_aboveGroundCropResidue.py,sha256=Wn2u6GNsaIA55_zBZKEJ1jM2uFy8ecnZj1D4t8jUabE,2122
|
|
903
906
|
tests/models/koble2014/test_cropResidueManagement.py,sha256=QwmMcVpOoW7Pedowldd0GFdnvE6lesGEfWGGMO2TQbQ,621
|
|
904
907
|
tests/models/koble2014/test_residueBurnt.py,sha256=XneISYwqiVlHORshGg-0K9t4zZ_GJqjoedTOIhoTB8E,730
|
|
905
908
|
tests/models/koble2014/test_residueLeftOnField.py,sha256=gzydTRiQOp_qJ4cZx1OFrrW22Ex_R5r2qP8c4Te_XHc,777
|
|
@@ -1015,11 +1018,10 @@ tests/models/pooreNemecek2018/test_longFallowDuration.py,sha256=kelZajIbKyvVm1vX
|
|
|
1015
1018
|
tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py,sha256=4YAoUhIwfEmRe2B5BvNg247VeB7UXHNeZqr2mRtJA7Y,2207
|
|
1016
1019
|
tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py,sha256=YqwAvbYfLVamfkUJUwGTEWEnz8ts66jVF8831QcWNkg,2200
|
|
1017
1020
|
tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py,sha256=aTXdtjp3j3vZkRF3C8aHcFwnWZH-FkfTWVdIIZYBaK8,2945
|
|
1018
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=
|
|
1019
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py,sha256=
|
|
1020
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py,sha256=
|
|
1021
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py,sha256=
|
|
1022
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterSoilFlux.py,sha256=Ti1DXFnE14E8AqC8kcBAyOTALXOI9QUs5NKBrpSfKeA,3452
|
|
1021
|
+
tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=QYskm3b8sDNzJbdNRot0lPf0TRfeNFRDtD1dU6qI3cE,931
|
|
1022
|
+
tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py,sha256=xnzhoB_PvahzvcbKvjb5_T16iD6B1zY96SUC7XwxmuM,914
|
|
1023
|
+
tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py,sha256=gMHL0DwYK3KmqXpDkpogugpbxvW3spd7RVaTuJ1V9S8,926
|
|
1024
|
+
tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e7d_qqdz7fhAYOr9M9PYhUAijSWtPXBn9D_0V2uVkJw,924
|
|
1023
1025
|
tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py,sha256=79zcDMM6HNxZzFjxPVkFcIHUPKaGwnc_3tWHEBeEtq8,2201
|
|
1024
1026
|
tests/models/pooreNemecek2018/test_nurseryDensity.py,sha256=uRKvWqI94YghWGdGLoRuDIQFlebALoVE6IguK_8_p90,921
|
|
1025
1027
|
tests/models/pooreNemecek2018/test_nurseryDuration.py,sha256=PFUlx-mjZBGvyAax8m6GR61Ak9CxjMvAMAojmA39WUk,922
|
|
@@ -1027,7 +1029,7 @@ tests/models/pooreNemecek2018/test_plantationDensity.py,sha256=CCNloLCmTUADDya0n
|
|
|
1027
1029
|
tests/models/pooreNemecek2018/test_plantationLifespan.py,sha256=Pcbnhbt_HVfEet12ndIyUu9yuFhTiworu-3vYNGlAVY,925
|
|
1028
1030
|
tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py,sha256=ifvjTXJxmbS3GH4a7S9T2mgPseajX8WL4KQ5lT_2Rus,935
|
|
1029
1031
|
tests/models/pooreNemecek2018/test_rotationDuration.py,sha256=tD2E91beAXdyT-xf5QSqc7kp5UPDDEaCE-FgsoSGorg,923
|
|
1030
|
-
tests/models/pooreNemecek2018/
|
|
1032
|
+
tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py,sha256=seT7-ip5lSjglaM2Wbaf4qsNrc2W_RYnafef4mQlc8U,1668
|
|
1031
1033
|
tests/models/poschEtAl2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1032
1034
|
tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=AlDvYqNq8TFPDNtgdSr1dNP-_Rqzbvoxq8ribh8AeEc,1876
|
|
1033
1035
|
tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=0-hn3Ssu5cfJor_Mq5DYzLlgXiw9ulARlBa_ovJGMbg,1875
|
|
@@ -1102,7 +1104,7 @@ tests/models/site/test_brackishWater.py,sha256=YGCp4glaWudKklYBSp-50KbfvIRtp3F4Q
|
|
|
1102
1104
|
tests/models/site/test_cationExchangeCapacityPerKgSoil.py,sha256=tNMhN998vcjQ15I-5mNnFh2d7mHzEBIBO6o1VSfQNUE,1075
|
|
1103
1105
|
tests/models/site/test_flowingWater.py,sha256=t_rxvdlmUVDsFBoDF20_zDM-0iiLKkNCV7knO9l1T7o,1370
|
|
1104
1106
|
tests/models/site/test_freshWater.py,sha256=GOeAxHhPW_2E1wQdQRX4W-r7mnb_LgmiAVLImitoApw,982
|
|
1105
|
-
tests/models/site/test_management.py,sha256=
|
|
1107
|
+
tests/models/site/test_management.py,sha256=1RoufI0aSQdFajPYQBajpTLuNyeA3gmyb39PIz0y-5Y,2928
|
|
1106
1108
|
tests/models/site/test_netPrimaryProduction.py,sha256=JCxG0MODbKVvl3hOqmKzh4FjHYn3Xs9KsVod6LvKQII,1108
|
|
1107
1109
|
tests/models/site/test_organicCarbonPerHa.py,sha256=XtGrE7ZqthTF0x8lDxJ1slNd_GvYHEyEydcRgA46jEc,3207
|
|
1108
1110
|
tests/models/site/test_organicCarbonPerKgSoil.py,sha256=0M-NMg_T3UXzGT_VlKOKhSxg4cZ0_zhd3FRgY5Hpj6o,1087
|
|
@@ -1133,18 +1135,15 @@ tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py,
|
|
|
1133
1135
|
tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py,sha256=9j-gLUiZfrkZO8KnuwVancRD1r31159t5VpBlMk-W6s,660
|
|
1134
1136
|
tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=oQcRo1M6uITvObqFMqwnzM2XwrlgKD3NjBYmhFyK3mQ,672
|
|
1135
1137
|
tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=oPYq5Lww7394wyC8zS6sXLzy-1-OK-hOuYAFjwdpt4o,670
|
|
1136
|
-
tests/models/stehfestBouwman2006/test_n2OToAirSoilFlux.py,sha256=BKESN5-aU37uSLk6FibWWpZ5nzE8V5zDH3cv05S6Qp4,1423
|
|
1137
1138
|
tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py,sha256=phZN3OctVS5rpoTE3RhZBKs0RXlJFGS4fKbYwkI5QHU,671
|
|
1138
1139
|
tests/models/stehfestBouwman2006/test_noxToAirExcreta.py,sha256=XUxRxHhGI_VxU5sLmRY0s7EzPDHbushQxGWBHTxif3w,654
|
|
1139
1140
|
tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py,sha256=2nxv9IzhDco2Dh_DRvfHUPbd_o9G-Ay0COdkUA7VXzM,666
|
|
1140
1141
|
tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py,sha256=eTvdT7XwE143cSLZFrqNTHnQdokEHuWRMhZLGjesM20,664
|
|
1141
|
-
tests/models/stehfestBouwman2006/test_noxToAirSoilFlux.py,sha256=xJpY14CAwNQMAwr7iq1PctYW-xD8qkldb_c5XO3foDc,1320
|
|
1142
1142
|
tests/models/stehfestBouwman2006GisImplementation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1143
1143
|
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py,sha256=EuZVgW8lvWHGtxgLpHEOGxvxwYg5XQQxF7byOHYCIoo,696
|
|
1144
1144
|
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py,sha256=fy8fPAotwR6v5bhb36LA5NoEMvh8I3-7oo1P8NkG8ZM,671
|
|
1145
1145
|
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py,sha256=tIcmfti3-cobJnZ9ahbhl99Qps5ed4qKOHgnKvSaUGo,683
|
|
1146
1146
|
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py,sha256=FDLhKuzGNcAHw2LEebbj4UUlS-ZQL0Id-L5phUv70lc,681
|
|
1147
|
-
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirSoilFlux.py,sha256=tpy-B6HhX9la3qEk5fzUkwCqTsXnx3dfFh4MFr2Da3M,1082
|
|
1148
1147
|
tests/models/transformation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1149
1148
|
tests/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1150
1149
|
tests/models/transformation/input/test_excreta.py,sha256=OQPybwORO_7MX2sG4cZretOnm3EJisl48nUVHGhIfR0,1556
|
|
@@ -1159,14 +1158,14 @@ tests/models/usetoxV2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
|
1159
1158
|
tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py,sha256=eq7Gcmfya9g0eOKKkuBhz8vq7xi_CmZ_LTSxueBwZt4,835
|
|
1160
1159
|
tests/models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1161
1160
|
tests/models/utils/test_array_builders.py,sha256=uHxO4beJhdJD-1lI5aPEAsYziQP8SN7AJ9PEY67DpaI,8417
|
|
1162
|
-
tests/models/utils/test_blank_node.py,sha256=
|
|
1161
|
+
tests/models/utils/test_blank_node.py,sha256=4sAHLGnoykHkrv32fpKsMqHgeYGv6VGceRpZV5zZW8c,39233
|
|
1163
1162
|
tests/models/utils/test_crop.py,sha256=ve_BqT2XuLTWAH-8YOnVY4nzMUSXYYXPB8S-5RtGlf4,463
|
|
1164
1163
|
tests/models/utils/test_cropResidueManagement.py,sha256=RQt8lexeJzCyxZceIutgDpw7BpcqmjsUB0C0yZC2QpY,930
|
|
1165
1164
|
tests/models/utils/test_currency.py,sha256=BPsojPsY9QW2aj8vgbjkPQXU8GU6wDwwtPZ3HdC4KTU,277
|
|
1166
1165
|
tests/models/utils/test_dataCompleteness.py,sha256=mW6rA7ddhtjZsLxwo5xDnvBdxmqTsivy4RTIU-2Lvk0,1713
|
|
1167
1166
|
tests/models/utils/test_descriptive_stats.py,sha256=BpCuUBzvrqc_LjXutIGyyVPhsmbpKiZggTvLibuGjKA,1282
|
|
1168
1167
|
tests/models/utils/test_ecoClimateZone.py,sha256=Pzy1wuCqkz4Ftms-6eCxdYg1sdOVu8bobTNVd-TUm3U,4280
|
|
1169
|
-
tests/models/utils/test_emission.py,sha256=
|
|
1168
|
+
tests/models/utils/test_emission.py,sha256=bCm_tjRGK2Ey5auTlC2nCIAO6vCOAv1YwhhVgngVxjw,1944
|
|
1170
1169
|
tests/models/utils/test_feedipedia.py,sha256=S7c1W4bJ5xWXPh42pPbl3R7lDX_iEeaEtFaPXgB7hgE,906
|
|
1171
1170
|
tests/models/utils/test_impact_assessment.py,sha256=rZVGzf_ZKOttdTxyyalR5DtcG9vHKfMuTAB_3ohkiDQ,1141
|
|
1172
1171
|
tests/models/utils/test_indicator.py,sha256=GwYKV5N_yEPcJWz7FirRnK48rl62ofAn_TkAo0MioIM,639
|
|
@@ -1177,15 +1176,15 @@ tests/models/utils/test_measurement.py,sha256=KBJobXlBUOwf2KuUduM1oQSR22JX6Pq0h5
|
|
|
1177
1176
|
tests/models/utils/test_practice.py,sha256=ILaxkb3qICor9AquAGYiOtA-YKnq0hppmJQzNC_VNyA,612
|
|
1178
1177
|
tests/models/utils/test_product.py,sha256=kwvgAeeEoRgkeStX0zQcFd-4DJhoUhX6Apaks0MU2L0,2305
|
|
1179
1178
|
tests/models/utils/test_property.py,sha256=t2npw86IK7C6G4ypiPtanFi0db4PB7G5VBR1GjRGl34,618
|
|
1180
|
-
tests/models/utils/test_site.py,sha256=
|
|
1179
|
+
tests/models/utils/test_site.py,sha256=8U544nrsShX7vJmQyN5VAAgFto4PmNy-3k1GEISDpeo,2743
|
|
1181
1180
|
tests/models/utils/test_source.py,sha256=_Ol-OrJs2Tt9iZAZ_RY2qRuSbnE4yz5OuEGkDSbZPyI,631
|
|
1182
1181
|
tests/models/utils/test_stats.py,sha256=S8MiRh_-VJ7bqpeVGFR4DxLhm_4WYq-1vK7Z_ryKCqI,7119
|
|
1183
1182
|
tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapCWk,3509
|
|
1184
1183
|
tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
|
|
1185
1184
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1186
1185
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1187
|
-
hestia_earth_models-0.64.
|
|
1188
|
-
hestia_earth_models-0.64.
|
|
1189
|
-
hestia_earth_models-0.64.
|
|
1190
|
-
hestia_earth_models-0.64.
|
|
1191
|
-
hestia_earth_models-0.64.
|
|
1186
|
+
hestia_earth_models-0.64.14.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
|
|
1187
|
+
hestia_earth_models-0.64.14.dist-info/METADATA,sha256=1pXWSGo_8_6-tjNKemoxLZb9wQa56Mbsu30jzIt84v8,3345
|
|
1188
|
+
hestia_earth_models-0.64.14.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1189
|
+
hestia_earth_models-0.64.14.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1190
|
+
hestia_earth_models-0.64.14.dist-info/RECORD,,
|