hestia-earth-models 0.68.1__tar.gz → 0.69.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hestia_earth_models-0.69.0/PKG-INFO +91 -0
- hestia_earth_models-0.69.0/hestia_earth/models/agribalyse2016/fuelElectricity.py +125 -0
- hestia_earth_models-0.69.0/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +80 -0
- hestia_earth_models-0.69.0/hestia_earth/models/aware/scarcityWeightedWaterUse.py +112 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +127 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +124 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +142 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +76 -0
- hestia_earth_models-0.69.0/hestia_earth/models/config/Cycle.json +2199 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +72 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +70 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/animal/input/properties.py +90 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/animal/milkYield.py +69 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/animal/properties.py +24 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/animalFeed.py +34 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/cropResidue.py +68 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/electricityFuel.py +56 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/excreta.py +34 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/freshForage.py +66 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/material.py +39 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/seed.py +52 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/completeness/soilAmendment.py +38 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/concentrateFeed.py +173 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/cropResidueManagement.py +63 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/cycleDuration.py +85 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/endDate.py +49 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/excretaKgMass.py +111 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/excretaKgN.py +79 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/excretaKgVs.py +79 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/inorganicFertiliser.py +198 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/input/hestiaAggregatedData.py +146 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/input/properties.py +78 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/input/value.py +47 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/liveAnimal.py +102 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/materialAndSubstrate.py +154 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/milkYield.py +153 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/otherSitesArea.py +53 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/otherSitesUnusedDuration.py +86 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/pastureSystem.py +73 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/post_checks/cache.py +14 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/post_checks/otherSites.py +33 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/post_checks/site.py +28 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/practice/value.py +53 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/pre_checks/cache_sources.py +11 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/pre_checks/otherSites.py +35 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/pre_checks/site.py +30 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/currency.py +61 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/economicValueShare.py +200 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/price.py +49 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/primary.py +60 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/properties.py +47 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/revenue.py +69 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/product/value.py +47 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/siteArea.py +78 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/siteDuration.py +60 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/siteUnusedDuration.py +59 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/startDate.py +69 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/startDateDefinition.py +61 -0
- hestia_earth_models-0.69.0/hestia_earth/models/cycle/transformation.py +40 -0
- hestia_earth_models-0.69.0/hestia_earth/models/dammgen2009/noxToAirExcreta.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ecoinventV3/__init__.py +140 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +134 -0
- hestia_earth_models-0.69.0/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +63 -0
- hestia_earth_models-0.69.0/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +53 -0
- hestia_earth_models-0.69.0/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +53 -0
- hestia_earth_models-0.69.0/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +53 -0
- hestia_earth_models-0.69.0/hestia_earth/models/emissionNotRelevant/__init__.py +68 -0
- hestia_earth_models-0.69.0/hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +140 -0
- hestia_earth_models-0.69.0/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +115 -0
- hestia_earth_models-0.69.0/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py +172 -0
- hestia_earth_models-0.69.0/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py +74 -0
- hestia_earth_models-0.69.0/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/faostat2018/product/price.py +177 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/awareWaterBasinId.py +45 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +80 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/ecoregion.py +42 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +80 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +95 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +83 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +96 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/region.py +55 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +80 -0
- hestia_earth_models-0.69.0/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +94 -0
- hestia_earth_models-0.69.0/hestia_earth/models/haversineFormula/transport/distance.py +106 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/landCover.py +818 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +38 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +38 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/nh3ToSurfaceWaterAquacultureSystems.py +64 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/residueRemoved.py +76 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/resourceUse_utils.py +221 -0
- hestia_earth_models-0.69.0/hestia_earth/models/hestia/seed_emissions.py +284 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/allocationMethod.py +33 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/emissions.py +100 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/irrigated.py +25 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/organic.py +25 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/post_checks/cycle.py +28 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/post_checks/site.py +28 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/pre_checks/cycle.py +35 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/pre_checks/site.py +30 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/product/economicValueShare.py +44 -0
- hestia_earth_models-0.69.0/hestia_earth/models/impact_assessment/product/value.py +43 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +574 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +85 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/animal/pastureGrass.py +315 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +94 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/belowGroundBiomass.py +559 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +221 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/croppingDuration.py +91 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +66 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +124 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +935 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +225 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py +1922 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py +1796 -0
- hestia_earth_models-0.69.0/hestia_earth/models/ipcc2019/pastureGrass.py +270 -0
- hestia_earth_models-0.69.0/hestia_earth/models/koble2014/aboveGroundCropResidue.py +155 -0
- hestia_earth_models-0.69.0/hestia_earth/models/koble2014/cropResidueManagement.py +70 -0
- hestia_earth_models-0.69.0/hestia_earth/models/linkedImpactAssessment/emissions.py +167 -0
- hestia_earth_models-0.69.0/hestia_earth/models/mocking/search-results.json +7631 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +167 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/excretaKgN.py +152 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +221 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +68 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +66 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +96 -0
- hestia_earth_models-0.69.0/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +74 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/defaultMethodClassification.py +35 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/defaultMethodClassificationDescription.py +34 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/flowingWater.py +51 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/management.py +413 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/measurement/value.py +47 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/post_checks/country.py +4 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/potentialEvapotranspirationAnnual.py +59 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/potentialEvapotranspirationMonthly.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +160 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/pre_checks/cache_sources.py +11 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/pre_checks/cache_years.py +33 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/pre_checks/country.py +4 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/precipitationAnnual.py +59 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/precipitationMonthly.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/rainfallAnnual.py +59 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/rainfallMonthly.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/soilMeasurement.py +181 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/temperatureAnnual.py +59 -0
- hestia_earth_models-0.69.0/hestia_earth/models/site/temperatureMonthly.py +57 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/excreta.py +105 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/max.py +44 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/min.py +44 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/properties.py +67 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/sd.py +44 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/input/value.py +44 -0
- hestia_earth_models-0.69.0/hestia_earth/models/transformation/product/excreta.py +135 -0
- hestia_earth_models-0.69.0/hestia_earth/models/utils/excretaManagement.py +47 -0
- hestia_earth_models-0.69.0/hestia_earth/models/utils/lookup.py +138 -0
- hestia_earth_models-0.69.0/hestia_earth/models/utils/practice.py +11 -0
- hestia_earth_models-0.69.0/hestia_earth/models/utils/source.py +69 -0
- hestia_earth_models-0.69.0/hestia_earth/models/version.py +1 -0
- hestia_earth_models-0.69.0/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +71 -0
- hestia_earth_models-0.69.0/hestia_earth_models.egg-info/PKG-INFO +91 -0
- hestia_earth_models-0.69.0/hestia_earth_models.egg-info/SOURCES.txt +1236 -0
- hestia_earth_models-0.69.0/hestia_earth_models.egg-info/requires.txt +9 -0
- hestia_earth_models-0.69.0/tests/models/emepEea2019/test_nh3ToAirExcreta.py +36 -0
- hestia_earth_models-0.69.0/tests/models/hestia/test_nh3ToSurfaceWaterAquacultureSystems.py +51 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_aboveGroundBiomass.py +189 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_belowGroundBiomass.py +189 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +153 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +63 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_organicCarbonPerHa.py +413 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +459 -0
- hestia_earth_models-0.69.0/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +148 -0
- hestia_earth_models-0.69.0/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +79 -0
- hestia_earth_models-0.69.0/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +59 -0
- hestia_earth_models-0.69.0/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +59 -0
- hestia_earth_models-0.69.0/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +80 -0
- hestia_earth_models-0.69.0/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +59 -0
- hestia_earth_models-0.69.0/tests/models/utils/test_source.py +32 -0
- hestia_earth_models-0.69.0/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +109 -0
- hestia_earth_models-0.68.1/PKG-INFO +0 -91
- hestia_earth_models-0.68.1/hestia_earth/models/agribalyse2016/fuelElectricity.py +0 -130
- hestia_earth_models-0.68.1/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +0 -91
- hestia_earth_models-0.68.1/hestia_earth/models/aware/scarcityWeightedWaterUse.py +0 -116
- hestia_earth_models-0.68.1/hestia_earth/models/blonkConsultants2016/__init__.py +0 -13
- hestia_earth_models-0.68.1/hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/blonkConsultants2016/utils.py +0 -30
- hestia_earth_models-0.68.1/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +0 -145
- hestia_earth_models-0.68.1/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +0 -136
- hestia_earth_models-0.68.1/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +0 -147
- hestia_earth_models-0.68.1/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +0 -80
- hestia_earth_models-0.68.1/hestia_earth/models/config/Cycle.json +0 -2206
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/animal/input/properties.py +0 -99
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/animal/milkYield.py +0 -75
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/animal/properties.py +0 -30
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/animalFeed.py +0 -40
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/cropResidue.py +0 -74
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/electricityFuel.py +0 -62
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/excreta.py +0 -40
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/freshForage.py +0 -72
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/material.py +0 -45
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/seed.py +0 -58
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/completeness/soilAmendment.py +0 -44
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/concentrateFeed.py +0 -179
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/cropResidueManagement.py +0 -68
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/cycleDuration.py +0 -93
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/endDate.py +0 -56
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/excretaKgMass.py +0 -116
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/excretaKgN.py +0 -84
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/excretaKgVs.py +0 -84
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/inorganicFertiliser.py +0 -204
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/input/hestiaAggregatedData.py +0 -159
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/input/properties.py +0 -87
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/input/value.py +0 -53
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/liveAnimal.py +0 -107
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/materialAndSubstrate.py +0 -159
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/milkYield.py +0 -163
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/otherSitesArea.py +0 -59
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/otherSitesUnusedDuration.py +0 -92
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/pastureSystem.py +0 -79
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/post_checks/cache.py +0 -19
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/post_checks/otherSites.py +0 -40
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/post_checks/site.py +0 -35
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/practice/value.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/pre_checks/cache_sources.py +0 -16
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/pre_checks/otherSites.py +0 -42
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/pre_checks/site.py +0 -36
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/currency.py +0 -66
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/economicValueShare.py +0 -214
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/price.py +0 -54
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/primary.py +0 -65
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/properties.py +0 -54
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/revenue.py +0 -78
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/product/value.py +0 -53
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/siteArea.py +0 -84
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/siteDuration.py +0 -70
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/siteUnusedDuration.py +0 -65
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/startDate.py +0 -77
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/startDateDefinition.py +0 -67
- hestia_earth_models-0.68.1/hestia_earth/models/cycle/transformation.py +0 -45
- hestia_earth_models-0.68.1/hestia_earth/models/dammgen2009/noxToAirExcreta.py +0 -57
- hestia_earth_models-0.68.1/hestia_earth/models/ecoinventV3/__init__.py +0 -155
- hestia_earth_models-0.68.1/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +0 -145
- hestia_earth_models-0.68.1/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +0 -89
- hestia_earth_models-0.68.1/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +0 -57
- hestia_earth_models-0.68.1/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +0 -57
- hestia_earth_models-0.68.1/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +0 -57
- hestia_earth_models-0.68.1/hestia_earth/models/emissionNotRelevant/__init__.py +0 -73
- hestia_earth_models-0.68.1/hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +0 -149
- hestia_earth_models-0.68.1/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +0 -121
- hestia_earth_models-0.68.1/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py +0 -178
- hestia_earth_models-0.68.1/hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py +0 -80
- hestia_earth_models-0.68.1/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +0 -57
- hestia_earth_models-0.68.1/hestia_earth/models/faostat2018/product/price.py +0 -182
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/awareWaterBasinId.py +0 -50
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +0 -99
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/ecoregion.py +0 -49
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +0 -84
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +0 -99
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +0 -87
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +0 -100
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/region.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +0 -84
- hestia_earth_models-0.68.1/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +0 -98
- hestia_earth_models-0.68.1/hestia_earth/models/haversineFormula/transport/distance.py +0 -113
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/landCover.py +0 -805
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +0 -49
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +0 -49
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/residueRemoved.py +0 -80
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/resourceUse_utils.py +0 -226
- hestia_earth_models-0.68.1/hestia_earth/models/hestia/seed_emissions.py +0 -297
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/allocationMethod.py +0 -39
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/emissions.py +0 -109
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/irrigated.py +0 -30
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/organic.py +0 -30
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/post_checks/cycle.py +0 -35
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/post_checks/site.py +0 -35
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/pre_checks/cycle.py +0 -41
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/pre_checks/site.py +0 -36
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/product/economicValueShare.py +0 -50
- hestia_earth_models-0.68.1/hestia_earth/models/impact_assessment/product/value.py +0 -48
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +0 -567
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +0 -91
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/animal/pastureGrass.py +0 -325
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +0 -98
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/belowGroundBiomass.py +0 -552
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +0 -221
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/croppingDuration.py +0 -96
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +0 -66
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +0 -88
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -947
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +0 -238
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +0 -1934
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +0 -1806
- hestia_earth_models-0.68.1/hestia_earth/models/ipcc2019/pastureGrass.py +0 -280
- hestia_earth_models-0.68.1/hestia_earth/models/koble2014/aboveGroundCropResidue.py +0 -164
- hestia_earth_models-0.68.1/hestia_earth/models/koble2014/cropResidueManagement.py +0 -76
- hestia_earth_models-0.68.1/hestia_earth/models/linkedImpactAssessment/emissions.py +0 -172
- hestia_earth_models-0.68.1/hestia_earth/models/mocking/search-results.json +0 -7575
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +0 -168
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/excretaKgN.py +0 -157
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +0 -222
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +0 -71
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +0 -69
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +0 -100
- hestia_earth_models-0.68.1/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +0 -77
- hestia_earth_models-0.68.1/hestia_earth/models/site/defaultMethodClassification.py +0 -42
- hestia_earth_models-0.68.1/hestia_earth/models/site/defaultMethodClassificationDescription.py +0 -41
- hestia_earth_models-0.68.1/hestia_earth/models/site/flowingWater.py +0 -56
- hestia_earth_models-0.68.1/hestia_earth/models/site/management.py +0 -434
- hestia_earth_models-0.68.1/hestia_earth/models/site/measurement/value.py +0 -53
- hestia_earth_models-0.68.1/hestia_earth/models/site/post_checks/country.py +0 -9
- hestia_earth_models-0.68.1/hestia_earth/models/site/potentialEvapotranspirationAnnual.py +0 -62
- hestia_earth_models-0.68.1/hestia_earth/models/site/potentialEvapotranspirationMonthly.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +0 -165
- hestia_earth_models-0.68.1/hestia_earth/models/site/pre_checks/cache_sources.py +0 -16
- hestia_earth_models-0.68.1/hestia_earth/models/site/pre_checks/cache_years.py +0 -38
- hestia_earth_models-0.68.1/hestia_earth/models/site/pre_checks/country.py +0 -9
- hestia_earth_models-0.68.1/hestia_earth/models/site/precipitationAnnual.py +0 -62
- hestia_earth_models-0.68.1/hestia_earth/models/site/precipitationMonthly.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/site/rainfallAnnual.py +0 -62
- hestia_earth_models-0.68.1/hestia_earth/models/site/rainfallMonthly.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/site/soilMeasurement.py +0 -186
- hestia_earth_models-0.68.1/hestia_earth/models/site/temperatureAnnual.py +0 -62
- hestia_earth_models-0.68.1/hestia_earth/models/site/temperatureMonthly.py +0 -60
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/excreta.py +0 -110
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/max.py +0 -52
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/min.py +0 -52
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/properties.py +0 -73
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/sd.py +0 -52
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/input/value.py +0 -52
- hestia_earth_models-0.68.1/hestia_earth/models/transformation/product/excreta.py +0 -142
- hestia_earth_models-0.68.1/hestia_earth/models/utils/excretaManagement.py +0 -10
- hestia_earth_models-0.68.1/hestia_earth/models/utils/lookup.py +0 -136
- hestia_earth_models-0.68.1/hestia_earth/models/utils/practice.py +0 -37
- hestia_earth_models-0.68.1/hestia_earth/models/utils/source.py +0 -49
- hestia_earth_models-0.68.1/hestia_earth/models/version.py +0 -1
- hestia_earth_models-0.68.1/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +0 -67
- hestia_earth_models-0.68.1/hestia_earth_models.egg-info/PKG-INFO +0 -91
- hestia_earth_models-0.68.1/hestia_earth_models.egg-info/SOURCES.txt +0 -1244
- hestia_earth_models-0.68.1/hestia_earth_models.egg-info/requires.txt +0 -9
- hestia_earth_models-0.68.1/tests/models/blonkConsultants2016/test_ch4ToAirNaturalVegetationBurning.py +0 -34
- hestia_earth_models-0.68.1/tests/models/blonkConsultants2016/test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -36
- hestia_earth_models-0.68.1/tests/models/blonkConsultants2016/test_n2OToAirNaturalVegetationBurningDirect.py +0 -34
- hestia_earth_models-0.68.1/tests/models/blonkConsultants2016/test_utils.py +0 -9
- hestia_earth_models-0.68.1/tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -47
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -185
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_belowGroundBiomass.py +0 -185
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -153
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -48
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -413
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py +0 -459
- hestia_earth_models-0.68.1/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py +0 -148
- hestia_earth_models-0.68.1/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -85
- hestia_earth_models-0.68.1/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -65
- hestia_earth_models-0.68.1/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -65
- hestia_earth_models-0.68.1/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -86
- hestia_earth_models-0.68.1/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -65
- hestia_earth_models-0.68.1/tests/models/utils/test_source.py +0 -27
- hestia_earth_models-0.68.1/tests/orchestrator/strategies/run/__init__.py +0 -0
- hestia_earth_models-0.68.1/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -109
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/LICENSE +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/MANIFEST.in +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/README.md +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cache_sites.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/chaudharyBrooks2018/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/chaudharyBrooks2018/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001Baseline/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001NonBaseline/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/config/ImpactAssessment.json +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/config/Site.json +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/config/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/config/run-calculations.json +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/config/trigger-calculations.json +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/animal/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/animal/input/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/completeness/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/croppingIntensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioCarbon.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioDryMatter.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/input/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/longFallowRatio.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/pastureGrass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/practice/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/product/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/product/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/residueBurnt.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/residueIncorporated.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/residueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/cycle/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/dammgen2009/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/data/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/data/ecoinventV3/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/deRuijterEtAl2010/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ecoinventV3/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/edip2003/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/edip2003/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/emepEea2019/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/environmentalFootprintV3_1/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/environmentalFootprintV3_1/photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/epa2014/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/fantkeEtAl2016/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/product/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/seed.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/faostat2018/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/frischknechtEtAl2000/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/altitude.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/clayContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/croppingIntensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/drainageClass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/erodibility.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/histosol.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/longFallowRatio.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/sandContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/siltContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/slope.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/slopeLength.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/soilPh.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/geospatialDatabase/waterDepth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/globalCropWaterModel2008/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/globalCropWaterModel2008/rootingDepth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/haversineFormula/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/haversineFormula/transport/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/hestia/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/hestia/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/impact_assessment/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/impact_assessment/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/impact_assessment/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/impact_assessment/product/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2006/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/fatContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/liveweightGain.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/trueProteinContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/animal/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/biomass_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/carbonContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/ligninContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/nitrogenContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/pastureGrass_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2019/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2021/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/ipcc2021/gwp100.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/jarvisAndPain1994/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/koble2014/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/koble2014/residueBurnt.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/koble2014/residueLeftOnField.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/koble2014/residueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/koble2014/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/linkedImpactAssessment/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/log.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/mocking/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/mocking/build_mock_search.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/mocking/mock_search.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/longFallowDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/nurseryDensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/nurseryDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/plantationDensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/plantationLifespan.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/rotationDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/pooreNemecek2018/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/poschEtAl2008/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/preload_requests.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/requirements.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schererPfister2015/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/schmidt2007/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/brackishWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/freshWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/measurement/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/post_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/post_checks/cache.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/pre_checks/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/salineWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/site/waterDepth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/transformation/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/transformation/input/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/transformation/input/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/transformation/product/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/usetoxV2/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/aggregated.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/animalProduct.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/aquacultureManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/array_builders.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/blank_node.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/cache_sources.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/completeness.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/constant.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/crop.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/cropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/cropResidueManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/currency.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/cycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/descriptive_stats.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/ecoClimateZone.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/emission.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/feedipedia.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/fertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/fuel.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/impact_assessment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/indicator.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/input.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/landCover.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/liveAnimal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/management.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/measurement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/method.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/organicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/pesticideAI.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/product.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/productivity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/property.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/site.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/stats.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/temperature.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/term.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/time_series.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/utils/transformation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/log.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/models/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/models/emissions/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/models/emissions/deleted.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/models/transformations.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/merge/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/merge/merge_append.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/merge/merge_default.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/merge/merge_list.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/merge/merge_node.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/run/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/run/add_key_if_missing.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/strategies/run/always.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth/orchestrator/utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth_models.egg-info/dependency_links.txt +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/hestia_earth_models.egg-info/top_level.txt +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/setup.cfg +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/setup.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/agribalyse2016/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/agribalyse2016/test_fuelElectricity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/test_ch4ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/test_n2OToAirCropResidueBurningDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/test_nh3ToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/test_noxToAirCropResidueBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/akagiEtAl2011AndIpcc2006/test_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/aware/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/aware/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/blonkConsultants2016 → hestia_earth_models-0.69.0/tests/models/chaudharyBrooks2018}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/chaudharyBrooks2018 → hestia_earth_models-0.69.0/tests/models/cml2001Baseline}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cml2001Baseline → hestia_earth_models-0.69.0/tests/models/cml2001NonBaseline}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cml2001NonBaseline → hestia_earth_models-0.69.0/tests/models/cycle}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle → hestia_earth_models-0.69.0/tests/models/cycle/animal}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/animal → hestia_earth_models-0.69.0/tests/models/cycle/animal/input}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/animal/input/test_properties.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/animal/test_milkYield.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/animal/test_properties.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/animal/input → hestia_earth_models-0.69.0/tests/models/cycle/completeness}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_animalFeed.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_cropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_electricityFuel.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_excretaManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_freshForage.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_material.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_seed.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/completeness/test_soilAmendment.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/completeness → hestia_earth_models-0.69.0/tests/models/cycle/input}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/input/test_hestiaAggregatedData.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/input/test_properties.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/input/test_value.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/input → hestia_earth_models-0.69.0/tests/models/cycle/post_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/post_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/post_checks → hestia_earth_models-0.69.0/tests/models/cycle/practice}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/practice/test_value.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/practice → hestia_earth_models-0.69.0/tests/models/cycle/pre_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/pre_checks/test_otherSites.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/pre_checks → hestia_earth_models-0.69.0/tests/models/cycle/product}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_currency.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_price.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_primary.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_properties.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_revenue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/product/test_value.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_completeness.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_concentrateFeed.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_cycleDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_endDate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_energyContentLowerHeatingValue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_excretaKgMass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_feedConversionRatio.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_inorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_irrigatedTypeUnspecified.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_materialsAndSubstrate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_milkYield.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_otherSitesArea.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_otherSitesUnusedDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_pastureSystem.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_post_checks.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_pre_checks.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_residueIncorporated.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_siteArea.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_siteDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_siteUnusedDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_startDate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_startDateDefinition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_stockingDensityAnimalHousingAverage.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_transformations.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/cycle/test_unknownPreSeasonWaterRegime.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/cycle/product → hestia_earth_models-0.69.0/tests/models/dammgen2009}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/dammgen2009/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/dammgen2009 → hestia_earth_models-0.69.0/tests/models/deRuijterEtAl2010}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/deRuijterEtAl2010 → hestia_earth_models-0.69.0/tests/models/edip2003}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/edip2003/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/edip2003 → hestia_earth_models-0.69.0/tests/models/emepEea2019}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/emepEea2019/test_utils.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/emepEea2019 → hestia_earth_models-0.69.0/tests/models/environmentalFootprintV3_1}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/environmentalFootprintV3_1 → hestia_earth_models-0.69.0/tests/models/epa2014}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/epa2014 → hestia_earth_models-0.69.0/tests/models/fantkeEtAl2016}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/fantkeEtAl2016 → hestia_earth_models-0.69.0/tests/models/faostat2018}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/faostat2018 → hestia_earth_models-0.69.0/tests/models/faostat2018/product}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/product/test_price.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_faostat_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_seed.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/faostat2018/test_utils.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/faostat2018/product → hestia_earth_models-0.69.0/tests/models/frischknechtEtAl2000}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/frischknechtEtAl2000 → hestia_earth_models-0.69.0/tests/models/geospatialDatabase}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_clayContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_croppingIntensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_drainageClass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_ecoregion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_erodibility.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_histosol.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_longFallowRatio.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_region.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_sandContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_siltContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_slope.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_slopeLength.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_soilPh.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/geospatialDatabase/test_waterDepth.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/geospatialDatabase → hestia_earth_models-0.69.0/tests/models/globalCropWaterModel2008}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/globalCropWaterModel2008 → hestia_earth_models-0.69.0/tests/models/haversineFormula}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/haversineFormula → hestia_earth_models-0.69.0/tests/models/haversineFormula/transport}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/haversineFormula/transport/test_distance.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/haversineFormula/transport → hestia_earth_models-0.69.0/tests/models/hestia}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/hestia/test_landCover.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/hestia/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/hestia/test_seed_emissions.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/hestia → hestia_earth_models-0.69.0/tests/models/impact_assessment}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/impact_assessment → hestia_earth_models-0.69.0/tests/models/impact_assessment/post_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/post_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/post_checks/test_site.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/impact_assessment/post_checks → hestia_earth_models-0.69.0/tests/models/impact_assessment/pre_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/pre_checks/test_cycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/pre_checks/test_site.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/impact_assessment/pre_checks → hestia_earth_models-0.69.0/tests/models/impact_assessment/product}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/product/test_economicValueShare.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/product/test_value.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_allocationMethod.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_emissions.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_irrigated.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_oganic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_post_checks.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/impact_assessment/test_pre_checks.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/impact_assessment/product → hestia_earth_models-0.69.0/tests/models/ipcc2006}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2006 → hestia_earth_models-0.69.0/tests/models/ipcc2013ExcludingFeedbacks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2013ExcludingFeedbacks → hestia_earth_models-0.69.0/tests/models/ipcc2013IncludingFeedbacks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2013IncludingFeedbacks → hestia_earth_models-0.69.0/tests/models/ipcc2019}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2019 → hestia_earth_models-0.69.0/tests/models/ipcc2019/animal}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_fatContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_liveweightGain.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_biomass_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_carbonContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_croppingDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_ligninContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_nitrogenContent.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2019/test_pastureGrass.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2019/animal → hestia_earth_models-0.69.0/tests/models/ipcc2021}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/ipcc2021/test_gwp100.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/ipcc2021 → hestia_earth_models-0.69.0/tests/models/jarvisAndPain1994}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/jarvisAndPain1994 → hestia_earth_models-0.69.0/tests/models/koble2014}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_aboveGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_residueBurnt.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_residueLeftOnField.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_residueRemoved.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/koble2014/test_utils.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/koble2014 → hestia_earth_models-0.69.0/tests/models/lcImpactAllEffects100Years}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/lcImpactAllEffects100Years → hestia_earth_models-0.69.0/tests/models/lcImpactAllEffectsInfinite}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/lcImpactAllEffectsInfinite → hestia_earth_models-0.69.0/tests/models/lcImpactCertainEffects100Years}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/lcImpactCertainEffects100Years → hestia_earth_models-0.69.0/tests/models/lcImpactCertainEffectsInfinite}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/lcImpactCertainEffectsInfinite → hestia_earth_models-0.69.0/tests/models/linkedImpactAssessment}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/linkedImpactAssessment/test_emissions.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/linkedImpactAssessment → hestia_earth_models-0.69.0/tests/models/pooreNemecek2018}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_excretaKgN.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_plantationDensity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_rotationDuration.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/pooreNemecek2018/test_utils.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/pooreNemecek2018 → hestia_earth_models-0.69.0/tests/models/poschEtAl2008}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/poschEtAl2008 → hestia_earth_models-0.69.0/tests/models/recipe2016Egalitarian}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/recipe2016Egalitarian → hestia_earth_models-0.69.0/tests/models/recipe2016Hierarchist}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/recipe2016Hierarchist → hestia_earth_models-0.69.0/tests/models/recipe2016Individualist}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/recipe2016Individualist → hestia_earth_models-0.69.0/tests/models/schererPfister2015}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/schererPfister2015 → hestia_earth_models-0.69.0/tests/models/schmidt2007}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/schmidt2007/test_utils.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/schmidt2007 → hestia_earth_models-0.69.0/tests/models/site}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/site → hestia_earth_models-0.69.0/tests/models/site/measurement}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/measurement/test_value.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/site/measurement → hestia_earth_models-0.69.0/tests/models/site/post_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/post_checks/test_cache.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/post_checks/test_country.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/site/post_checks → hestia_earth_models-0.69.0/tests/models/site/pre_checks}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/pre_checks/test_cache_years.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/pre_checks/test_country.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_brackishWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_cationExchangeCapacityPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_defaultMethodClassification.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_defaultMethodClassificationDescription.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_flowingWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_freshWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_management.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_netPrimaryProduction.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_organicCarbonPerHa.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_organicCarbonPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_organicCarbonPerM3Soil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_organicMatterPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_organicMatterPerM3Soil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_potentialEvapotranspirationAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_potentialEvapotranspirationMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_precipitationAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_precipitationMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_rainfallAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_rainfallMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_salineWater.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_soilMeasurement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_temperatureAnnual.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_temperatureMonthly.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_totalNitrogenPerKgSoil.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/site/test_waterDepth.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/site/pre_checks → hestia_earth_models-0.69.0/tests/models/stehfestBouwman2006}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/stehfestBouwman2006 → hestia_earth_models-0.69.0/tests/models/stehfestBouwman2006GisImplementation}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/test_cache_sites.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/test_config.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/test_ecoinventV3.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/test_ecoinventV3AndEmberClimate.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/test_emissionNotRelevant.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/stehfestBouwman2006GisImplementation → hestia_earth_models-0.69.0/tests/models/transformation}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/transformation → hestia_earth_models-0.69.0/tests/models/transformation/input}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_excreta.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_max.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_min.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_properties.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_sd.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/input/test_value.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/transformation/input → hestia_earth_models-0.69.0/tests/models/transformation/product}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/transformation/product/test_excreta.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/transformation/product → hestia_earth_models-0.69.0/tests/models/usetoxV2}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/usetoxV2 → hestia_earth_models-0.69.0/tests/models/utils}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_array_builders.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_blank_node.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_cache_sources.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_crop.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_cropResidueManagement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_currency.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_dataCompleteness.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_descriptive_stats.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_ecoClimateZone.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_emission.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_feedipedia.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_impact_assessment.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_indicator.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_input.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_liveAnimal.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_measurement.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_practice.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_product.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_property.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_site.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_stats.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_term.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/utils/test_time_series.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/utils → hestia_earth_models-0.69.0/tests/models/webbEtAl2012AndSintermannEtAl2012}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -0
- {hestia_earth_models-0.68.1/tests/models/webbEtAl2012AndSintermannEtAl2012 → hestia_earth_models-0.69.0/tests/orchestrator}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/orchestrator → hestia_earth_models-0.69.0/tests/orchestrator/models}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/orchestrator/models → hestia_earth_models-0.69.0/tests/orchestrator/models/emissions}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/models/emissions/test_deleted.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/models/test_transformations.py +0 -0
- {hestia_earth_models-0.68.1/tests/orchestrator/models/emissions → hestia_earth_models-0.69.0/tests/orchestrator/strategies}/__init__.py +0 -0
- {hestia_earth_models-0.68.1/tests/orchestrator/strategies → hestia_earth_models-0.69.0/tests/orchestrator/strategies/merge}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/merge/test_merge_append.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/merge/test_merge_default.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/merge/test_merge_list.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/merge/test_merge_node.py +0 -0
- {hestia_earth_models-0.68.1/tests/orchestrator/strategies/merge → hestia_earth_models-0.69.0/tests/orchestrator/strategies/run}/__init__.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/strategies/run/test_always.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/test_models.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/test_orchestrator.py +0 -0
- {hestia_earth_models-0.68.1 → hestia_earth_models-0.69.0}/tests/orchestrator/test_utils.py +0 -0
@@ -0,0 +1,91 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: hestia_earth_models
|
3
|
+
Version: 0.69.0
|
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
|
+
Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
|
6
|
+
Author: HESTIA Team
|
7
|
+
Author-email: guillaumeroyer.mail@gmail.com
|
8
|
+
License: MIT
|
9
|
+
Platform: UNKNOWN
|
10
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
11
|
+
Classifier: Programming Language :: Python :: 3.6
|
12
|
+
Description-Content-Type: text/markdown
|
13
|
+
Provides-Extra: spatial
|
14
|
+
License-File: LICENSE
|
15
|
+
|
16
|
+
# HESTIA Engine Models
|
17
|
+
|
18
|
+
[](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
|
19
|
+
[](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
|
20
|
+
|
21
|
+
HESTIA's set of models for running calculations or retrieving data using external datasets and internal lookups.
|
22
|
+
|
23
|
+
## Documentation
|
24
|
+
|
25
|
+
Documentation for every model can be found in the [HESTIA API Documentation](https://hestia.earth/docs/#hestia-calculation-models).
|
26
|
+
|
27
|
+
## Install
|
28
|
+
|
29
|
+
1. Install python `3` (we recommend using python `3.6` minimum)
|
30
|
+
2. Install the module:
|
31
|
+
```bash
|
32
|
+
pip install hestia_earth.models
|
33
|
+
```
|
34
|
+
3. Set the following environment variables:
|
35
|
+
```
|
36
|
+
API_URL=https://api.hestia.earth
|
37
|
+
WEB_URL=https://hestia.earth
|
38
|
+
```
|
39
|
+
|
40
|
+
### Usage
|
41
|
+
|
42
|
+
```python
|
43
|
+
from hestia_earth.models.pooreNemecek2018 import run
|
44
|
+
|
45
|
+
cycle_data = {"@type": "Cycle", ...}
|
46
|
+
# cycle is a JSONLD node Cycle
|
47
|
+
result = run('no3ToGroundwaterSoilFlux', cycle_data)
|
48
|
+
print(result)
|
49
|
+
```
|
50
|
+
|
51
|
+
This will display only the result of the `no3ToGroundwaterSoilFlux` model (Emission).
|
52
|
+
|
53
|
+
Additionally, to reduce the number of queries to the HESTIA API and run the models faster, prefetching can be enabled:
|
54
|
+
```python
|
55
|
+
from hestia_earth.models.preload_requests import enable_preload
|
56
|
+
|
57
|
+
enable_preload()
|
58
|
+
```
|
59
|
+
|
60
|
+
#### Using the orchestrator
|
61
|
+
|
62
|
+
The models come with an "orchestrator", which allows you to run a pre-configured set of models instead of a single one.
|
63
|
+
|
64
|
+
The configuration for each Node (Cycle, Site or ImpactAssessment) can be found in the [config](./config) folder.
|
65
|
+
|
66
|
+
Usage:
|
67
|
+
```python
|
68
|
+
from hestia_earth.orchestrator import run
|
69
|
+
from hestia_earth.models.config import load_config
|
70
|
+
|
71
|
+
cycle_data = {"@type": "Cycle", ...}
|
72
|
+
result = run(cycle, load_config(cycle))
|
73
|
+
print(result)
|
74
|
+
```
|
75
|
+
|
76
|
+
This will display the Cycle recalculated with all HESTIA default models running.
|
77
|
+
|
78
|
+
#### Using Spatial Models
|
79
|
+
|
80
|
+
We have models that can gap-fill geographical information on a `Site`. If you want to use these models:
|
81
|
+
1. Install the library: `pip install hestia_earth.earth_engine`
|
82
|
+
2. Follow the [Getting Started instructions](https://gitlab.com/hestia-earth/hestia-earth-engine#getting-started).
|
83
|
+
|
84
|
+
#### Using the ecoinventV3 model
|
85
|
+
|
86
|
+
ecoinvent is a consistent, transparent, and well validated life cycle inventory database.
|
87
|
+
We use ecoinvent data to ascertain the environmental impacts of activities that occur outside of our system boundary, for example data on the environmental impacts of extracting oil and producing diesel, or the impacts of manufacturing plastics.
|
88
|
+
|
89
|
+
The `ecoinventV3` model requires a valid [license](https://ecoinvent.org/offerings/licences/) to run. We are currently working on a way to enable users of this code with a valid ecoinvent licence to run these models themselves, but for now, these models are only available on the public platform.
|
90
|
+
|
91
|
+
|
@@ -0,0 +1,125 @@
|
|
1
|
+
from hestia_earth.schema import TermTermType
|
2
|
+
from hestia_earth.utils.model import filter_list_term_type
|
3
|
+
from hestia_earth.utils.tools import flatten, list_sum, non_empty_list
|
4
|
+
|
5
|
+
from hestia_earth.models.log import debugValues, logRequirements, logShouldRun, log_as_table
|
6
|
+
from hestia_earth.models.utils import group_by
|
7
|
+
from hestia_earth.models.utils.term import get_lookup_value
|
8
|
+
from hestia_earth.models.utils.input import _new_input
|
9
|
+
from . import MODEL
|
10
|
+
|
11
|
+
REQUIREMENTS = {
|
12
|
+
"Cycle": {
|
13
|
+
"completeness.electricityFuel": "False",
|
14
|
+
"practices": [{
|
15
|
+
"@type": "Practice",
|
16
|
+
"term.termType": "operation",
|
17
|
+
"value": "> 0"
|
18
|
+
}]
|
19
|
+
}
|
20
|
+
}
|
21
|
+
LOOKUPS = {
|
22
|
+
"operation": "fuelUse"
|
23
|
+
}
|
24
|
+
RETURNS = {
|
25
|
+
"Input": [{
|
26
|
+
"term.termType": "fuel",
|
27
|
+
"value": "",
|
28
|
+
"operation": ""
|
29
|
+
}]
|
30
|
+
}
|
31
|
+
MODEL_KEY = 'fuelElectricity'
|
32
|
+
|
33
|
+
|
34
|
+
def _input(term_id: str, value: float, operation: dict):
|
35
|
+
input = _new_input(term_id, MODEL)
|
36
|
+
input['value'] = [value]
|
37
|
+
input['operation'] = operation
|
38
|
+
return input
|
39
|
+
|
40
|
+
|
41
|
+
def _operation_input(operation: dict):
|
42
|
+
input = operation.get('input', {})
|
43
|
+
return _input(input.get('id'), input.get('value') * operation.get('value'), operation.get('term', {}))
|
44
|
+
|
45
|
+
|
46
|
+
def _run_operation(cycle: dict):
|
47
|
+
def exec(operations: list):
|
48
|
+
input_term_id = operations[0].get('input').get('id')
|
49
|
+
values_logs = log_as_table([
|
50
|
+
{
|
51
|
+
'id': p.get('term').get('@id'),
|
52
|
+
'value': p.get('value'),
|
53
|
+
'coefficient': p.get('input').get('value')
|
54
|
+
} for p in operations
|
55
|
+
])
|
56
|
+
|
57
|
+
debugValues(cycle, model=MODEL, term=input_term_id,
|
58
|
+
values=values_logs)
|
59
|
+
|
60
|
+
logShouldRun(cycle, MODEL, input_term_id, True, model_key=MODEL_KEY)
|
61
|
+
|
62
|
+
return list(map(_operation_input, operations))
|
63
|
+
return exec
|
64
|
+
|
65
|
+
|
66
|
+
def _operation_data(practice: dict):
|
67
|
+
term = practice.get('term', {})
|
68
|
+
values = practice.get('value', [])
|
69
|
+
value = list_sum(values) if all([not isinstance(v, str) for v in values]) else None # str allowed for Practice
|
70
|
+
|
71
|
+
coeffs = get_lookup_value(term, LOOKUPS['operation'], model=MODEL, model_key=MODEL_KEY)
|
72
|
+
values = non_empty_list(coeffs.split(';')) if coeffs else []
|
73
|
+
inputs = [{'id': c.split(':')[0], 'value': float(c.split(':')[1])} for c in values]
|
74
|
+
|
75
|
+
return [{
|
76
|
+
'term': term,
|
77
|
+
'value': value,
|
78
|
+
'input': input,
|
79
|
+
'dates': ';'.join(practice.get('dates', []))
|
80
|
+
} for input in inputs]
|
81
|
+
|
82
|
+
|
83
|
+
def _should_run(cycle: dict):
|
84
|
+
is_incomplete = not cycle.get('completeness', {}).get('electricityFuel', False)
|
85
|
+
operations = filter_list_term_type(cycle.get('practices', []), TermTermType.OPERATION)
|
86
|
+
|
87
|
+
operations = flatten(map(_operation_data, operations))
|
88
|
+
term_ids = list(set(non_empty_list(map(lambda v: v.get('term', {}).get('@id'), operations))))
|
89
|
+
|
90
|
+
valid_operations = [v for v in operations if (v.get('value') or 0) > 0]
|
91
|
+
has_operations = len(valid_operations) > 0
|
92
|
+
|
93
|
+
# group operations by term to show in logs
|
94
|
+
grouped_operations = group_by(operations, ['term.@id'])
|
95
|
+
|
96
|
+
for term_id, operations in grouped_operations.items():
|
97
|
+
logs = [
|
98
|
+
{
|
99
|
+
'value': operation.get('value'),
|
100
|
+
'dates': operation.get('dates'),
|
101
|
+
'input-id': operation.get('input', {}).get('@id'),
|
102
|
+
}
|
103
|
+
for operation in operations
|
104
|
+
]
|
105
|
+
logRequirements(cycle, model=MODEL, term=term_id, model_key=MODEL_KEY,
|
106
|
+
details=log_as_table(logs))
|
107
|
+
|
108
|
+
should_run = any([(v.get('value') or 0) > 0 for v in operations])
|
109
|
+
logShouldRun(cycle, MODEL, term_id, should_run, model_key=MODEL_KEY)
|
110
|
+
|
111
|
+
logRequirements(cycle, model=MODEL, model_key=MODEL_KEY,
|
112
|
+
is_term_type_electricityFuel_incomplete=is_incomplete,
|
113
|
+
has_operations=has_operations,
|
114
|
+
operations=';'.join(term_ids))
|
115
|
+
|
116
|
+
should_run = all([is_incomplete, has_operations])
|
117
|
+
logShouldRun(cycle, MODEL, None, should_run, model_key=MODEL_KEY)
|
118
|
+
return should_run, valid_operations
|
119
|
+
|
120
|
+
|
121
|
+
def run(cycle: dict):
|
122
|
+
should_run, operations = _should_run(cycle)
|
123
|
+
# group operations by input to show logs as table
|
124
|
+
grouped_operations = group_by(operations, ['input.id'])
|
125
|
+
return flatten(map(_run_operation(cycle), grouped_operations.values())) if should_run else []
|
@@ -0,0 +1,80 @@
|
|
1
|
+
from hestia_earth.utils.tools import list_sum, flatten
|
2
|
+
|
3
|
+
from hestia_earth.models.log import logRequirements, logShouldRun, debugValues, log_as_table
|
4
|
+
from hestia_earth.models.utils.productivity import get_productivity, PRODUCTIVITY
|
5
|
+
from hestia_earth.models.utils.input import _new_input
|
6
|
+
from hestia_earth.models.utils.completeness import _is_term_type_incomplete
|
7
|
+
from hestia_earth.models.utils.term import get_liquid_fuel_terms
|
8
|
+
from . import MODEL
|
9
|
+
|
10
|
+
REQUIREMENTS = {
|
11
|
+
"Cycle": {
|
12
|
+
"inputs": [{
|
13
|
+
"@type": "Input",
|
14
|
+
"term.termType": "fuel",
|
15
|
+
"value": ""
|
16
|
+
}],
|
17
|
+
"completeness.material": "False",
|
18
|
+
"site": {
|
19
|
+
"@type": "Site",
|
20
|
+
"country": {"@type": "Term", "termType": "region"}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
LOOKUPS = {
|
25
|
+
"region": "HDI"
|
26
|
+
}
|
27
|
+
RETURNS = {
|
28
|
+
"Input": [{
|
29
|
+
"value": ""
|
30
|
+
}]
|
31
|
+
}
|
32
|
+
TERM_ID = 'machineryInfrastructureDepreciatedAmountPerCycle'
|
33
|
+
|
34
|
+
|
35
|
+
def _input(value: float):
|
36
|
+
input = _new_input(TERM_ID, MODEL)
|
37
|
+
input['value'] = [value]
|
38
|
+
return input
|
39
|
+
|
40
|
+
|
41
|
+
def _get_input_value_from_term(inputs: list, term_id: str):
|
42
|
+
values = flatten([
|
43
|
+
input.get('value', []) for input in inputs if input.get('term', {}).get('@id') == term_id
|
44
|
+
])
|
45
|
+
return list_sum(values, 0) if len(values) > 0 else None
|
46
|
+
|
47
|
+
|
48
|
+
def get_value(country: dict, cycle: dict):
|
49
|
+
liquid_fuels = get_liquid_fuel_terms()
|
50
|
+
productivity_key = get_productivity(country)
|
51
|
+
machinery_usage = 11.5 if productivity_key == PRODUCTIVITY.HIGH else 23
|
52
|
+
values = [(term_id, _get_input_value_from_term(cycle.get('inputs', []), term_id)) for term_id in liquid_fuels]
|
53
|
+
value_logs = log_as_table([{'id': term_id, 'value': value} for term_id, value in values])
|
54
|
+
values = [value for term_id, value in values if value is not None]
|
55
|
+
fuel_use = list_sum(values, 0)
|
56
|
+
debugValues(cycle, model=MODEL, term=TERM_ID,
|
57
|
+
productivity_key=productivity_key.value,
|
58
|
+
fuel_use_details=value_logs,
|
59
|
+
fuel_use=fuel_use)
|
60
|
+
return fuel_use/machinery_usage if fuel_use > 0 else None
|
61
|
+
|
62
|
+
|
63
|
+
def _run(cycle: dict):
|
64
|
+
country = cycle.get('site', {}).get('country', {})
|
65
|
+
value = get_value(country, cycle)
|
66
|
+
return [_input(value)] if value is not None else []
|
67
|
+
|
68
|
+
|
69
|
+
def _should_run(cycle: dict):
|
70
|
+
term_type_incomplete = _is_term_type_incomplete(cycle, TERM_ID)
|
71
|
+
|
72
|
+
logRequirements(cycle, model=MODEL, term=TERM_ID,
|
73
|
+
term_type_material_incomplete=term_type_incomplete)
|
74
|
+
|
75
|
+
should_run = all([term_type_incomplete])
|
76
|
+
logShouldRun(cycle, MODEL, TERM_ID, should_run)
|
77
|
+
return should_run
|
78
|
+
|
79
|
+
|
80
|
+
def run(cycle: dict): return _run(cycle) if _should_run(cycle) else []
|
@@ -0,0 +1,112 @@
|
|
1
|
+
from hestia_earth.schema import SiteSiteType
|
2
|
+
from hestia_earth.utils.lookup import download_lookup, _get_single_table_value, column_name
|
3
|
+
from hestia_earth.utils.tools import safe_parse_float
|
4
|
+
|
5
|
+
from hestia_earth.models.log import logRequirements, debugMissingLookup, logShouldRun
|
6
|
+
from hestia_earth.models.utils import sum_values, multiply_values
|
7
|
+
from hestia_earth.models.utils.indicator import _new_indicator
|
8
|
+
from hestia_earth.models.utils.impact_assessment import (
|
9
|
+
convert_value_from_cycle, emission_value, get_product, get_site, get_region_id
|
10
|
+
)
|
11
|
+
from hestia_earth.models.utils.input import sum_input_impacts
|
12
|
+
from hestia_earth.models.utils.lookup import get_region_lookup_value
|
13
|
+
from . import MODEL
|
14
|
+
|
15
|
+
REQUIREMENTS = {
|
16
|
+
"ImpactAssessment": {
|
17
|
+
"site": {
|
18
|
+
"@type": "Site",
|
19
|
+
"or": {
|
20
|
+
"awareWaterBasinId": "",
|
21
|
+
"country": {"@type": "Term", "termType": "region"}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"optional": {
|
25
|
+
"emissionsResourceUse": [{
|
26
|
+
"@type": "Indicator",
|
27
|
+
"term.@id": "freshwaterWithdrawalsDuringCycle",
|
28
|
+
"value": ""
|
29
|
+
}]
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
RETURNS = {
|
34
|
+
"Indicator": [{
|
35
|
+
"value": ""
|
36
|
+
}]
|
37
|
+
}
|
38
|
+
LOOKUPS = {
|
39
|
+
"@doc": "Different lookup files are used depending on the situation",
|
40
|
+
"awareWaterBasinId": "",
|
41
|
+
"region-aware-factors": ""
|
42
|
+
}
|
43
|
+
TERM_ID = 'scarcityWeightedWaterUse'
|
44
|
+
AWARE_KEY = 'awareWaterBasinId'
|
45
|
+
IRRIGATED_SITE_TYPES = [
|
46
|
+
SiteSiteType.CROPLAND.value,
|
47
|
+
SiteSiteType.GLASS_OR_HIGH_ACCESSIBLE_COVER.value,
|
48
|
+
SiteSiteType.PERMANENT_PASTURE.value
|
49
|
+
]
|
50
|
+
|
51
|
+
|
52
|
+
def _indicator(value: float):
|
53
|
+
indicator = _new_indicator(TERM_ID, MODEL)
|
54
|
+
indicator['value'] = value
|
55
|
+
return indicator
|
56
|
+
|
57
|
+
|
58
|
+
def _get_factor_from_basinId(site: dict, aware_id: str):
|
59
|
+
lookup_col = 'YR_IRRI' if site.get('siteType') in IRRIGATED_SITE_TYPES else 'YR_NONIRRI'
|
60
|
+
value = _get_single_table_value(
|
61
|
+
download_lookup(f"{AWARE_KEY}.csv"), column_name(AWARE_KEY), int(aware_id), column_name(lookup_col)
|
62
|
+
)
|
63
|
+
debugMissingLookup(f"{AWARE_KEY}.csv", AWARE_KEY, aware_id, lookup_col, value, model=MODEL, term=TERM_ID)
|
64
|
+
return safe_parse_float(value, None)
|
65
|
+
|
66
|
+
|
67
|
+
def _get_factor_from_region(impact_assessment: dict, site: dict):
|
68
|
+
region_id = get_region_id(impact_assessment)
|
69
|
+
site_type = site.get('siteType')
|
70
|
+
lookup_name = 'region-aware-factors.csv'
|
71
|
+
lookup_suffix = 'unspecified' if not site_type else ('irri' if site_type in IRRIGATED_SITE_TYPES else 'non_irri')
|
72
|
+
column = f"Agg_CF_{lookup_suffix}"
|
73
|
+
value = get_region_lookup_value(lookup_name, region_id, column, model=MODEL, term=TERM_ID)
|
74
|
+
return safe_parse_float(value, None)
|
75
|
+
|
76
|
+
|
77
|
+
def _run(impact_assessment: dict):
|
78
|
+
cycle = impact_assessment.get('cycle', {})
|
79
|
+
product = get_product(impact_assessment)
|
80
|
+
fresh_water = emission_value(impact_assessment, 'freshwaterWithdrawalsDuringCycle')
|
81
|
+
site = get_site(impact_assessment)
|
82
|
+
aware_id = site.get(AWARE_KEY)
|
83
|
+
factor = (
|
84
|
+
_get_factor_from_basinId(site, aware_id) if aware_id else None
|
85
|
+
) or _get_factor_from_region(impact_assessment, site)
|
86
|
+
inputs_value = convert_value_from_cycle(
|
87
|
+
impact_assessment, product, sum_input_impacts(cycle.get('inputs', []), TERM_ID), model=MODEL, term_id=TERM_ID
|
88
|
+
)
|
89
|
+
|
90
|
+
logRequirements(impact_assessment, model=MODEL, term=TERM_ID,
|
91
|
+
fresh_water=fresh_water,
|
92
|
+
aware_id=aware_id,
|
93
|
+
factor=factor,
|
94
|
+
inputs_value=inputs_value)
|
95
|
+
|
96
|
+
value = sum_values([
|
97
|
+
multiply_values([fresh_water, factor]),
|
98
|
+
inputs_value
|
99
|
+
])
|
100
|
+
return _indicator(value) if value is not None else None
|
101
|
+
|
102
|
+
|
103
|
+
def _should_run(impact_assessment: dict):
|
104
|
+
site = get_site(impact_assessment)
|
105
|
+
# does not run without a site as data is geospatial
|
106
|
+
should_run = all([site])
|
107
|
+
logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
|
108
|
+
return should_run
|
109
|
+
|
110
|
+
|
111
|
+
def run(impact_assessment: dict):
|
112
|
+
return _run(impact_assessment) if _should_run(impact_assessment) else None
|
@@ -0,0 +1,127 @@
|
|
1
|
+
from itertools import chain
|
2
|
+
from hestia_earth.utils.lookup import download_lookup, column_name, find_term_ids_by
|
3
|
+
from hestia_earth.utils.tools import list_sum, flatten
|
4
|
+
|
5
|
+
from hestia_earth.models.log import logShouldRun, logRequirements, log_as_table
|
6
|
+
from . import MODEL
|
7
|
+
from ..utils.constant import Units
|
8
|
+
from ..utils.indicator import _new_indicator
|
9
|
+
from ..utils.lookup import _node_value
|
10
|
+
|
11
|
+
REQUIREMENTS = {
|
12
|
+
"ImpactAssessment": {
|
13
|
+
"emissionsResourceUse": [
|
14
|
+
{
|
15
|
+
"@type": "Indicator",
|
16
|
+
"term.termType": "resourceUse",
|
17
|
+
"term.@id": ["resourceUseEnergyDepletionInputsProduction", "resourceUseEnergyDepletionDuringCycle"],
|
18
|
+
"term.units": "MJ",
|
19
|
+
"value": "> 0",
|
20
|
+
"inputs":
|
21
|
+
{
|
22
|
+
"@type": "Input",
|
23
|
+
"term.name": "non-renewable\" energy terms only,\"",
|
24
|
+
"term.termType": ["fuel", "electricity"]
|
25
|
+
}
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
LOOKUPS = {
|
32
|
+
"fuel": ["consideredFossilFuelUnderCml2001Baseline"],
|
33
|
+
"electricity": ["consideredFossilFuelUnderCml2001Baseline"]
|
34
|
+
}
|
35
|
+
|
36
|
+
RETURNS = {
|
37
|
+
"Indicator": {
|
38
|
+
"value": ""
|
39
|
+
}
|
40
|
+
}
|
41
|
+
TERM_ID = 'abioticResourceDepletionFossilFuels'
|
42
|
+
|
43
|
+
_ENERGY_CARRIERS_TERMIDS = REQUIREMENTS['ImpactAssessment']['emissionsResourceUse'][0]['term.@id']
|
44
|
+
|
45
|
+
|
46
|
+
def get_all_non_renewable_terms(lookup_file_name: str, column: str) -> list:
|
47
|
+
"""
|
48
|
+
returns all non renewable term ids in lookup files like `electricity.csv` or `fuel.csv`
|
49
|
+
"""
|
50
|
+
lookup = download_lookup(lookup_file_name)
|
51
|
+
return find_term_ids_by(lookup, column_name(column), True)
|
52
|
+
|
53
|
+
|
54
|
+
def _valid_resource_indicator(resource: dict) -> bool:
|
55
|
+
return (
|
56
|
+
len(resource.get('inputs', [])) == 1 and
|
57
|
+
isinstance(_node_value(resource), (int, float)) and
|
58
|
+
_node_value(resource) > 0 and
|
59
|
+
resource.get("term", {}).get("units", "") == Units.MJ.value
|
60
|
+
)
|
61
|
+
|
62
|
+
|
63
|
+
def _valid_input(input: dict) -> bool:
|
64
|
+
return input.get("@id") in list(chain.from_iterable([
|
65
|
+
get_all_non_renewable_terms(f"{termType}.csv", columns[0]) for termType, columns in LOOKUPS.items()
|
66
|
+
]))
|
67
|
+
|
68
|
+
|
69
|
+
def _indicator(value: float):
|
70
|
+
indicator = _new_indicator(TERM_ID, MODEL)
|
71
|
+
indicator["value"] = value
|
72
|
+
return indicator
|
73
|
+
|
74
|
+
|
75
|
+
def _run(energy_resources_in_mj: list):
|
76
|
+
return _indicator(list_sum(energy_resources_in_mj))
|
77
|
+
|
78
|
+
|
79
|
+
def _should_run(impact_assessment: dict) -> tuple[bool, list]:
|
80
|
+
emissions_resource_use = [
|
81
|
+
resource for resource in impact_assessment.get('emissionsResourceUse', [])
|
82
|
+
if resource.get('term', {}).get('@id') in _ENERGY_CARRIERS_TERMIDS
|
83
|
+
]
|
84
|
+
|
85
|
+
has_resource_use_entries = bool(emissions_resource_use)
|
86
|
+
|
87
|
+
resource_uses_unpacked = flatten(
|
88
|
+
[
|
89
|
+
[
|
90
|
+
{
|
91
|
+
"input-term-id": input.get('@id'),
|
92
|
+
"input-term-type": input.get('termType'),
|
93
|
+
"indicator-term-id": resource_indicator['term']['@id'],
|
94
|
+
"indicator-is-valid": _valid_resource_indicator(resource_indicator),
|
95
|
+
"indicator-input-is-valid": _valid_input(input),
|
96
|
+
"value-in-MJ": _node_value(resource_indicator) if _valid_input(input) else None,
|
97
|
+
} for input in resource_indicator['inputs'] or [{}]]
|
98
|
+
for resource_indicator in emissions_resource_use
|
99
|
+
]
|
100
|
+
)
|
101
|
+
|
102
|
+
has_valid_input_requirements = all([
|
103
|
+
all([energy_input['indicator-is-valid'], energy_input['indicator-input-is-valid']])
|
104
|
+
for energy_input in resource_uses_unpacked
|
105
|
+
])
|
106
|
+
|
107
|
+
energy_resources_in_mj = [energy_input['value-in-MJ'] for energy_input in resource_uses_unpacked]
|
108
|
+
valid_energy_resources_in_mj = [value for value in energy_resources_in_mj if value is not None]
|
109
|
+
all_inputs_have_valid_mj_value = all(
|
110
|
+
[energy is not None for energy in energy_resources_in_mj] + [bool(energy_resources_in_mj)]
|
111
|
+
)
|
112
|
+
|
113
|
+
logRequirements(impact_assessment, model=MODEL, term=TERM_ID,
|
114
|
+
has_resource_use_entries=has_resource_use_entries,
|
115
|
+
has_valid_input_requirements=has_valid_input_requirements,
|
116
|
+
all_inputs_have_valid_mj_value=all_inputs_have_valid_mj_value,
|
117
|
+
energy_resources_used=log_as_table(resource_uses_unpacked))
|
118
|
+
|
119
|
+
should_run = all([has_resource_use_entries, has_valid_input_requirements, all_inputs_have_valid_mj_value])
|
120
|
+
|
121
|
+
logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
|
122
|
+
return should_run, valid_energy_resources_in_mj
|
123
|
+
|
124
|
+
|
125
|
+
def run(impact_assessment: dict):
|
126
|
+
should_run, resources = _should_run(impact_assessment)
|
127
|
+
return _run(resources) if should_run else None
|
@@ -0,0 +1,124 @@
|
|
1
|
+
from hestia_earth.schema import TermTermType
|
2
|
+
from hestia_earth.utils.lookup import get_table_value, download_lookup, column_name
|
3
|
+
from hestia_earth.utils.model import filter_list_term_type
|
4
|
+
from hestia_earth.utils.tools import list_sum, flatten
|
5
|
+
|
6
|
+
from hestia_earth.models.log import logRequirements, logShouldRun, log_as_table
|
7
|
+
from . import MODEL
|
8
|
+
from ..utils.indicator import _new_indicator
|
9
|
+
from ..utils.lookup import _node_value
|
10
|
+
|
11
|
+
REQUIREMENTS = {
|
12
|
+
"ImpactAssessment": {
|
13
|
+
"emissionsResourceUse": [
|
14
|
+
{
|
15
|
+
"@type": "Indicator", "value": "", "term.termType": "resourceUse",
|
16
|
+
"term.@id": ["resourceUseMineralsAndMetalsInputsProduction", "resourceUseMineralsAndMetalsDuringCycle"],
|
17
|
+
"inputs": {
|
18
|
+
"@type": "Term",
|
19
|
+
"term.units": "kg",
|
20
|
+
"term.termType": ["material", "soilAmendment", "otherInorganicChemical"]}
|
21
|
+
}]
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
LOOKUPS = {
|
26
|
+
"@doc": "Different lookup files are used depending on the input material",
|
27
|
+
"soilAmendment": "abioticResourceDepletionMineralsAndMetalsCml2001Baseline",
|
28
|
+
"material": "abioticResourceDepletionMineralsAndMetalsCml2001Baseline",
|
29
|
+
"otherInorganicChemical": "abioticResourceDepletionMineralsAndMetalsCml2001Baseline"
|
30
|
+
}
|
31
|
+
|
32
|
+
RETURNS = {
|
33
|
+
"Indicator": {
|
34
|
+
"value": ""
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
TERM_ID = 'abioticResourceDepletionMineralsAndMetals'
|
39
|
+
|
40
|
+
authorised_resource_use_term_types = [TermTermType.MATERIAL.value,
|
41
|
+
TermTermType.SOILAMENDMENT.value,
|
42
|
+
TermTermType.OTHERINORGANICCHEMICAL.value]
|
43
|
+
authorised_resource_use_term_ids = ['resourceUseMineralsAndMetalsInputsProduction',
|
44
|
+
'resourceUseMineralsAndMetalsDuringCycle']
|
45
|
+
|
46
|
+
|
47
|
+
def _valid_input(input: dict) -> bool:
|
48
|
+
return input.get('units', '').startswith("kg") and input.get('termType', '') in authorised_resource_use_term_types
|
49
|
+
|
50
|
+
|
51
|
+
def _valid_resource_indicator(resource: dict) -> bool:
|
52
|
+
return len(resource.get('inputs', [])) == 1 and isinstance(_node_value(resource), (int, float))
|
53
|
+
|
54
|
+
|
55
|
+
def _indicator(value: float):
|
56
|
+
indicator = _new_indicator(TERM_ID, MODEL)
|
57
|
+
indicator['value'] = value
|
58
|
+
return indicator
|
59
|
+
|
60
|
+
|
61
|
+
def _run(resources: list):
|
62
|
+
result = list_sum([indicator_input['value'] * indicator_input['coefficient'] for indicator_input in resources])
|
63
|
+
return _indicator(result)
|
64
|
+
|
65
|
+
|
66
|
+
def _should_run(impact_assessment: dict) -> tuple[bool, list]:
|
67
|
+
emissions_resource_use = [
|
68
|
+
resource for resource in
|
69
|
+
filter_list_term_type(impact_assessment.get('emissionsResourceUse', []), TermTermType.RESOURCEUSE) if
|
70
|
+
resource.get('term', {}).get('@id', '') in authorised_resource_use_term_ids]
|
71
|
+
|
72
|
+
has_resource_use_entries = bool(emissions_resource_use)
|
73
|
+
|
74
|
+
resource_uses_unpacked = flatten(
|
75
|
+
[
|
76
|
+
[
|
77
|
+
{
|
78
|
+
"input-term-id": input.get('@id'),
|
79
|
+
"input-term-type": input.get('termType'),
|
80
|
+
"indicator-term-id": resource_indicator['term']['@id'],
|
81
|
+
"indicator-is-valid": _valid_resource_indicator(resource_indicator),
|
82
|
+
"input": input,
|
83
|
+
"indicator-input-is-valid": _valid_input(input),
|
84
|
+
"value": _node_value(resource_indicator),
|
85
|
+
"coefficient": get_table_value(
|
86
|
+
lookup=download_lookup(filename=f"{input.get('termType')}.csv"),
|
87
|
+
col_match='termid',
|
88
|
+
col_match_with=input.get('@id'),
|
89
|
+
col_val=column_name(LOOKUPS.get(input.get('termType'), ''))) if input else None
|
90
|
+
} for input in resource_indicator['inputs'] or [{}]]
|
91
|
+
for resource_indicator in emissions_resource_use
|
92
|
+
]
|
93
|
+
)
|
94
|
+
valid_resources_with_cf = [em for em in resource_uses_unpacked if em['coefficient'] is not None
|
95
|
+
and em['indicator-is-valid'] is True
|
96
|
+
and em['indicator-input-is-valid'] is True]
|
97
|
+
|
98
|
+
has_valid_input_requirements = all([
|
99
|
+
all([
|
100
|
+
em['indicator-is-valid'],
|
101
|
+
em['indicator-input-is-valid']
|
102
|
+
])
|
103
|
+
for em in resource_uses_unpacked
|
104
|
+
])
|
105
|
+
|
106
|
+
all_resources_have_cf = all([em['coefficient'] is not None for em in resource_uses_unpacked]
|
107
|
+
) and bool(resource_uses_unpacked)
|
108
|
+
|
109
|
+
logRequirements(impact_assessment, model=MODEL, term=TERM_ID,
|
110
|
+
has_resource_use_entries=has_resource_use_entries,
|
111
|
+
has_valid_input_requirements=has_valid_input_requirements,
|
112
|
+
all_resources_have_cf=all_resources_have_cf,
|
113
|
+
resource_uses=log_as_table(resource_uses_unpacked)
|
114
|
+
)
|
115
|
+
|
116
|
+
should_run = all([has_valid_input_requirements, has_resource_use_entries])
|
117
|
+
|
118
|
+
logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
|
119
|
+
return should_run, valid_resources_with_cf
|
120
|
+
|
121
|
+
|
122
|
+
def run(impact_assessment: dict):
|
123
|
+
should_run, resources = _should_run(impact_assessment)
|
124
|
+
return _run(resources) if should_run else None
|