hestia-earth-models 0.70.1__tar.gz → 0.70.2__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.1 → hestia_earth_models-0.70.2}/PKG-INFO +1 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +2 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/Cycle.json +60 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/Site.json +8 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/excretaKgMass.py +1 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/management.py +4 -6
- hestia_earth_models-0.70.2/hestia_earth/models/hestia/pToSurfaceWaterAquacultureSystems.py +148 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/soilMeasurement.py +1 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +8 -6
- hestia_earth_models-0.70.2/hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.py +270 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +0 -3
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +0 -3
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +57 -43
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +7 -5
- hestia_earth_models-0.70.2/hestia_earth/models/ipcc2019/co2ToAirOrganicSoilCultivation.py +215 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +0 -3
- hestia_earth_models-0.70.2/hestia_earth/models/ipcc2019/n2OToAirOrganicSoilCultivationDirect.py +161 -0
- hestia_earth_models-0.70.2/hestia_earth/models/ipcc2019/organicSoilCultivation_utils.py +159 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/mocking/search-results.json +714 -706
- hestia_earth_models-0.70.2/hestia_earth/models/site/grouped_measurement.py +132 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/__init__.py +4 -3
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/blank_node.py +38 -9
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/constant.py +26 -20
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/product.py +39 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/property.py +14 -6
- hestia_earth_models-0.70.2/hestia_earth/models/version.py +1 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth_models.egg-info/PKG-INFO +1 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth_models.egg-info/SOURCES.txt +11 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_feedConversionRatio.py +2 -3
- hestia_earth_models-0.70.2/tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py +56 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_soilMeasurement.py +11 -19
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +2 -5
- hestia_earth_models-0.70.2/tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py +61 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +11 -9
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +10 -8
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +1 -1
- hestia_earth_models-0.70.2/tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py +62 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +11 -9
- hestia_earth_models-0.70.2/tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py +61 -0
- hestia_earth_models-0.70.2/tests/models/site/test_grouped_measurement.py +20 -0
- hestia_earth_models-0.70.1/hestia_earth/models/version.py +0 -1
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/LICENSE +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/MANIFEST.in +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/README.md +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/agribalyse2016/fuelElectricity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/aware/scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cache_sites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/chaudharyBrooks2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/chaudharyBrooks2018/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001NonBaseline/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/ImpactAssessment.json +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/run-calculations.json +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/trigger-calculations.json +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/input/properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/milkYield.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/animal/properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/animalFeed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/cropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/electricityFuel.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/excreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/freshForage.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/material.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/seed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/completeness/soilAmendment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/cycleDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/endDate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/input/hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/input/properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/input/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/otherSitesArea.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/otherSitesUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/post_checks/cache.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/post_checks/otherSites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/post_checks/site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/practice/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/practice/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/pre_checks/cache_sources.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/pre_checks/otherSites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/pre_checks/site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/currency.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/economicValueShare.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/price.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/primary.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/revenue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/product/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/siteArea.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/siteDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/siteUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/startDate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/startDateDefinition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/transformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/cycle/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/dammgen2009/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/dammgen2009/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/data/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/data/ecoinventV3/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/deRuijterEtAl2010/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoalimV9/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoalimV9/cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoalimV9/impact_assessment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoalimV9/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoinventV3/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoinventV3/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/edip2003/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/edip2003/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emepEea2019/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/emissionNotRelevant/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/epa2014/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/fantkeEtAl2016/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/product/price.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/seed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/faostat2018/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/frischknechtEtAl2000/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/altitude.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/awareWaterBasinId.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/clayContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/drainageClass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/ecoregion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/erodibility.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/histosol.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/region.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/sandContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/siltContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/slope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/slopeLength.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/soilPh.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/geospatialDatabase/waterDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/globalCropWaterModel2008/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/globalCropWaterModel2008/rootingDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/haversineFormula/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/haversineFormula/transport/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/haversineFormula/transport/distance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/aboveGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/brackishWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/concentrateFeed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/excretaKgN.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioCarbon.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioDryMatter.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioEnergy.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioFedWeight.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/feedConversionRatio/feedConversionRatioNitrogen.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/flowingWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/freshWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/landCover.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/liveAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/materialAndSubstrate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/milkYield.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/pastureSystem.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/rainfallAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/rainfallMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/residueBurnt.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/residueIncorporated.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/residueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/resourceUse_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/salineWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/seed_emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/waterDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/waterSalinity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/allocationMethod.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/irrigated.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/organic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/post_checks/cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/post_checks/site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/pre_checks/cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/pre_checks/site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/product/economicValueShare.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/impact_assessment/product/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2006/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/fatContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/liveweightGain.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/trueProteinContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/belowGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/biomass_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/carbonContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/croppingDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/ligninContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/nitrogenContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/pastureGrass_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2019/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2021/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/ipcc2021/gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/jarvisAndPain1994/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/residueBurnt.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/residueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/koble2014/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/linkedImpactAssessment/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/log.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/mocking/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/mocking/build_mock_search.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/mocking/mock_search.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/excretaKgN.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/longFallowDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/nurseryDensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/nurseryDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/plantationDensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/plantationLifespan.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/rotationDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/pooreNemecek2018/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/poschEtAl2008/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/preload_requests.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/requirements.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schererPfister2015/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/schmidt2007/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/defaultMethodClassification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/defaultMethodClassificationDescription.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/measurement/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/measurement/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/post_checks/cache.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/post_checks/country.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/pre_checks/cache_sources.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/pre_checks/cache_years.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/site/pre_checks/country.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/excreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/max.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/min.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/sd.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/input/value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/transformation/product/excreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/usetoxV2/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/aggregated.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/animalProduct.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/aquacultureManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/array_builders.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/background_emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/cache_sources.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/completeness.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/crop.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/cropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/currency.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/descriptive_stats.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/emission.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/excretaManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/feedipedia.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/fertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/fuel.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/impact_assessment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/indicator.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/input.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/landCover.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/liveAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/lookup.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/management.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/measurement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/method.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/organicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/pesticideAI.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/practice.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/productivity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/source.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/stats.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/temperature.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/term.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/time_series.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/utils/transformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/log.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/models/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/models/emissions/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/models/emissions/deleted.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/models/transformations.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/merge/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/merge/merge_append.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/merge/merge_default.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/merge/merge_list.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/merge/merge_node.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/run/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/run/add_key_if_missing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/strategies/run/always.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/orchestrator/utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth_models.egg-info/dependency_links.txt +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth_models.egg-info/requires.txt +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth_models.egg-info/top_level.txt +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/setup.cfg +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/setup.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/agribalyse2016/test_fuelElectricity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/test_ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/test_n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/test_nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/test_noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/akagiEtAl2011AndIpcc2006/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/aware/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/chaudharyBrooks2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001NonBaseline/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/test_milkYield.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/animal/test_properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_animalFeed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_cropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_electricityFuel.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_excretaManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_freshForage.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_material.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_seed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/completeness/test_soilAmendment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/input/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/post_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/practice/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/practice/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/pre_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_currency.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_price.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_primary.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_revenue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/product/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_completeness.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_cycleDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_endDate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_otherSitesArea.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_otherSitesUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_post_checks.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_pre_checks.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_siteArea.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_siteDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_siteUnusedDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_startDate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_startDateDefinition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/cycle/test_transformations.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/dammgen2009/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/dammgen2009/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/deRuijterEtAl2010/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ecoalimV9/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ecoalimV9/test_cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ecoalimV9/test_impact_assessment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/edip2003/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/edip2003/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/emepEea2019/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/epa2014/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/fantkeEtAl2016/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/product/test_price.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_faostat_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_seed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/faostat2018/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/frischknechtEtAl2000/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_clayContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_drainageClass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_ecoregion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_erodibility.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_histosol.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_region.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_sandContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_siltContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_slope.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_slopeLength.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_soilPh.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/geospatialDatabase/test_waterDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/globalCropWaterModel2008/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/haversineFormula/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/haversineFormula/transport/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/haversineFormula/transport/test_distance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_aboveGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_brackishWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_concentrateFeed.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_excretaKgMass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_flowingWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_freshWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_landCover.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_management.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_materialsAndSubstrate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_milkYield.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_pastureSystem.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_rainfallAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_rainfallMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_residueIncorporated.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_salineWater.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_seed_emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_waterDepth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/hestia/test_waterSalinity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/post_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/pre_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/product/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_allocationMethod.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_irrigated.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_oganic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_post_checks.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/impact_assessment/test_pre_checks.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_fatContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_liveweightGain.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_belowGroundBiomass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_biomass_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_carbonContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_croppingDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_ligninContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_nitrogenContent.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2019/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2021/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/ipcc2021/test_gwp100.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/jarvisAndPain1994/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/koble2014/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/test_emissions.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_plantationDensity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_rotationDuration.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/pooreNemecek2018/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/poschEtAl2008/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/schmidt2007/test_utils.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/measurement/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/measurement/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/post_checks/test_country.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/pre_checks/test_cache_years.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/pre_checks/test_country.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/test_defaultMethodClassification.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/site/test_defaultMethodClassificationDescription.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/test_cache_sites.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/test_config.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/test_ecoinventV3.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/test_ecoinventV3AndEmberClimate.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/test_emissionNotRelevant.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_excreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_max.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_min.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_properties.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_sd.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/input/test_value.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/product/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/transformation/product/test_excreta.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/usetoxV2/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_array_builders.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_blank_node.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_cache_sources.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_crop.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_currency.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_dataCompleteness.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_descriptive_stats.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_emission.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_feedipedia.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_impact_assessment.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_indicator.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_input.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_measurement.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_practice.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_product.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_property.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_site.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_source.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_stats.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_term.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/utils/test_time_series.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/models/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/models/emissions/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/models/emissions/test_deleted.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/models/test_transformations.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/merge/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/merge/test_merge_append.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/merge/test_merge_default.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/merge/test_merge_list.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/merge/test_merge_node.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/run/__init__.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/strategies/run/test_always.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/test_models.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/tests/orchestrator/test_orchestrator.py +0 -0
- {hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/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.70.
|
3
|
+
Version: 0.70.2
|
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
|
@@ -6,7 +6,8 @@ from hestia_earth.utils.model import filter_list_term_type
|
|
6
6
|
from hestia_earth.utils.tools import list_sum
|
7
7
|
|
8
8
|
from hestia_earth.models.log import logRequirements, logShouldRun
|
9
|
-
from hestia_earth.models.utils import _filter_list_term_unit
|
9
|
+
from hestia_earth.models.utils import _filter_list_term_unit
|
10
|
+
from hestia_earth.models.utils.constant import Units
|
10
11
|
from hestia_earth.models.utils.blank_node import _sum_nodes_value
|
11
12
|
from hestia_earth.models.utils.indicator import _new_indicator
|
12
13
|
from . import MODEL
|
{hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/Cycle.json
RENAMED
@@ -1759,6 +1759,51 @@
|
|
1759
1759
|
},
|
1760
1760
|
"stage": 2
|
1761
1761
|
},
|
1762
|
+
{
|
1763
|
+
"key": "emissions",
|
1764
|
+
"model": "ipcc2019",
|
1765
|
+
"value": "ch4ToAirOrganicSoilCultivation",
|
1766
|
+
"runStrategy": "add_blank_node_if_missing",
|
1767
|
+
"runArgs": {
|
1768
|
+
"runNonMeasured": true,
|
1769
|
+
"runNonAddedTerm": true
|
1770
|
+
},
|
1771
|
+
"mergeStrategy": "list",
|
1772
|
+
"mergeArgs": {
|
1773
|
+
"replaceThreshold": ["value", 0.01]
|
1774
|
+
},
|
1775
|
+
"stage": 2
|
1776
|
+
},
|
1777
|
+
{
|
1778
|
+
"key": "emissions",
|
1779
|
+
"model": "ipcc2019",
|
1780
|
+
"value": "co2ToAirOrganicSoilCultivation",
|
1781
|
+
"runStrategy": "add_blank_node_if_missing",
|
1782
|
+
"runArgs": {
|
1783
|
+
"runNonMeasured": true,
|
1784
|
+
"runNonAddedTerm": true
|
1785
|
+
},
|
1786
|
+
"mergeStrategy": "list",
|
1787
|
+
"mergeArgs": {
|
1788
|
+
"replaceThreshold": ["value", 0.01]
|
1789
|
+
},
|
1790
|
+
"stage": 2
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"key": "emissions",
|
1794
|
+
"model": "ipcc2019",
|
1795
|
+
"value": "n2OToAirOrganicSoilCultivationDirect",
|
1796
|
+
"runStrategy": "add_blank_node_if_missing",
|
1797
|
+
"runArgs": {
|
1798
|
+
"runNonMeasured": true,
|
1799
|
+
"runNonAddedTerm": true
|
1800
|
+
},
|
1801
|
+
"mergeStrategy": "list",
|
1802
|
+
"mergeArgs": {
|
1803
|
+
"replaceThreshold": ["value", 0.01]
|
1804
|
+
},
|
1805
|
+
"stage": 2
|
1806
|
+
},
|
1762
1807
|
{
|
1763
1808
|
"key": "emissions",
|
1764
1809
|
"model": "ipcc2019",
|
@@ -2178,6 +2223,21 @@
|
|
2178
2223
|
"replaceThreshold": ["value", 0.01]
|
2179
2224
|
},
|
2180
2225
|
"stage": 2
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"key": "emissions",
|
2229
|
+
"model": "hestia",
|
2230
|
+
"value": "pToSurfaceWaterAquacultureSystems",
|
2231
|
+
"runStrategy": "add_blank_node_if_missing",
|
2232
|
+
"runArgs": {
|
2233
|
+
"runNonMeasured": true,
|
2234
|
+
"runNonAddedTerm": true
|
2235
|
+
},
|
2236
|
+
"mergeStrategy": "list",
|
2237
|
+
"mergeArgs": {
|
2238
|
+
"replaceThreshold": ["value", 0.01]
|
2239
|
+
},
|
2240
|
+
"stage": 2
|
2181
2241
|
}
|
2182
2242
|
],
|
2183
2243
|
{
|
{hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/config/Site.json
RENAMED
@@ -400,6 +400,14 @@
|
|
400
400
|
"mergeStrategy": "list",
|
401
401
|
"stage": 1
|
402
402
|
},
|
403
|
+
{
|
404
|
+
"key": "measurements",
|
405
|
+
"model": "site",
|
406
|
+
"value": "grouped_measurement",
|
407
|
+
"runStrategy": "always",
|
408
|
+
"mergeStrategy": "list",
|
409
|
+
"stage": 1
|
410
|
+
},
|
403
411
|
{
|
404
412
|
"key": "measurements",
|
405
413
|
"model": "hestia",
|
{hestia_earth_models-0.70.1 → hestia_earth_models-0.70.2}/hestia_earth/models/hestia/management.py
RENAMED
@@ -147,7 +147,7 @@ def _get_cycle_duration(cycle: dict, land_cover_id: str):
|
|
147
147
|
land_cover_id,
|
148
148
|
column_name('maximumCycleDuration')
|
149
149
|
), default=None)
|
150
|
-
return cycle_duration or
|
150
|
+
return cycle_duration or lookup_value
|
151
151
|
|
152
152
|
|
153
153
|
def _gap_filled_date_only_str(date_str: str, mode: str = DatestrGapfillMode.END) -> str:
|
@@ -165,11 +165,9 @@ def _gap_filled_start_date(land_cover_id: str, end_date: str, cycle: dict) -> di
|
|
165
165
|
"""If possible, gap-fill the startDate based on the endDate - cycleDuration"""
|
166
166
|
cycle_duration = _get_cycle_duration(cycle, land_cover_id)
|
167
167
|
return {
|
168
|
-
"startDate":
|
169
|
-
_gap_filled_date_obj(
|
170
|
-
|
171
|
-
_gap_filled_date_obj(cycle.get("startDate"), mode=DatestrGapfillMode.START)
|
172
|
-
if cycle.get("startDate") else datetime.fromtimestamp(0)
|
168
|
+
"startDate": (
|
169
|
+
_gap_filled_date_obj(cycle.get("startDate"), mode=DatestrGapfillMode.START) if cycle.get("startDate") else
|
170
|
+
_gap_filled_date_obj(end_date) - timedelta(days=cycle_duration - 1)
|
173
171
|
)
|
174
172
|
} if any([cycle_duration, cycle.get("startDate")]) else {}
|
175
173
|
|
@@ -0,0 +1,148 @@
|
|
1
|
+
from hestia_earth.schema import EmissionMethodTier, EmissionStatsDefinition, TermTermType
|
2
|
+
from hestia_earth.utils.model import filter_list_term_type
|
3
|
+
from hestia_earth.utils.tools import list_sum, non_empty_list
|
4
|
+
|
5
|
+
from hestia_earth.models.log import logRequirements, logShouldRun, debugValues, log_as_table
|
6
|
+
from hestia_earth.models.utils import _filter_list_term_unit
|
7
|
+
from hestia_earth.models.utils.emission import _new_emission
|
8
|
+
from hestia_earth.models.utils.constant import Units, convert_to_unit, get_atomic_conversion
|
9
|
+
from hestia_earth.models.utils.product import convert_product_to_unit
|
10
|
+
from hestia_earth.models.utils.completeness import _is_term_type_complete
|
11
|
+
from . import MODEL
|
12
|
+
|
13
|
+
REQUIREMENTS = {
|
14
|
+
"Cycle": {
|
15
|
+
"completeness.animalFeed": "True",
|
16
|
+
"completeness.product": "True",
|
17
|
+
"completeness.fertiliser": "True",
|
18
|
+
"completeness.liveAnimalInput": "True",
|
19
|
+
"inputs": [
|
20
|
+
{
|
21
|
+
"@type": "Input",
|
22
|
+
"term.termType": [
|
23
|
+
"crop",
|
24
|
+
"liveAnimal",
|
25
|
+
"liveAquaticSpecies",
|
26
|
+
"animalProduct",
|
27
|
+
"processedFood",
|
28
|
+
"feedFoodAdditive",
|
29
|
+
"organicFertiliser",
|
30
|
+
"forage",
|
31
|
+
"excreta",
|
32
|
+
"waste"
|
33
|
+
],
|
34
|
+
"optional": {
|
35
|
+
"properties": [
|
36
|
+
{"@type": "Property", "value": "", "term.@id": "phosphorusContentAsP"},
|
37
|
+
{"@type": "Property", "value": "", "term.@id": "phosphateContentAsP2O5"}
|
38
|
+
]
|
39
|
+
}
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"@type": "Input",
|
43
|
+
"term.termType": "inorganicFertiliser",
|
44
|
+
"term.units": "kg P2O5"
|
45
|
+
}
|
46
|
+
],
|
47
|
+
"products": [{
|
48
|
+
"@type": "Product",
|
49
|
+
"term.termType": ["liveAquaticSpecies", "liveAnimal", "animalProduct", "crop"],
|
50
|
+
"optional": {
|
51
|
+
"properties": [
|
52
|
+
{"@type": "Property", "value": "", "term.@id": "phosphorusContentAsP"},
|
53
|
+
{"@type": "Property", "value": "", "term.@id": "phosphateContentAsP2O5"}
|
54
|
+
]
|
55
|
+
}
|
56
|
+
}]
|
57
|
+
}
|
58
|
+
}
|
59
|
+
RETURNS = {
|
60
|
+
"Emission": [{
|
61
|
+
"value": "",
|
62
|
+
"min": "",
|
63
|
+
"max": "",
|
64
|
+
"methodTier": "tier 1",
|
65
|
+
"statsDefinition": "modelled"
|
66
|
+
}]
|
67
|
+
}
|
68
|
+
TERM_ID = 'pToSurfaceWaterAquacultureSystems'
|
69
|
+
TIER = EmissionMethodTier.TIER_1.value
|
70
|
+
|
71
|
+
|
72
|
+
def _emission(value: float):
|
73
|
+
emission = _new_emission(TERM_ID, MODEL)
|
74
|
+
emission['value'] = [value]
|
75
|
+
emission['statsDefinition'] = EmissionStatsDefinition.MODELLED.value
|
76
|
+
emission['methodTier'] = TIER
|
77
|
+
return emission
|
78
|
+
|
79
|
+
|
80
|
+
def _convert_to_P(blank_node: dict):
|
81
|
+
return {
|
82
|
+
'id': blank_node.get('term', {}).get('@id'),
|
83
|
+
'value': list_sum(blank_node.get('value'), default=None),
|
84
|
+
'value-converted': (
|
85
|
+
convert_product_to_unit(blank_node, Units.KG_P) or
|
86
|
+
convert_product_to_unit(blank_node, Units.KG_P2O5) / get_atomic_conversion(Units.KG_P2O5, Units.KG_P) or
|
87
|
+
convert_to_unit(blank_node, Units.KG_P)
|
88
|
+
)
|
89
|
+
}
|
90
|
+
|
91
|
+
|
92
|
+
def _run(cycle: dict):
|
93
|
+
inputs = filter_list_term_type(cycle.get('inputs', []), [
|
94
|
+
TermTermType.CROP,
|
95
|
+
TermTermType.LIVEANIMAL,
|
96
|
+
TermTermType.LIVEAQUATICSPECIES,
|
97
|
+
TermTermType.ANIMALPRODUCT,
|
98
|
+
TermTermType.PROCESSEDFOOD,
|
99
|
+
TermTermType.FEEDFOODADDITIVE,
|
100
|
+
TermTermType.ORGANICFERTILISER,
|
101
|
+
TermTermType.FORAGE,
|
102
|
+
TermTermType.EXCRETA,
|
103
|
+
TermTermType.WASTE,
|
104
|
+
]) + _filter_list_term_unit(filter_list_term_type(cycle.get('inputs', []), [
|
105
|
+
TermTermType.INORGANICFERTILISER
|
106
|
+
]), Units.KG_P2O5)
|
107
|
+
inputs_P = list(map(_convert_to_P, inputs))
|
108
|
+
total_inputs_P = list_sum(non_empty_list([i.get('value-converted', 0) for i in inputs_P]))
|
109
|
+
|
110
|
+
products = filter_list_term_type(cycle.get('products', []), [
|
111
|
+
TermTermType.CROP,
|
112
|
+
TermTermType.LIVEANIMAL,
|
113
|
+
TermTermType.LIVEAQUATICSPECIES,
|
114
|
+
TermTermType.ANIMALPRODUCT
|
115
|
+
])
|
116
|
+
products_P = list(map(_convert_to_P, products))
|
117
|
+
total_products_P = list_sum(non_empty_list([i.get('value-converted', 0) for i in products_P]))
|
118
|
+
|
119
|
+
debugValues(cycle, model=MODEL, term=TERM_ID,
|
120
|
+
inputs_P=log_as_table(inputs_P),
|
121
|
+
products_P=log_as_table(products_P))
|
122
|
+
|
123
|
+
return [_emission(total_inputs_P - total_products_P)]
|
124
|
+
|
125
|
+
|
126
|
+
def _should_run(cycle: dict):
|
127
|
+
is_animalFeed_complete = _is_term_type_complete(cycle, 'animalFeed')
|
128
|
+
is_product_complete = _is_term_type_complete(cycle, 'product')
|
129
|
+
is_fertiliser_complete = _is_term_type_complete(cycle, 'fertiliser')
|
130
|
+
is_liveAnimalInput_complete = _is_term_type_complete(cycle, 'liveAnimalInput')
|
131
|
+
|
132
|
+
logRequirements(cycle, model=MODEL, term=TERM_ID,
|
133
|
+
is_term_type_animalFeed_complete=is_animalFeed_complete,
|
134
|
+
is_term_type_product_complete=is_product_complete,
|
135
|
+
is_term_type_fertiliser_complete=is_fertiliser_complete,
|
136
|
+
is_term_type_liveAnimalInput_complete=is_liveAnimalInput_complete)
|
137
|
+
|
138
|
+
should_run = all([
|
139
|
+
is_animalFeed_complete,
|
140
|
+
is_product_complete,
|
141
|
+
is_fertiliser_complete,
|
142
|
+
is_liveAnimalInput_complete
|
143
|
+
])
|
144
|
+
logShouldRun(cycle, MODEL, TERM_ID, should_run, methodTier=TIER)
|
145
|
+
return should_run
|
146
|
+
|
147
|
+
|
148
|
+
def run(cycle: dict): return _run(cycle) if _should_run(cycle) else []
|
@@ -32,7 +32,7 @@ STANDARD_DEPTHS = {(0, 30), (0, 50)}
|
|
32
32
|
|
33
33
|
|
34
34
|
def _measurement(value: float, date: str, term_id: str, standard_fields: dict):
|
35
|
-
data = _new_measurement(term_id)
|
35
|
+
data = _new_measurement(term_id, MODEL)
|
36
36
|
data["value"] = [value]
|
37
37
|
data["depthUpper"] = standard_fields["depthUpper"]
|
38
38
|
data["depthLower"] = standard_fields["depthLower"]
|
@@ -16,8 +16,10 @@ REQUIREMENTS = {
|
|
16
16
|
"Cycle": {
|
17
17
|
"practices": [
|
18
18
|
{"@type": "Practice", "value": "", "term.@id": "croppingDuration"},
|
19
|
-
{"@type": "Practice", "value": "", "term.termType": ["landUseManagement", "waterRegime"]}
|
19
|
+
{"@type": "Practice", "value": "", "term.termType": ["landUseManagement", "waterRegime"]},
|
20
|
+
{"@type": "Practice", "value": "", "term.termType": "cropResidueManagement"}
|
20
21
|
],
|
22
|
+
"products": [{"@type": "Product", "value": "", "term.@id": "aboveGroundCropResidueIncorporated"}],
|
21
23
|
"site": {
|
22
24
|
"@type": "Site",
|
23
25
|
"country": {"@type": "Term", "termType": "region"}
|
@@ -31,9 +33,7 @@ REQUIREMENTS = {
|
|
31
33
|
"term.termType": "fertiliserBrandName",
|
32
34
|
"properties": [{"@type": "Property", "value": "", "key.termType": "organicFertiliser"}]
|
33
35
|
}
|
34
|
-
]
|
35
|
-
"products": [{"@type": "Product", "value": "", "term.@id": "aboveGroundCropResidueIncorporated"}],
|
36
|
-
"practices": [{"@type": "Practice", "value": "", "term.termType": "cropResidueManagement"}]
|
36
|
+
]
|
37
37
|
}
|
38
38
|
}
|
39
39
|
}
|
@@ -160,8 +160,10 @@ def _get_fertiliser_value(cycle: dict, suffix: str = 'value'):
|
|
160
160
|
def _calculate_SFo(cycle: dict, suffix: str = 'value'):
|
161
161
|
cropResidue = _get_cropResidue_value(cycle, suffix)
|
162
162
|
fertiliser = _get_fertiliser_value(cycle, suffix)
|
163
|
-
|
164
|
-
|
163
|
+
return (1 + (fertiliser/1000) + (cropResidue/1000)) ** 0.59 if all([
|
164
|
+
fertiliser is not None,
|
165
|
+
cropResidue is not None
|
166
|
+
]) else None
|
165
167
|
|
166
168
|
|
167
169
|
def _get_practice_values(practice: dict, col: str, default=None):
|
@@ -0,0 +1,270 @@
|
|
1
|
+
import numpy as np
|
2
|
+
import numpy.typing as npt
|
3
|
+
from typing import Callable, Union
|
4
|
+
|
5
|
+
from hestia_earth.schema import EmissionMethodTier, EmissionStatsDefinition
|
6
|
+
|
7
|
+
from hestia_earth.models.log import logRequirements, logShouldRun
|
8
|
+
from hestia_earth.models.utils.array_builders import (
|
9
|
+
discrete_uniform_1d, gen_seed, normal_1d, repeat_single, triangular_1d
|
10
|
+
)
|
11
|
+
from hestia_earth.models.utils.cycle import land_occupation_per_ha
|
12
|
+
from hestia_earth.models.utils.descriptive_stats import calc_descriptive_stats
|
13
|
+
from hestia_earth.models.utils.ecoClimateZone import EcoClimateZone, get_eco_climate_zone_value
|
14
|
+
from hestia_earth.models.utils.emission import _new_emission
|
15
|
+
from hestia_earth.models.utils.measurement import most_relevant_measurement_value
|
16
|
+
from hestia_earth.models.utils.site import valid_site_type
|
17
|
+
|
18
|
+
from .organicSoilCultivation_utils import (
|
19
|
+
assign_ditch_category, assign_organic_soil_category, calc_emission, DitchCategory, get_ditch_frac,
|
20
|
+
get_emission_factor, OrganicSoilCategory, remap_categories, valid_eco_climate_zone
|
21
|
+
)
|
22
|
+
from . import MODEL
|
23
|
+
|
24
|
+
REQUIREMENTS = {
|
25
|
+
"Cycle": {
|
26
|
+
"or": [
|
27
|
+
{
|
28
|
+
"cycleDuration": "",
|
29
|
+
"practices": [{"@type": "Practice", "value": "", "term.@id": "longFallowRatio"}]
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"@doc": "for plantations, additional properties are required",
|
33
|
+
"practices": [
|
34
|
+
{"@type": "Practice", "value": "", "term.@id": "nurseryDensity"},
|
35
|
+
{"@type": "Practice", "value": "", "term.@id": "nurseryDuration"},
|
36
|
+
{"@type": "Practice", "value": "", "term.@id": "plantationProductiveLifespan"},
|
37
|
+
{"@type": "Practice", "value": "", "term.@id": "plantationDensity"},
|
38
|
+
{"@type": "Practice", "value": "", "term.@id": "plantationLifespan"},
|
39
|
+
{"@type": "Practice", "value": "", "term.@id": "rotationDuration"}
|
40
|
+
]
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"site": {
|
44
|
+
"@type": "Site",
|
45
|
+
"measurements": [
|
46
|
+
{"@type": "Measurement", "value": "", "term.@id": "histosol"},
|
47
|
+
{"@type": "Measurement", "value": "", "term.@id": "ecoClimateZone"}
|
48
|
+
]
|
49
|
+
},
|
50
|
+
"optional": {
|
51
|
+
"cycleDuration": ""
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
LOOKUPS = {
|
56
|
+
"crop": [
|
57
|
+
"isPlantation",
|
58
|
+
"IPCC_2013_ORGANIC_SOIL_CULTIVATION_CATEGORY"
|
59
|
+
],
|
60
|
+
"forage": [
|
61
|
+
"isPlantation",
|
62
|
+
"IPCC_2013_ORGANIC_SOIL_CULTIVATION_CATEGORY"
|
63
|
+
],
|
64
|
+
"ecoClimateZone": [
|
65
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_ANNUAL_CROPS",
|
66
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_PERENNIAL_CROPS",
|
67
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_ACACIA",
|
68
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_OIL_PALM",
|
69
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_SAGO_PALM",
|
70
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_PADDY_RICE_CULTIVATION",
|
71
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_GRASSLAND",
|
72
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_DITCH",
|
73
|
+
"IPCC_2013_ORGANIC_SOILS_TONNES_CH4_HECTARE_OTHER",
|
74
|
+
"IPCC_2013_DRAINED_ORGANIC_SOILS_DITCH_FRAC_AGRICULTURAL_LAND",
|
75
|
+
"IPCC_2013_DRAINED_ORGANIC_SOILS_DITCH_FRAC_NETHERLANDS"
|
76
|
+
]
|
77
|
+
}
|
78
|
+
RETURNS = {
|
79
|
+
"Emission": [{
|
80
|
+
"value": "",
|
81
|
+
"sd": "",
|
82
|
+
"min": "",
|
83
|
+
"max": "",
|
84
|
+
"observations": "",
|
85
|
+
"statsDefinition": "simulated",
|
86
|
+
"methodTier": "tier 1"
|
87
|
+
}]
|
88
|
+
}
|
89
|
+
TERM_ID = 'ch4ToAirOrganicSoilCultivation'
|
90
|
+
TIER = EmissionMethodTier.TIER_1.value
|
91
|
+
|
92
|
+
_STATS_DEFINITION = EmissionStatsDefinition.SIMULATED.value
|
93
|
+
_ITERATIONS = 100000
|
94
|
+
|
95
|
+
_CATEGORY_REMAPPER = {
|
96
|
+
OrganicSoilCategory.ACACIA: OrganicSoilCategory.PERENNIAL_CROPS
|
97
|
+
}
|
98
|
+
|
99
|
+
|
100
|
+
def _emission(descriptive_stats: dict):
|
101
|
+
emission = _new_emission(TERM_ID, MODEL) | descriptive_stats
|
102
|
+
emission['methodTier'] = TIER
|
103
|
+
return emission
|
104
|
+
|
105
|
+
|
106
|
+
def sample_emission_factor(
|
107
|
+
eco_climate_zone: EcoClimateZone,
|
108
|
+
organic_soil_category: OrganicSoilCategory,
|
109
|
+
seed: Union[int, np.random.Generator, None] = None,
|
110
|
+
) -> npt.NDArray:
|
111
|
+
category = remap_categories(organic_soil_category, _CATEGORY_REMAPPER) # fewer categories than CO2 model
|
112
|
+
factor_data = get_emission_factor(TERM_ID, eco_climate_zone, category)
|
113
|
+
sample_func = _get_sample_func(factor_data)
|
114
|
+
return sample_func(iterations=_ITERATIONS, seed=seed, **factor_data)
|
115
|
+
|
116
|
+
|
117
|
+
def sample_ditch_frac(
|
118
|
+
eco_climate_zone: EcoClimateZone,
|
119
|
+
ditch_category: DitchCategory,
|
120
|
+
seed: Union[int, np.random.Generator, None] = None,
|
121
|
+
) -> npt.NDArray:
|
122
|
+
factor_data = get_ditch_frac(eco_climate_zone, ditch_category, term=TERM_ID)
|
123
|
+
sample_func = _get_sample_func(factor_data)
|
124
|
+
return sample_func(iterations=_ITERATIONS, seed=seed, **factor_data)
|
125
|
+
|
126
|
+
|
127
|
+
def _sample_normal(
|
128
|
+
*, iterations: int, value: float, sd: float, seed: Union[int, np.random.Generator, None] = None, **_
|
129
|
+
) -> npt.NDArray:
|
130
|
+
return normal_1d(shape=(1, iterations), mu=value, sigma=sd, seed=seed)
|
131
|
+
|
132
|
+
|
133
|
+
def _sample_uniform(
|
134
|
+
*, iterations: int, min: float, max: float, seed: Union[int, np.random.Generator, None] = None, **_
|
135
|
+
) -> npt.NDArray:
|
136
|
+
return discrete_uniform_1d(shape=(1, iterations), low=min, high=max, seed=seed)
|
137
|
+
|
138
|
+
|
139
|
+
def _sample_triangular(
|
140
|
+
*, iterations: int, value: float, min: float, max: float, seed: Union[int, np.random.Generator, None] = None, **_
|
141
|
+
) -> npt.NDArray:
|
142
|
+
return triangular_1d(shape=(1, iterations), mode=value, low=min, high=max, seed=seed)
|
143
|
+
|
144
|
+
|
145
|
+
def _sample_constant(*, value: float, **_) -> npt.NDArray:
|
146
|
+
"""Sample a constant model parameter."""
|
147
|
+
return repeat_single(shape=(1, 1), value=value)
|
148
|
+
|
149
|
+
|
150
|
+
_KWARGS_TO_SAMPLE_FUNC = {
|
151
|
+
("value", "sd"): _sample_normal,
|
152
|
+
("value", "min", "max"): _sample_triangular,
|
153
|
+
("min", "max"): _sample_uniform,
|
154
|
+
("value",): _sample_constant
|
155
|
+
}
|
156
|
+
"""
|
157
|
+
Mapping from available distribution data to sample function.
|
158
|
+
"""
|
159
|
+
|
160
|
+
|
161
|
+
def _get_sample_func(kwargs: dict) -> Callable:
|
162
|
+
"""
|
163
|
+
Select the correct sample function for a parameter based on the distribution data available. All possible
|
164
|
+
parameters for the model should have, at a minimum, a `value`, meaning that no default function needs to be
|
165
|
+
specified.
|
166
|
+
|
167
|
+
This function has been extracted into it's own method to allow for mocking of sample function.
|
168
|
+
|
169
|
+
Keyword Args
|
170
|
+
------------
|
171
|
+
value : float
|
172
|
+
The distribution mean.
|
173
|
+
sd : float
|
174
|
+
The standard deviation of the distribution.
|
175
|
+
se : float
|
176
|
+
The standard error of the distribution.
|
177
|
+
n : float
|
178
|
+
Sample size.
|
179
|
+
|
180
|
+
Returns
|
181
|
+
-------
|
182
|
+
Callable
|
183
|
+
The sample function for the distribution.
|
184
|
+
"""
|
185
|
+
return next(
|
186
|
+
sample_func for required_kwargs, sample_func in _KWARGS_TO_SAMPLE_FUNC.items()
|
187
|
+
if all(kwarg in kwargs.keys() for kwarg in required_kwargs)
|
188
|
+
)
|
189
|
+
|
190
|
+
|
191
|
+
def _should_run(cycle: dict):
|
192
|
+
end_date = cycle.get('endDate')
|
193
|
+
site = cycle.get('site', {})
|
194
|
+
measurements = site.get('measurements', [])
|
195
|
+
|
196
|
+
seed = gen_seed(cycle, MODEL, TERM_ID)
|
197
|
+
rng = np.random.default_rng(seed)
|
198
|
+
|
199
|
+
def _get_measurement_content(term_id: str):
|
200
|
+
return most_relevant_measurement_value(measurements, term_id, end_date)
|
201
|
+
|
202
|
+
histosol = _get_measurement_content('histosol')
|
203
|
+
eco_climate_zone = get_eco_climate_zone_value(cycle, as_enum=True)
|
204
|
+
organic_soil_category = assign_organic_soil_category(cycle, log_id=TERM_ID)
|
205
|
+
ditch_category = assign_ditch_category(cycle)
|
206
|
+
|
207
|
+
emission_factor = (
|
208
|
+
sample_emission_factor(eco_climate_zone, organic_soil_category, seed=rng) if eco_climate_zone
|
209
|
+
else None
|
210
|
+
)
|
211
|
+
ditch_factor = (
|
212
|
+
sample_emission_factor(eco_climate_zone, OrganicSoilCategory.DITCH, seed=rng) if eco_climate_zone
|
213
|
+
else None
|
214
|
+
)
|
215
|
+
ditch_frac = (
|
216
|
+
sample_ditch_frac(eco_climate_zone, ditch_category, seed=rng) if eco_climate_zone
|
217
|
+
else None
|
218
|
+
)
|
219
|
+
|
220
|
+
land_occupation = land_occupation_per_ha(MODEL, TERM_ID, cycle)
|
221
|
+
|
222
|
+
logRequirements(
|
223
|
+
cycle, model=MODEL, term=TERM_ID,
|
224
|
+
eco_climate_zone=eco_climate_zone,
|
225
|
+
organic_soil_category=organic_soil_category,
|
226
|
+
ditch_category=ditch_category,
|
227
|
+
emission_factor=f"{np.mean(emission_factor):.3f}",
|
228
|
+
ditch_factor=f"{np.mean(ditch_factor):.3f}",
|
229
|
+
ditch_frac=f"{np.mean(ditch_frac):.3f}",
|
230
|
+
land_occupation=land_occupation,
|
231
|
+
histosol=histosol
|
232
|
+
)
|
233
|
+
|
234
|
+
should_run = all([
|
235
|
+
valid_site_type(site),
|
236
|
+
valid_eco_climate_zone(eco_climate_zone),
|
237
|
+
all(
|
238
|
+
var is not None for var in [
|
239
|
+
emission_factor,
|
240
|
+
ditch_factor,
|
241
|
+
ditch_frac,
|
242
|
+
land_occupation,
|
243
|
+
histosol
|
244
|
+
]
|
245
|
+
)
|
246
|
+
])
|
247
|
+
|
248
|
+
logShouldRun(cycle, MODEL, TERM_ID, should_run, methodTier=TIER)
|
249
|
+
|
250
|
+
return should_run, emission_factor, ditch_factor, ditch_frac, histosol, land_occupation
|
251
|
+
|
252
|
+
|
253
|
+
def _run(
|
254
|
+
emission_factor: npt.NDArray,
|
255
|
+
ditch_factor: npt.NDArray,
|
256
|
+
ditch_frac: npt.NDArray,
|
257
|
+
histosol: float,
|
258
|
+
land_occupation: float
|
259
|
+
):
|
260
|
+
land_emission = calc_emission(TERM_ID, emission_factor, histosol, land_occupation)
|
261
|
+
ditch_emission = calc_emission(TERM_ID, ditch_factor, histosol, land_occupation)
|
262
|
+
|
263
|
+
result = (ditch_emission * ditch_frac) + (land_emission * (1 - ditch_frac))
|
264
|
+
descriptive_stats = calc_descriptive_stats(result, _STATS_DEFINITION)
|
265
|
+
return [_emission(descriptive_stats)]
|
266
|
+
|
267
|
+
|
268
|
+
def run(cycle: dict):
|
269
|
+
should_run, *args = _should_run(cycle)
|
270
|
+
return _run(*args) if should_run else []
|
@@ -186,13 +186,11 @@ def _should_compile_inventory_func(
|
|
186
186
|
) for cycle in cycles
|
187
187
|
)
|
188
188
|
|
189
|
-
has_stock_measurements = len(carbon_stock_measurements) > 0
|
190
189
|
has_cycles = len(cycles) > 0
|
191
190
|
has_functional_unit_1_ha = all(cycle.get('functionalUnit') == CycleFunctionalUnit._1_HA.value for cycle in cycles)
|
192
191
|
|
193
192
|
should_run = all([
|
194
193
|
has_soil,
|
195
|
-
has_stock_measurements,
|
196
194
|
has_cycles,
|
197
195
|
has_functional_unit_1_ha
|
198
196
|
])
|
@@ -201,7 +199,6 @@ def _should_compile_inventory_func(
|
|
201
199
|
"site_type": site_type,
|
202
200
|
"has_soil": has_soil,
|
203
201
|
"carbon_stock_term": _CARBON_STOCK_TERM_ID,
|
204
|
-
"has_stock_measurements": has_stock_measurements,
|
205
202
|
"has_cycles": has_cycles,
|
206
203
|
"has_functional_unit_1_ha": has_functional_unit_1_ha,
|
207
204
|
}
|
@@ -199,13 +199,11 @@ def _should_compile_inventory_func(
|
|
199
199
|
) for cycle in cycles
|
200
200
|
)
|
201
201
|
|
202
|
-
has_stock_measurements = len(carbon_stock_measurements) > 0
|
203
202
|
has_cycles = len(cycles) > 0
|
204
203
|
has_functional_unit_1_ha = all(cycle.get('functionalUnit') == CycleFunctionalUnit._1_HA.value for cycle in cycles)
|
205
204
|
|
206
205
|
should_run = all([
|
207
206
|
has_soil,
|
208
|
-
has_stock_measurements,
|
209
207
|
has_cycles,
|
210
208
|
has_functional_unit_1_ha
|
211
209
|
])
|
@@ -214,7 +212,6 @@ def _should_compile_inventory_func(
|
|
214
212
|
"site_type": site_type,
|
215
213
|
"has_soil": has_soil,
|
216
214
|
"carbon_stock_term": _CARBON_STOCK_TERM_ID,
|
217
|
-
"has_stock_measurements": has_stock_measurements,
|
218
215
|
"has_cycles": has_cycles,
|
219
216
|
"has_functional_unit_1_ha": has_functional_unit_1_ha,
|
220
217
|
}
|