hestia-earth-models 0.70.6__tar.gz → 0.71.0__tar.gz
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.
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/PKG-INFO +1 -1
- hestia_earth_models-0.71.0/hestia_earth/models/cache_nodes.py +157 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cache_sites.py +1 -1
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/Cycle.json +0 -30
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/data/ecoinventV3/__init__.py +7 -5
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoinventV3/__init__.py +8 -1
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/aboveGroundCropResidue.py +3 -3
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/seed_emissions.py +25 -21
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/mocking/search-results.json +1509 -1505
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/background_emissions.py +24 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/pesticideAI.py +1 -1
- hestia_earth_models-0.71.0/hestia_earth/models/version.py +1 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth_models.egg-info/PKG-INFO +1 -1
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth_models.egg-info/SOURCES.txt +2 -4
- hestia_earth_models-0.71.0/hestia_earth_models.egg-info/requires.txt +9 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/setup.py +1 -1
- hestia_earth_models-0.71.0/tests/models/test_cache_nodes.py +31 -0
- hestia_earth_models-0.70.6/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +0 -100
- hestia_earth_models-0.70.6/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +0 -99
- hestia_earth_models-0.70.6/hestia_earth/models/version.py +0 -1
- hestia_earth_models-0.70.6/hestia_earth_models.egg-info/requires.txt +0 -9
- hestia_earth_models-0.70.6/tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py +0 -49
- hestia_earth_models-0.70.6/tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py +0 -32
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/LICENSE +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/MANIFEST.in +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/README.md +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/agribalyse2016/fuelElectricity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/aware/scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/chaudharyBrooks2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/chaudharyBrooks2018/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001NonBaseline/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/ImpactAssessment.json +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/Site.json +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/run-calculations.json +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/trigger-calculations.json +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/input/properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/milkYield.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/animal/properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/animalFeed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/cropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/electricityFuel.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/excreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/freshForage.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/material.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/seed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/completeness/soilAmendment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/cycleDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/endDate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/input/hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/input/properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/input/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/otherSitesArea.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/otherSitesUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/post_checks/cache.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/post_checks/otherSites.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/post_checks/site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/practice/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/practice/landCover.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/practice/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/pre_checks/cache_sources.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/pre_checks/otherSites.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/pre_checks/site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/currency.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/economicValueShare.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/price.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/primary.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/revenue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/product/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/siteArea.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/siteDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/siteUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/startDate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/startDateDefinition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/transformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cycle/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/dammgen2009/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/dammgen2009/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/data/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/deRuijterEtAl2010/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoalimV9/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoalimV9/cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoalimV9/impact_assessment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoalimV9/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoinventV3/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/edip2003/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/edip2003/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emepEea2019/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/emissionNotRelevant/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/epa2014/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/fantkeEtAl2016/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/product/price.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/seed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/faostat2018/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/frischknechtEtAl2000/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/altitude.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/awareWaterBasinId.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/clayContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/drainageClass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/ecoregion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/erodibility.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/histosol.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/region.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/sandContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/siltContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/slope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/slopeLength.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/soilPh.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/geospatialDatabase/waterDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/globalCropWaterModel2008/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/globalCropWaterModel2008/rootingDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/haversineFormula/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/haversineFormula/transport/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/haversineFormula/transport/distance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/brackishWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/concentrateFeed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/excretaKgMass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/excretaKgN.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioCarbon.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioDryMatter.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioEnergy.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioFedWeight.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioNitrogen.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/flowingWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/freshWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/landCover.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/liveAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/management.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/materialAndSubstrate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/milkYield.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/pastureSystem.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/rainfallAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/rainfallMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/residueBurnt.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/residueIncorporated.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/residueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/resourceUse_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/salineWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/soilMeasurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/waterDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/hestia/waterSalinity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/allocationMethod.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/emissions.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/irrigated.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/organic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/post_checks/cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/post_checks/site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/pre_checks/cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/pre_checks/site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/product/economicValueShare.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/impact_assessment/product/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2006/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/fatContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/liveweightGain.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/trueProteinContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/belowGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/biomass_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/carbonContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/croppingDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/ligninContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/nitrogenContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/organicSoilCultivation_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/pastureGrass_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2019/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2021/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/ipcc2021/gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/jarvisAndPain1994/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/residueBurnt.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/residueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/koble2014/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/emissions.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/linkedImpactAssessment/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/log.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/mocking/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/mocking/build_mock_search.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/mocking/mock_search.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/excretaKgN.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/longFallowDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/nurseryDensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/nurseryDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/plantationDensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/plantationLifespan.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/rotationDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/pooreNemecek2018/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/poschEtAl2008/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/preload_requests.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/requirements.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schererPfister2015/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/schmidt2007/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/defaultMethodClassification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/defaultMethodClassificationDescription.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/grouped_measurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/measurement/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/measurement/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/post_checks/cache.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/post_checks/country.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/pre_checks/cache_sources.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/pre_checks/cache_years.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/site/pre_checks/country.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/excreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/max.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/min.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/sd.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/input/value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/transformation/product/excreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/usetoxV2/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/aggregated.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/animalProduct.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/aquacultureManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/array_builders.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/blank_node.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/cache_sources.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/completeness.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/constant.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/crop.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/cropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/currency.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/descriptive_stats.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/emission.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/excretaManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/feedipedia.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/fertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/fuel.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/impact_assessment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/indicator.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/input.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/landCover.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/liveAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/lookup.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/management.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/measurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/method.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/organicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/practice.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/product.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/productivity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/property.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/source.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/stats.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/temperature.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/term.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/time_series.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/utils/transformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/log.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/models/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/models/emissions/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/models/emissions/deleted.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/models/transformations.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/merge/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/merge/merge_append.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/merge/merge_default.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/merge/merge_list.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/merge/merge_node.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/run/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/run/add_key_if_missing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/strategies/run/always.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/orchestrator/utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth_models.egg-info/dependency_links.txt +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth_models.egg-info/top_level.txt +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/setup.cfg +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/agribalyse2016/test_fuelElectricity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/test_ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/test_n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/test_nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/test_noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/akagiEtAl2011AndIpcc2006/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/aware/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/chaudharyBrooks2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001NonBaseline/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/test_milkYield.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/animal/test_properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_animalFeed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_cropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_electricityFuel.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_excretaManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_freshForage.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_material.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_seed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/completeness/test_soilAmendment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/input/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/post_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/practice/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/practice/test_landCover.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/practice/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/pre_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_currency.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_price.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_primary.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_revenue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/product/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_completeness.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_cycleDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_endDate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_otherSitesArea.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_otherSitesUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_post_checks.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_pre_checks.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_siteArea.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_siteDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_siteUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_startDate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_startDateDefinition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/cycle/test_transformations.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/dammgen2009/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/dammgen2009/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/deRuijterEtAl2010/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ecoalimV9/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ecoalimV9/test_cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ecoalimV9/test_impact_assessment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/edip2003/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/edip2003/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/emepEea2019/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/epa2014/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/fantkeEtAl2016/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/product/test_price.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_faostat_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_seed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/faostat2018/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/frischknechtEtAl2000/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_clayContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_drainageClass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_ecoregion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_erodibility.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_histosol.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_region.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_sandContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_siltContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_slope.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_slopeLength.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_soilPh.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/geospatialDatabase/test_waterDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/globalCropWaterModel2008/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/haversineFormula/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/haversineFormula/transport/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/haversineFormula/transport/test_distance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_aboveGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_brackishWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_concentrateFeed.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_excretaKgMass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_feedConversionRatio.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_flowingWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_freshWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_landCover.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_management.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_materialsAndSubstrate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_milkYield.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_pastureSystem.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_rainfallAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_rainfallMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_residueIncorporated.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_salineWater.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_seed_emissions.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_soilMeasurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_waterDepth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/hestia/test_waterSalinity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/post_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/pre_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/product/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_allocationMethod.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_emissions.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_irrigated.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_oganic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_post_checks.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/impact_assessment/test_pre_checks.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_fatContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_liveweightGain.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_belowGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_biomass_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_carbonContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_croppingDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_ligninContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_nitrogenContent.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2019/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2021/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/ipcc2021/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/jarvisAndPain1994/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/koble2014/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/test_emissions.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_plantationDensity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_rotationDuration.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/pooreNemecek2018/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/poschEtAl2008/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/schmidt2007/test_utils.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/measurement/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/measurement/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/post_checks/test_country.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/pre_checks/test_cache_years.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/pre_checks/test_country.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/test_defaultMethodClassification.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/test_defaultMethodClassificationDescription.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/site/test_grouped_measurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/test_cache_sites.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/test_config.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/test_ecoinventV3.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/test_ecoinventV3AndEmberClimate.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/test_emissionNotRelevant.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_excreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_max.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_min.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_sd.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/input/test_value.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/product/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/transformation/product/test_excreta.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/usetoxV2/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_array_builders.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_blank_node.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_cache_sources.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_crop.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_currency.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_dataCompleteness.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_descriptive_stats.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_emission.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_feedipedia.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_impact_assessment.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_indicator.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_input.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_measurement.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_practice.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_product.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_property.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_site.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_source.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_stats.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_term.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/utils/test_time_series.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/models/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/models/emissions/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/models/emissions/test_deleted.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/models/test_transformations.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/merge/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/merge/test_merge_append.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/merge/test_merge_default.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/merge/test_merge_list.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/merge/test_merge_node.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/run/__init__.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/strategies/run/test_always.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/test_models.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/test_orchestrator.py +0 -0
- {hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/tests/orchestrator/test_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hestia_earth_models
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.71.0
|
4
4
|
Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
|
5
5
|
Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
|
6
6
|
Author: HESTIA Team
|
@@ -0,0 +1,157 @@
|
|
1
|
+
import os
|
2
|
+
from functools import reduce
|
3
|
+
from hestia_earth.schema import NodeType
|
4
|
+
from hestia_earth.utils.tools import current_time_ms, flatten
|
5
|
+
from hestia_earth.earth_engine import init_gee
|
6
|
+
|
7
|
+
from .log import logger
|
8
|
+
from .utils import CACHE_KEY
|
9
|
+
from .utils.site import years_from_cycles
|
10
|
+
from .utils.source import CACHE_SOURCES_KEY, find_sources
|
11
|
+
from .cache_sites import run as cache_sites
|
12
|
+
|
13
|
+
CACHE_RELATED_KEY = 'related'
|
14
|
+
CACHE_NESTED_KEY = 'nested'
|
15
|
+
|
16
|
+
_CACHE_BATCH_SIZE = int(os.getenv('CACHE_SITES_BATCH_SIZE', '5000'))
|
17
|
+
_ENABLE_CACHE_YEARS = os.getenv('ENABLE_CACHE_YEARS', 'true') == 'true'
|
18
|
+
_ENABLE_CACHE_RELATED_NODES = os.getenv('ENABLE_CACHE_RELATED_NODES', 'true') == 'true'
|
19
|
+
_CACHE_NODE_TYPES = [
|
20
|
+
NodeType.SITE.value,
|
21
|
+
NodeType.CYCLE.value,
|
22
|
+
NodeType.IMPACTASSESSMENT.value
|
23
|
+
]
|
24
|
+
|
25
|
+
|
26
|
+
def _pop_items(values: list, nb_items: int):
|
27
|
+
if len(values) < nb_items:
|
28
|
+
removed_items = values[:] # Get a copy of the entire array
|
29
|
+
values.clear() # Remove all items from the original array
|
30
|
+
else:
|
31
|
+
removed_items = values[:nb_items] # Get the first N items
|
32
|
+
del values[:nb_items] # Remove the first N items from the original array
|
33
|
+
|
34
|
+
return removed_items
|
35
|
+
|
36
|
+
|
37
|
+
def _filter_by_type(nodes: list, type: str): return [n for n in nodes if n.get('@type', n.get('type')) == type]
|
38
|
+
|
39
|
+
|
40
|
+
def _node_key(node: dict): return '/'.join([node.get('type', node.get('@type')), node.get('id', node.get('@id'))])
|
41
|
+
|
42
|
+
|
43
|
+
def _years_from_cycles(nodes: dict): return years_from_cycles(_filter_by_type(nodes, NodeType.CYCLE.value))
|
44
|
+
|
45
|
+
|
46
|
+
def _linked_node(data: dict): return {'type': data.get('type'), 'id': data.get('id')}
|
47
|
+
|
48
|
+
|
49
|
+
def _find_nested_nodes(data) -> list[dict]:
|
50
|
+
if isinstance(data, dict):
|
51
|
+
if data.get('type') in _CACHE_NODE_TYPES and data.get('id'):
|
52
|
+
return [_linked_node(data)]
|
53
|
+
return flatten(_find_nested_nodes(list(data.values())))
|
54
|
+
if isinstance(data, list):
|
55
|
+
return flatten(map(_find_nested_nodes, data))
|
56
|
+
return []
|
57
|
+
|
58
|
+
|
59
|
+
def _nested_nodes(node_keys: list[str]):
|
60
|
+
def exec(group: dict, node: dict):
|
61
|
+
nested_nodes = _find_nested_nodes(list(node.values()))
|
62
|
+
|
63
|
+
for nested_node in nested_nodes:
|
64
|
+
group_id = _node_key(nested_node)
|
65
|
+
group[group_id] = group.get(group_id, {})
|
66
|
+
group[group_id][CACHE_RELATED_KEY] = group.get(group_id, {}).get(CACHE_RELATED_KEY, []) + [
|
67
|
+
_linked_node(node)
|
68
|
+
]
|
69
|
+
|
70
|
+
# cache nodes that current node refers (nesting)
|
71
|
+
if group_id in node_keys:
|
72
|
+
group_id = _node_key(node)
|
73
|
+
group[group_id] = group.get(group_id, {})
|
74
|
+
group[group_id][CACHE_NESTED_KEY] = group.get(group_id, {}).get(CACHE_NESTED_KEY, []) + [
|
75
|
+
_linked_node(nested_node)
|
76
|
+
]
|
77
|
+
|
78
|
+
return group
|
79
|
+
return exec
|
80
|
+
|
81
|
+
|
82
|
+
def _cache_related_nodes(nodes: list):
|
83
|
+
# only cache nodes included in the file
|
84
|
+
nodes_keys = list(map(_node_key, nodes))
|
85
|
+
# for each node, compile list of nested nodes
|
86
|
+
nested_nodes_mapping = reduce(_nested_nodes(nodes_keys), nodes, {})
|
87
|
+
|
88
|
+
def cache_related_node(node: dict):
|
89
|
+
nodes_mapping = nested_nodes_mapping.get(_node_key(node), {})
|
90
|
+
related_nodes = nodes_mapping.get(CACHE_RELATED_KEY) or []
|
91
|
+
nested_nodes = nodes_mapping.get(CACHE_NESTED_KEY) or []
|
92
|
+
# save in cache
|
93
|
+
cached_data = node.get(CACHE_KEY, {}) | {
|
94
|
+
CACHE_RELATED_KEY: related_nodes,
|
95
|
+
CACHE_NESTED_KEY: nested_nodes
|
96
|
+
}
|
97
|
+
return node | {CACHE_KEY: cached_data}
|
98
|
+
|
99
|
+
return list(map(cache_related_node, nodes))
|
100
|
+
|
101
|
+
|
102
|
+
def _cache_sources(nodes: list):
|
103
|
+
sources = find_sources()
|
104
|
+
return [
|
105
|
+
n | ({
|
106
|
+
CACHE_KEY: n.get(CACHE_KEY, {}) | {CACHE_SOURCES_KEY: sources}
|
107
|
+
} if n.get('type', n.get('@type')) in _CACHE_NODE_TYPES else {})
|
108
|
+
for n in nodes
|
109
|
+
]
|
110
|
+
|
111
|
+
|
112
|
+
def _safe_cache_sites(sites: list, years: list):
|
113
|
+
try:
|
114
|
+
return cache_sites(sites, years)
|
115
|
+
except Exception as e:
|
116
|
+
logger.error(f"An error occured while caching nodes on EE: {str(e)}")
|
117
|
+
if 'exceeded' in str(e):
|
118
|
+
logger.debug('Fallback to caching sites one by one')
|
119
|
+
# run one by one in case the batching does not work
|
120
|
+
return flatten([cache_sites([site], years) for site in sites])
|
121
|
+
else:
|
122
|
+
raise e
|
123
|
+
|
124
|
+
|
125
|
+
def _cache_sites(nodes: list, batch_size: int = _CACHE_BATCH_SIZE):
|
126
|
+
start = current_time_ms()
|
127
|
+
|
128
|
+
# build list of nodes by key to update as sites are processed
|
129
|
+
nodes_mapping = {_node_key(n): n for n in nodes}
|
130
|
+
|
131
|
+
years = _years_from_cycles(nodes) if _ENABLE_CACHE_YEARS else []
|
132
|
+
sites = _filter_by_type(nodes, 'Site')
|
133
|
+
|
134
|
+
while len(sites) > 0:
|
135
|
+
batch_values = _pop_items(sites, batch_size)
|
136
|
+
logger.info(f"Processing {len(batch_values)} sites / {len(sites)} remaining.")
|
137
|
+
results = _safe_cache_sites(batch_values, years)
|
138
|
+
for result in results:
|
139
|
+
nodes_mapping[_node_key(result)] = result
|
140
|
+
|
141
|
+
logger.info(f"Done caching sites in {current_time_ms() - start} ms")
|
142
|
+
|
143
|
+
# replace original sites with new cached sites
|
144
|
+
return list(nodes_mapping.values())
|
145
|
+
|
146
|
+
|
147
|
+
def run(nodes: list):
|
148
|
+
init_gee()
|
149
|
+
|
150
|
+
# cache sites data
|
151
|
+
cached_nodes = _cache_sites(nodes)
|
152
|
+
|
153
|
+
# cache related nodes
|
154
|
+
cached_nodes = _cache_related_nodes(cached_nodes) if _ENABLE_CACHE_RELATED_NODES else cached_nodes
|
155
|
+
|
156
|
+
# cache sources
|
157
|
+
return _cache_sources(cached_nodes)
|
{hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/cache_sites.py
RENAMED
@@ -81,7 +81,7 @@ def _run_values(
|
|
81
81
|
site_cache = merge(
|
82
82
|
site.get(CACHE_KEY, {}),
|
83
83
|
{CACHE_GEOSPATIAL_KEY: cached_data},
|
84
|
-
({CACHE_YEARS_KEY: list(set(cached_value(site, CACHE_YEARS_KEY, []) + years))} if years else {})
|
84
|
+
({CACHE_YEARS_KEY: sorted(list(set(cached_value(site, CACHE_YEARS_KEY, []) + years)))} if years else {})
|
85
85
|
)
|
86
86
|
return merge(site, {CACHE_KEY: site_cache})
|
87
87
|
|
{hestia_earth_models-0.70.6 → hestia_earth_models-0.71.0}/hestia_earth/models/config/Cycle.json
RENAMED
@@ -2054,36 +2054,6 @@
|
|
2054
2054
|
},
|
2055
2055
|
"stage": 2
|
2056
2056
|
},
|
2057
|
-
{
|
2058
|
-
"key": "emissions",
|
2059
|
-
"model": "ipcc2006",
|
2060
|
-
"value": "n2OToAirOrganicSoilCultivationDirect",
|
2061
|
-
"runStrategy": "add_blank_node_if_missing",
|
2062
|
-
"runArgs": {
|
2063
|
-
"runNonMeasured": true,
|
2064
|
-
"runNonAddedTerm": true
|
2065
|
-
},
|
2066
|
-
"mergeStrategy": "list",
|
2067
|
-
"mergeArgs": {
|
2068
|
-
"replaceThreshold": ["value", 0.01]
|
2069
|
-
},
|
2070
|
-
"stage": 2
|
2071
|
-
},
|
2072
|
-
{
|
2073
|
-
"key": "emissions",
|
2074
|
-
"model": "ipcc2006",
|
2075
|
-
"value": "co2ToAirOrganicSoilCultivation",
|
2076
|
-
"runStrategy": "add_blank_node_if_missing",
|
2077
|
-
"runArgs": {
|
2078
|
-
"runNonMeasured": true,
|
2079
|
-
"runNonAddedTerm": true
|
2080
|
-
},
|
2081
|
-
"mergeStrategy": "list",
|
2082
|
-
"mergeArgs": {
|
2083
|
-
"replaceThreshold": ["value", 0.01]
|
2084
|
-
},
|
2085
|
-
"stage": 2
|
2086
|
-
},
|
2087
2057
|
{
|
2088
2058
|
"key": "emissions",
|
2089
2059
|
"model": "ipcc2006",
|
@@ -5,17 +5,19 @@ from hestia_earth.utils.tools import non_empty_list
|
|
5
5
|
|
6
6
|
from hestia_earth.models.log import logger
|
7
7
|
|
8
|
-
|
9
|
-
|
8
|
+
_CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
|
9
|
+
_ENV_NAME = 'ECOINVENT_V3_FILEPATH'
|
10
10
|
|
11
11
|
|
12
12
|
@lru_cache()
|
13
13
|
def _get_file():
|
14
|
-
|
15
|
-
|
14
|
+
filepath = os.getenv(_ENV_NAME, f"{os.path.join(_CURRENT_DIR, 'ecoinventV3_excerpt')}.csv")
|
15
|
+
|
16
|
+
if not os.path.exists(filepath):
|
17
|
+
logger.warning('Ecoinvent file not found. Please make sure to set env variable "%s".', _ENV_NAME)
|
16
18
|
return None
|
17
19
|
|
18
|
-
return load_lookup(filepath=
|
20
|
+
return load_lookup(filepath=filepath, keep_in_memory=True)
|
19
21
|
|
20
22
|
|
21
23
|
def ecoinventV3_emissions(ecoinventName: str):
|
@@ -5,7 +5,11 @@ from hestia_earth.utils.tools import flatten, list_sum
|
|
5
5
|
from hestia_earth.models.log import debugValues, logShouldRun, logRequirements
|
6
6
|
from hestia_earth.models.data.ecoinventV3 import ecoinventV3_emissions
|
7
7
|
from hestia_earth.models.utils.emission import _new_emission
|
8
|
-
from hestia_earth.models.utils.background_emissions import
|
8
|
+
from hestia_earth.models.utils.background_emissions import (
|
9
|
+
get_background_inputs,
|
10
|
+
no_gap_filled_background_emissions,
|
11
|
+
log_missing_emissions
|
12
|
+
)
|
9
13
|
from hestia_earth.models.utils.blank_node import group_by_keys
|
10
14
|
from hestia_earth.models.utils.pesticideAI import get_pesticides_from_inputs
|
11
15
|
from hestia_earth.models.utils.fertiliser import get_fertilisers_from_inputs
|
@@ -47,6 +51,7 @@ RETURNS = {
|
|
47
51
|
}]
|
48
52
|
}
|
49
53
|
LOOKUPS = {
|
54
|
+
"emission": "inputProductionGroupId",
|
50
55
|
"electricity": "ecoinventMapping",
|
51
56
|
"fuel": "ecoinventMapping",
|
52
57
|
"inorganicFertiliser": "ecoinventMapping",
|
@@ -97,6 +102,7 @@ def _add_emission(cycle: dict, input: dict):
|
|
97
102
|
|
98
103
|
def _run_input(cycle: dict):
|
99
104
|
no_gap_filled_background_emissions_func = no_gap_filled_background_emissions(cycle)
|
105
|
+
log_missing_emissions_func = log_missing_emissions(cycle, model=MODEL, methodTier=TIER)
|
100
106
|
|
101
107
|
def run(inputs: list):
|
102
108
|
input = inputs[0]
|
@@ -118,6 +124,7 @@ def _run_input(cycle: dict):
|
|
118
124
|
logShouldRun(cycle, MODEL, input_term_id, should_run, methodTier=TIER)
|
119
125
|
|
120
126
|
grouped_emissions = reduce(_add_emission(cycle, input), mappings, {}) if should_run else {}
|
127
|
+
log_missing_emissions_func(input_term_id, list(grouped_emissions.keys()))
|
121
128
|
return [
|
122
129
|
_emission(term_id, value * input_value, input)
|
123
130
|
for term_id, value in grouped_emissions.items()
|
@@ -105,9 +105,9 @@ def _run(cycle: dict, total_values: list):
|
|
105
105
|
term_id = model.get('product')
|
106
106
|
value = _run_model(model, cycle, total_value)
|
107
107
|
debugValues(cycle, model=MODEL, term=term_id,
|
108
|
-
|
109
|
-
|
110
|
-
|
108
|
+
total_above_ground_crop_residue=total_value,
|
109
|
+
remaining_crop_residue_value=remaining_value,
|
110
|
+
allocated_value=value)
|
111
111
|
|
112
112
|
if value == 0:
|
113
113
|
values.extend([_product(term_id, value)])
|
@@ -98,6 +98,23 @@ def _run(cycle: dict, economicValueShare: float, total_yield: float, seed_input:
|
|
98
98
|
]
|
99
99
|
|
100
100
|
|
101
|
+
def _map_group_emissions(group_id: str, required_emission_term_ids: list, emission_ids: list):
|
102
|
+
lookup = download_lookup('emission.csv')
|
103
|
+
emissions = list(filter(
|
104
|
+
lambda id: id in required_emission_term_ids,
|
105
|
+
find_term_ids_by(lookup, column_name('inputProductionGroupId'), group_id)
|
106
|
+
))
|
107
|
+
included_emissions = list(filter(lambda v: v in emission_ids, emissions))
|
108
|
+
missing_emissions = list(filter(lambda v: v not in emission_ids, emissions))
|
109
|
+
return {
|
110
|
+
'id': group_id,
|
111
|
+
'total-emissions': len(emissions),
|
112
|
+
'included-emissions': len(included_emissions),
|
113
|
+
'missing-emissions': '-'.join(missing_emissions),
|
114
|
+
'is-valid': len(emissions) == len(included_emissions)
|
115
|
+
}
|
116
|
+
|
117
|
+
|
101
118
|
def _filter_emissions(cycle: dict):
|
102
119
|
required_emission_term_ids = cycle_emissions_in_system_boundary(cycle)
|
103
120
|
|
@@ -117,31 +134,12 @@ def _filter_emissions(cycle: dict):
|
|
117
134
|
group_ids = set([v.get('group-id') for v in emissions if v.get('group-id')])
|
118
135
|
|
119
136
|
# for each group, get the list of all required emissions
|
120
|
-
lookup = download_lookup('emission.csv')
|
121
137
|
emissions_per_group = [
|
122
|
-
|
123
|
-
'id': group_id,
|
124
|
-
'emissions': list(filter(
|
125
|
-
lambda id: id in required_emission_term_ids,
|
126
|
-
find_term_ids_by(lookup, column_name('inputProductionGroupId'), group_id)
|
127
|
-
))
|
128
|
-
}
|
138
|
+
_map_group_emissions(group_id, required_emission_term_ids, emission_ids)
|
129
139
|
for group_id in group_ids
|
130
140
|
]
|
131
|
-
emissions_per_group = [
|
132
|
-
{
|
133
|
-
'id': group.get('id'),
|
134
|
-
'total-emissions': len(group.get('emissions', [])),
|
135
|
-
'included-emissions': len(list(filter(lambda v: v in emission_ids, group.get('emissions', [])))),
|
136
|
-
'missing-emissions': '-'.join(list(filter(lambda v: v not in emission_ids, group.get('emissions', []))))
|
137
|
-
}
|
138
|
-
for group in emissions_per_group
|
139
|
-
]
|
140
141
|
# only keep groups that have all emissions present in the Cycle
|
141
|
-
valid_groups = list(filter(
|
142
|
-
lambda group: group.get('total-emissions') == group.get('included-emissions'),
|
143
|
-
emissions_per_group
|
144
|
-
))
|
142
|
+
valid_groups = list(filter(lambda group: group.get('is-valid'), emissions_per_group))
|
145
143
|
valid_group_ids = set([v.get('id') for v in valid_groups])
|
146
144
|
|
147
145
|
# finally, only return emissions which groups are valid
|
@@ -273,6 +271,12 @@ def _should_run(cycle: dict):
|
|
273
271
|
|
274
272
|
logShouldRun(cycle, MODEL, term_id, should_run, methodTier=TIER, model_key=MODEL_KEY)
|
275
273
|
|
274
|
+
# log missing emissions to show in the logs
|
275
|
+
for group in emissions_per_group:
|
276
|
+
if not group.get('is-valid'):
|
277
|
+
logShouldRun(cycle, MODEL, term_id, False,
|
278
|
+
methodTier=TIER, model_key=MODEL_KEY, emission_id=group.get('id'))
|
279
|
+
|
276
280
|
return should_run, total_economicValueShare, total_yield, grouped_seed_inputs, grouped_emissions
|
277
281
|
|
278
282
|
|