hestia-earth-models 0.74.17__py3-none-any.whl → 0.75.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/__init__.py +0 -3
- hestia_earth/models/aware/scarcityWeightedWaterUse.py +2 -4
- hestia_earth/models/aware2_0/scarcityWeightedWaterUse.py +2 -5
- hestia_earth/models/chaudharyBrooks2018/utils.py +2 -2
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +3 -2
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +13 -6
- hestia_earth/models/ecoalimV9/utils.py +3 -3
- hestia_earth/models/ecoinventV3/utils.py +2 -2
- hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +2 -2
- hestia_earth/models/emissionNotRelevant/__init__.py +2 -2
- hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +1 -2
- hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +8 -5
- hestia_earth/models/faostat2018/utils.py +3 -3
- hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +5 -4
- hestia_earth/models/geospatialDatabase/ecoClimateZone.py +2 -2
- hestia_earth/models/hestia/landCover_utils.py +8 -12
- hestia_earth/models/hestia/management.py +3 -3
- hestia_earth/models/hestia/seed_emissions.py +2 -2
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +12 -9
- hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +2 -2
- hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +2 -2
- hestia_earth/models/ipcc2019/pastureGrass_utils.py +6 -3
- hestia_earth/models/ipcc2019/utils.py +3 -2
- hestia_earth/models/linkedImpactAssessment/emissions.py +2 -2
- hestia_earth/models/mocking/search-results.json +1 -1
- hestia_earth/models/requirements.py +2 -2
- hestia_earth/models/utils/aggregated.py +2 -2
- hestia_earth/models/utils/background_emissions.py +6 -5
- hestia_earth/models/utils/ecoClimateZone.py +7 -8
- hestia_earth/models/utils/excretaManagement.py +3 -3
- hestia_earth/models/utils/feedipedia.py +7 -7
- hestia_earth/models/utils/input.py +2 -2
- hestia_earth/models/utils/liveAnimal.py +4 -4
- hestia_earth/models/utils/lookup.py +15 -20
- hestia_earth/models/utils/property.py +3 -3
- hestia_earth/models/utils/term.py +5 -5
- hestia_earth/models/version.py +1 -1
- hestia_earth/orchestrator/__init__.py +0 -3
- hestia_earth/orchestrator/models/transformations.py +2 -2
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/METADATA +10 -14
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/RECORD +44 -668
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/WHEEL +1 -1
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/top_level.txt +0 -1
- hestia_earth/__init__.py +0 -1
- tests/models/__init__.py +0 -0
- tests/models/agribalyse2016/__init__.py +0 -0
- tests/models/agribalyse2016/test_fuelElectricity.py +0 -42
- tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -36
- tests/models/akagiEtAl2011/__init__.py +0 -0
- tests/models/akagiEtAl2011/test_ch4ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_nh3ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_noxToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_pm25ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_so2ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_utils.py +0 -19
- tests/models/aware/__init__.py +0 -0
- tests/models/aware/test_scarcityWeightedWaterUse.py +0 -57
- tests/models/aware2_0/__init__.py +0 -0
- tests/models/aware2_0/test_scarcityWeightedWaterUse.py +0 -58
- tests/models/chaudharyBrooks2018/__init__.py +0 -0
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -58
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -58
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -20
- tests/models/cml2001Baseline/__init__.py +0 -0
- tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -141
- tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -105
- tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -23
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -136
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -23
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -58
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -23
- tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -25
- tests/models/cml2001NonBaseline/__init__.py +0 -0
- tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -23
- tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -23
- tests/models/cycle/__init__.py +0 -0
- tests/models/cycle/animal/__init__.py +0 -0
- tests/models/cycle/animal/input/__init__.py +0 -0
- tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -40
- tests/models/cycle/animal/input/test_properties.py +0 -55
- tests/models/cycle/animal/test_milkYield.py +0 -30
- tests/models/cycle/animal/test_properties.py +0 -20
- tests/models/cycle/completeness/__init__.py +0 -0
- tests/models/cycle/completeness/test_animalFeed.py +0 -14
- tests/models/cycle/completeness/test_cropResidue.py +0 -19
- tests/models/cycle/completeness/test_electricityFuel.py +0 -21
- tests/models/cycle/completeness/test_excretaManagement.py +0 -14
- tests/models/cycle/completeness/test_freshForage.py +0 -21
- tests/models/cycle/completeness/test_material.py +0 -18
- tests/models/cycle/completeness/test_seed.py +0 -36
- tests/models/cycle/completeness/test_soilAmendment.py +0 -23
- tests/models/cycle/input/__init__.py +0 -0
- tests/models/cycle/input/test_hestiaAggregatedData.py +0 -91
- tests/models/cycle/input/test_properties.py +0 -55
- tests/models/cycle/input/test_value.py +0 -41
- tests/models/cycle/post_checks/__init__.py +0 -0
- tests/models/cycle/post_checks/test_cache.py +0 -8
- tests/models/cycle/post_checks/test_otherSites.py +0 -15
- tests/models/cycle/post_checks/test_site.py +0 -26
- tests/models/cycle/practice/__init__.py +0 -0
- tests/models/cycle/practice/test_landCover.py +0 -27
- tests/models/cycle/practice/test_value.py +0 -52
- tests/models/cycle/pre_checks/__init__.py +0 -0
- tests/models/cycle/pre_checks/test_otherSites.py +0 -21
- tests/models/cycle/pre_checks/test_site.py +0 -33
- tests/models/cycle/product/__init__.py +0 -0
- tests/models/cycle/product/test_currency.py +0 -41
- tests/models/cycle/product/test_economicValueShare.py +0 -158
- tests/models/cycle/product/test_price.py +0 -29
- tests/models/cycle/product/test_primary.py +0 -75
- tests/models/cycle/product/test_properties.py +0 -32
- tests/models/cycle/product/test_revenue.py +0 -32
- tests/models/cycle/product/test_value.py +0 -41
- tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -20
- tests/models/cycle/test_completeness.py +0 -51
- tests/models/cycle/test_cycleDuration.py +0 -31
- tests/models/cycle/test_endDate.py +0 -38
- tests/models/cycle/test_otherSitesArea.py +0 -68
- tests/models/cycle/test_otherSitesUnusedDuration.py +0 -54
- tests/models/cycle/test_post_checks.py +0 -11
- tests/models/cycle/test_pre_checks.py +0 -11
- tests/models/cycle/test_siteArea.py +0 -51
- tests/models/cycle/test_siteDuration.py +0 -83
- tests/models/cycle/test_siteUnusedDuration.py +0 -55
- tests/models/cycle/test_startDate.py +0 -58
- tests/models/cycle/test_startDateDefinition.py +0 -31
- tests/models/cycle/test_transformations.py +0 -17
- tests/models/dammgen2009/__init__.py +0 -0
- tests/models/dammgen2009/test_noxToAirExcreta.py +0 -58
- tests/models/data/__init__.py +0 -0
- tests/models/data/test_hestiaAggregatedData.py +0 -32
- tests/models/deRuijterEtAl2010/__init__.py +0 -0
- tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -57
- tests/models/ecoalimV9/__init__.py +0 -0
- tests/models/ecoalimV9/test_cycle.py +0 -22
- tests/models/ecoalimV9/test_impact_assessment.py +0 -24
- tests/models/ecoinventV3/__init__.py +0 -0
- tests/models/ecoinventV3/test_cycle.py +0 -69
- tests/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
- tests/models/ecoinventV3AndEmberClimate/test_cycle.py +0 -28
- tests/models/edip2003/__init__.py +0 -0
- tests/models/edip2003/test_ozoneDepletionPotential.py +0 -21
- tests/models/emepEea2019/__init__.py +0 -0
- tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -34
- tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -36
- tests/models/emepEea2019/test_nh3ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -64
- tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_utils.py +0 -204
- tests/models/environmentalFootprintV3_1/__init__.py +0 -0
- tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -138
- tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -26
- tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -21
- tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -30
- tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -27
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -160
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -184
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -78
- tests/models/epa2014/__init__.py +0 -0
- tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -38
- tests/models/fantkeEtAl2016/__init__.py +0 -0
- tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -20
- tests/models/faostat2018/__init__.py +0 -0
- tests/models/faostat2018/product/__init__.py +0 -0
- tests/models/faostat2018/product/test_price.py +0 -117
- tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -58
- tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -54
- tests/models/faostat2018/test_faostat_utils.py +0 -64
- tests/models/faostat2018/test_liveweightPerHead.py +0 -134
- tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -54
- tests/models/faostat2018/test_seed.py +0 -50
- tests/models/faostat2018/test_utils.py +0 -28
- tests/models/frischknechtEtAl2000/__init__.py +0 -0
- tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -138
- tests/models/geospatialDatabase/__init__.py +0 -0
- tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -27
- tests/models/geospatialDatabase/test_clayContent.py +0 -49
- tests/models/geospatialDatabase/test_croppingIntensity.py +0 -33
- tests/models/geospatialDatabase/test_drainageClass.py +0 -29
- tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -32
- tests/models/geospatialDatabase/test_ecoregion.py +0 -27
- tests/models/geospatialDatabase/test_erodibility.py +0 -29
- tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -29
- tests/models/geospatialDatabase/test_histosol.py +0 -33
- tests/models/geospatialDatabase/test_longFallowRatio.py +0 -33
- tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -29
- tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -43
- tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -19
- tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -30
- tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -20
- tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -20
- tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -29
- tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -20
- tests/models/geospatialDatabase/test_region.py +0 -27
- tests/models/geospatialDatabase/test_sandContent.py +0 -49
- tests/models/geospatialDatabase/test_siltContent.py +0 -37
- tests/models/geospatialDatabase/test_slope.py +0 -29
- tests/models/geospatialDatabase/test_slopeLength.py +0 -29
- tests/models/geospatialDatabase/test_soilPh.py +0 -43
- tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -20
- tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -29
- tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -20
- tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -43
- tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -29
- tests/models/geospatialDatabase/test_utils.py +0 -39
- tests/models/geospatialDatabase/test_waterDepth.py +0 -28
- tests/models/globalCropWaterModel2008/__init__.py +0 -0
- tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -84
- tests/models/haversineFormula/__init__.py +0 -0
- tests/models/haversineFormula/transport/__init__.py +0 -0
- tests/models/haversineFormula/transport/test_distance.py +0 -28
- tests/models/hestia/__init__.py +0 -0
- tests/models/hestia/test_aboveGroundCropResidue.py +0 -40
- tests/models/hestia/test_aboveGroundCropResidueTotal.py +0 -41
- tests/models/hestia/test_brackishWater.py +0 -32
- tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py +0 -34
- tests/models/hestia/test_coldCarcassWeightPerHead.py +0 -47
- tests/models/hestia/test_coldDressedCarcassWeightPerHead.py +0 -47
- tests/models/hestia/test_concentrateFeed.py +0 -52
- tests/models/hestia/test_cropResidueManagement.py +0 -53
- tests/models/hestia/test_croppingIntensity.py +0 -53
- tests/models/hestia/test_default_emissions.py +0 -32
- tests/models/hestia/test_default_resourceUse.py +0 -32
- tests/models/hestia/test_energyContentLowerHeatingValue.py +0 -40
- tests/models/hestia/test_excretaKgMass.py +0 -97
- tests/models/hestia/test_excretaKgN.py +0 -36
- tests/models/hestia/test_excretaKgVs.py +0 -36
- tests/models/hestia/test_feedConversionRatio.py +0 -64
- tests/models/hestia/test_flowingWater.py +0 -44
- tests/models/hestia/test_freshWater.py +0 -32
- tests/models/hestia/test_histosol.py +0 -24
- tests/models/hestia/test_inorganicFertiliser.py +0 -20
- tests/models/hestia/test_irrigatedTypeUnspecified.py +0 -59
- tests/models/hestia/test_landCover.py +0 -100
- tests/models/hestia/test_landCover_utils.py +0 -233
- tests/models/hestia/test_landOccupationDuringCycle.py +0 -75
- tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -30
- tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -29
- tests/models/hestia/test_liveAnimal.py +0 -64
- tests/models/hestia/test_longFallowRatio.py +0 -49
- tests/models/hestia/test_management.py +0 -80
- tests/models/hestia/test_materialsAndSubstrate.py +0 -49
- tests/models/hestia/test_milkYield.py +0 -58
- tests/models/hestia/test_netPrimaryProduction.py +0 -38
- tests/models/hestia/test_organicCarbonPerHa.py +0 -104
- tests/models/hestia/test_organicCarbonPerKgSoil.py +0 -34
- tests/models/hestia/test_organicCarbonPerM3Soil.py +0 -34
- tests/models/hestia/test_organicMatterPerKgSoil.py +0 -34
- tests/models/hestia/test_organicMatterPerM3Soil.py +0 -34
- tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py +0 -56
- tests/models/hestia/test_pastureGrass.py +0 -31
- tests/models/hestia/test_pastureSystem.py +0 -47
- tests/models/hestia/test_potentialEvapotranspirationAnnual.py +0 -32
- tests/models/hestia/test_potentialEvapotranspirationMonthly.py +0 -32
- tests/models/hestia/test_precipitationAnnual.py +0 -32
- tests/models/hestia/test_precipitationMonthly.py +0 -32
- tests/models/hestia/test_rainfallAnnual.py +0 -32
- tests/models/hestia/test_rainfallMonthly.py +0 -32
- tests/models/hestia/test_readyToCookWeightPerHead.py +0 -47
- tests/models/hestia/test_residueBurnt.py +0 -37
- tests/models/hestia/test_residueIncorporated.py +0 -48
- tests/models/hestia/test_residueLeftOnField.py +0 -37
- tests/models/hestia/test_residueRemoved.py +0 -32
- tests/models/hestia/test_salineWater.py +0 -32
- tests/models/hestia/test_seed_emissions.py +0 -27
- tests/models/hestia/test_slope.py +0 -23
- tests/models/hestia/test_slopeLength.py +0 -23
- tests/models/hestia/test_soilClassification.py +0 -72
- tests/models/hestia/test_soilMeasurement.py +0 -156
- tests/models/hestia/test_stockingDensityAnimalHousingAverage.py +0 -42
- tests/models/hestia/test_temperatureAnnual.py +0 -32
- tests/models/hestia/test_temperatureMonthly.py +0 -32
- tests/models/hestia/test_totalNitrogenPerKgSoil.py +0 -36
- tests/models/hestia/test_unknownPreSeasonWaterRegime.py +0 -36
- tests/models/hestia/test_waterDepth.py +0 -34
- tests/models/hestia/test_waterSalinity.py +0 -38
- tests/models/impact_assessment/__init__.py +0 -0
- tests/models/impact_assessment/post_checks/__init__.py +0 -0
- tests/models/impact_assessment/post_checks/test_cycle.py +0 -28
- tests/models/impact_assessment/post_checks/test_remove_cache_fields.py +0 -6
- tests/models/impact_assessment/post_checks/test_remove_no_value.py +0 -17
- tests/models/impact_assessment/post_checks/test_site.py +0 -28
- tests/models/impact_assessment/pre_checks/__init__.py +0 -0
- tests/models/impact_assessment/pre_checks/test_cycle.py +0 -39
- tests/models/impact_assessment/pre_checks/test_site.py +0 -37
- tests/models/impact_assessment/product/__init__.py +0 -0
- tests/models/impact_assessment/product/test_economicValueShare.py +0 -36
- tests/models/impact_assessment/product/test_value.py +0 -36
- tests/models/impact_assessment/test_allocationMethod.py +0 -48
- tests/models/impact_assessment/test_emissions.py +0 -31
- tests/models/impact_assessment/test_irrigated.py +0 -14
- tests/models/impact_assessment/test_oganic.py +0 -14
- tests/models/impact_assessment/test_post_checks.py +0 -11
- tests/models/impact_assessment/test_pre_checks.py +0 -11
- tests/models/ipcc2006/__init__.py +0 -0
- tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -36
- tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -48
- tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -45
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -53
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
- tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -68
- tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -45
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -55
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -43
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -55
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -55
- tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -23
- tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -23
- tests/models/ipcc2019/__init__.py +0 -0
- tests/models/ipcc2019/animal/__init__.py +0 -0
- tests/models/ipcc2019/animal/test_fatContent.py +0 -22
- tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -22
- tests/models/ipcc2019/animal/test_liveweightGain.py +0 -22
- tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -22
- tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -21
- tests/models/ipcc2019/animal/test_pastureGrass.py +0 -47
- tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -22
- tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -22
- tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -21
- tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -189
- tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -51
- tests/models/ipcc2019/test_belowGroundBiomass.py +0 -189
- tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -77
- tests/models/ipcc2019/test_biocharOrganicCarbonPerHa.py +0 -132
- tests/models/ipcc2019/test_biomass_utils.py +0 -115
- tests/models/ipcc2019/test_carbonContent.py +0 -119
- tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -60
- tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -199
- tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -83
- tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -25
- tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py +0 -62
- tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -120
- tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -118
- tests/models/ipcc2019/test_co2ToAirBiocharStockChange.py +0 -90
- tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -50
- tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -49
- tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py +0 -63
- tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -151
- tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -30
- tests/models/ipcc2019/test_croppingDuration.py +0 -55
- tests/models/ipcc2019/test_ligninContent.py +0 -119
- tests/models/ipcc2019/test_n2OToAirAquacultureSystemsIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningDirect.py +0 -46
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -50
- tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirFuelCombustionIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirNaturalVegetationBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicSoilBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py +0 -62
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAir_indirect_emissions_utils.py +0 -19
- tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -47
- tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -35
- tests/models/ipcc2019/test_nitrogenContent.py +0 -107
- tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -51
- tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -64
- tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -48
- tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -48
- tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -97
- tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -47
- tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -35
- tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -415
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +0 -465
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +0 -148
- tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -31
- tests/models/ipcc2019/test_pastureGrass.py +0 -68
- tests/models/ipcc2021/__init__.py +0 -0
- tests/models/ipcc2021/test_gwp100.py +0 -23
- tests/models/jarvisAndPain1994/__init__.py +0 -0
- tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -37
- tests/models/koble2014/__init__.py +0 -0
- tests/models/koble2014/test_cropResidueManagement.py +0 -19
- tests/models/koble2014/test_residueBurnt.py +0 -20
- tests/models/koble2014/test_residueLeftOnField.py +0 -21
- tests/models/koble2014/test_residueRemoved.py +0 -20
- tests/models/koble2014/test_utils.py +0 -52
- tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/linkedImpactAssessment/__init__.py +0 -0
- tests/models/linkedImpactAssessment/test_emissions.py +0 -22
- tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -23
- tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -23
- tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -25
- tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -25
- tests/models/pooreNemecek2018/__init__.py +0 -0
- tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -45
- tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -45
- tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -79
- tests/models/pooreNemecek2018/test_excretaKgN.py +0 -124
- tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -107
- tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -60
- tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -51
- tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -29
- tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -59
- tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -59
- tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -80
- tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -23
- tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -59
- tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -29
- tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -29
- tests/models/pooreNemecek2018/test_plantationDensity.py +0 -29
- tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -29
- tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -29
- tests/models/pooreNemecek2018/test_rotationDuration.py +0 -29
- tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -46
- tests/models/pooreNemecek2018/test_utils.py +0 -26
- tests/models/poschEtAl2008/__init__.py +0 -0
- tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -39
- tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -39
- tests/models/recipe2016Egalitarian/__init__.py +0 -0
- tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/__init__.py +0 -0
- tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/__init__.py +0 -0
- tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/schererPfister2015/__init__.py +0 -0
- tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -70
- tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -70
- tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -33
- tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -33
- tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -45
- tests/models/schmidt2007/__init__.py +0 -0
- tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -45
- tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_utils.py +0 -39
- tests/models/site/__init__.py +0 -0
- tests/models/site/measurement/__init__.py +0 -0
- tests/models/site/measurement/test_value.py +0 -41
- tests/models/site/post_checks/__init__.py +0 -0
- tests/models/site/post_checks/test_cache.py +0 -8
- tests/models/site/post_checks/test_country.py +0 -6
- tests/models/site/pre_checks/__init__.py +0 -0
- tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -22
- tests/models/site/pre_checks/test_cache_years.py +0 -25
- tests/models/site/pre_checks/test_country.py +0 -13
- tests/models/site/test_defaultMethodClassification.py +0 -24
- tests/models/site/test_defaultMethodClassificationDescription.py +0 -24
- tests/models/site/test_grouped_measurement.py +0 -20
- tests/models/stehfestBouwman2006/__init__.py +0 -0
- tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -22
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -20
- tests/models/test_cache_nodes.py +0 -31
- tests/models/test_cache_sites.py +0 -93
- tests/models/test_config.py +0 -170
- tests/models/test_emissionNotRelevant.py +0 -32
- tests/models/test_log.py +0 -128
- tests/models/test_resourceUseNotRelevant.py +0 -27
- tests/models/test_utils.py +0 -6
- tests/models/transformation/__init__.py +0 -0
- tests/models/transformation/input/__init__.py +0 -0
- tests/models/transformation/input/test_excreta.py +0 -49
- tests/models/transformation/input/test_max.py +0 -34
- tests/models/transformation/input/test_min.py +0 -34
- tests/models/transformation/input/test_properties.py +0 -34
- tests/models/transformation/input/test_sd.py +0 -34
- tests/models/transformation/input/test_value.py +0 -34
- tests/models/transformation/product/__init__.py +0 -0
- tests/models/transformation/product/test_excreta.py +0 -54
- tests/models/usetoxV2/__init__.py +0 -0
- tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -23
- tests/models/utils/__init__.py +0 -0
- tests/models/utils/test_array_builders.py +0 -314
- tests/models/utils/test_background_emissions.py +0 -13
- tests/models/utils/test_blank_node.py +0 -1081
- tests/models/utils/test_cache_sources.py +0 -21
- tests/models/utils/test_crop.py +0 -27
- tests/models/utils/test_cropResidue.py +0 -26
- tests/models/utils/test_cropResidueManagement.py +0 -24
- tests/models/utils/test_currency.py +0 -13
- tests/models/utils/test_dataCompleteness.py +0 -52
- tests/models/utils/test_ecoClimateZone.py +0 -152
- tests/models/utils/test_emission.py +0 -74
- tests/models/utils/test_feedipedia.py +0 -26
- tests/models/utils/test_impact_assessment.py +0 -48
- tests/models/utils/test_indicator.py +0 -26
- tests/models/utils/test_input.py +0 -88
- tests/models/utils/test_liveAnimal.py +0 -34
- tests/models/utils/test_measurement.py +0 -116
- tests/models/utils/test_practice.py +0 -24
- tests/models/utils/test_product.py +0 -73
- tests/models/utils/test_property.py +0 -24
- tests/models/utils/test_site.py +0 -70
- tests/models/utils/test_source.py +0 -42
- tests/models/utils/test_term.py +0 -115
- tests/models/utils/test_time_series.py +0 -88
- tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -79
- tests/orchestrator/__init__.py +0 -0
- tests/orchestrator/models/__init__.py +0 -0
- tests/orchestrator/models/emissions/__init__.py +0 -0
- tests/orchestrator/models/emissions/test_deleted.py +0 -21
- tests/orchestrator/models/test_transformations.py +0 -32
- tests/orchestrator/strategies/__init__.py +0 -0
- tests/orchestrator/strategies/merge/__init__.py +0 -0
- tests/orchestrator/strategies/merge/test_merge_append.py +0 -33
- tests/orchestrator/strategies/merge/test_merge_default.py +0 -7
- tests/orchestrator/strategies/merge/test_merge_list.py +0 -342
- tests/orchestrator/strategies/merge/test_merge_node.py +0 -95
- tests/orchestrator/strategies/run/__init__.py +0 -0
- tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -109
- tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -14
- tests/orchestrator/strategies/run/test_always.py +0 -5
- tests/orchestrator/test_models.py +0 -70
- tests/orchestrator/test_orchestrator.py +0 -27
- tests/orchestrator/test_utils.py +0 -109
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from pytest import mark
|
|
3
|
-
from unittest.mock import patch, Mock
|
|
4
|
-
|
|
5
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
6
|
-
from hestia_earth.models.environmentalFootprintV3_1.environmentalFootprintSingleOverallScore import (
|
|
7
|
-
TERM_ID, run, _should_run
|
|
8
|
-
)
|
|
9
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
10
|
-
|
|
11
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
12
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
methodModelEFV31 = {"@type": "Term", "@id": "environmentalFootprintV3-1"}
|
|
16
|
-
methodModelFantkeEtAl2016 = {"@type": "Term", "@id": "fantkeEtAl2016"}
|
|
17
|
-
methodModelfrischknechtEtAl2000 = {"@type": "Term", "@id": "frischknechtEtAl2000"}
|
|
18
|
-
|
|
19
|
-
ozone_indicator = {"@type": "Indicator",
|
|
20
|
-
"term": {"@id": "ozoneDepletionPotential", "termType": "characterisedIndicator"},
|
|
21
|
-
"value": 0,
|
|
22
|
-
"methodModel": {"@type": "Term", "@id": "edip2003"}}
|
|
23
|
-
|
|
24
|
-
other_valid_ozone_indicator = {"@type": "Indicator",
|
|
25
|
-
"term": {"@id": "ozoneDepletionPotential", "termType": "characterisedIndicator"},
|
|
26
|
-
"value": 0,
|
|
27
|
-
"methodModel": {"@type": "Term", "@id": "recipe2016Hierarchist"}}
|
|
28
|
-
acid_indicator = {
|
|
29
|
-
"@type": "Indicator",
|
|
30
|
-
"term": {"@id": "terrestrialAcidificationPotentialAccumulatedExceedance", "termType": "characterisedIndicator"},
|
|
31
|
-
"value": 0.000420443840380047,
|
|
32
|
-
"methodModel": {"@type": "Term", "@id": "poschEtAl2008"}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
bad_indicator_id = {"@type": "Indicator",
|
|
36
|
-
"term": {"@id": "no_a_real_id", "termType": "characterisedIndicator"},
|
|
37
|
-
"value": 0.000420443840380047,
|
|
38
|
-
"methodModel": methodModelEFV31
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
not_pef_indicator = {"@type": "Indicator",
|
|
42
|
-
"term": {"@id": "gwpStar", "termType": "characterisedIndicator"},
|
|
43
|
-
"value": 0.000420443840380047,
|
|
44
|
-
"methodModel": methodModelEFV31
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
bad_indicator_no_val = {"@type": "Indicator",
|
|
48
|
-
"term": {"@id": "damageToHumanHealthParticulateMatterFormation",
|
|
49
|
-
"termType": "characterisedIndicator"},
|
|
50
|
-
"methodModel": methodModelFantkeEtAl2016
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
bad_indicator_bad_val = {"@type": "Indicator",
|
|
54
|
-
"term": {"@id": "damageToHumanHealthParticulateMatterFormation",
|
|
55
|
-
"termType": "characterisedIndicator"},
|
|
56
|
-
"value": None,
|
|
57
|
-
"methodModel": methodModelFantkeEtAl2016
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
bad_indicator_no_method_model = {
|
|
61
|
-
"@type": "Indicator",
|
|
62
|
-
"term": {"@id": "terrestrialAcidificationPotentialAccumulatedExceedance", "termType": "characterisedIndicator"},
|
|
63
|
-
"value": 0.000420443840380047
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
ionising_radiation_indicator_radon = {
|
|
67
|
-
"@type": "Indicator",
|
|
68
|
-
"term": {"@id": "ionisingRadiationKbqU235Eq", "termType": "characterisedIndicator"},
|
|
69
|
-
"value": 0.11156637927360424,
|
|
70
|
-
"key": {"@id": "radon222"},
|
|
71
|
-
"methodModel": methodModelfrischknechtEtAl2000
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
ionising_radiation_indicator_plutonium238 = {
|
|
75
|
-
"@type": "Indicator",
|
|
76
|
-
"term": {"@id": "ionisingRadiationKbqU235Eq", "termType": "characterisedIndicator"},
|
|
77
|
-
"value": 8.567909489437642e-13,
|
|
78
|
-
"key": {"@id": "plutonium238"},
|
|
79
|
-
"methodModel": methodModelfrischknechtEtAl2000
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
@mark.parametrize(
|
|
84
|
-
"impacts, expected, num_inputs",
|
|
85
|
-
[
|
|
86
|
-
([], False, 0),
|
|
87
|
-
([bad_indicator_id], False, 0),
|
|
88
|
-
([not_pef_indicator], False, 0),
|
|
89
|
-
([bad_indicator_no_val], False, 0),
|
|
90
|
-
([bad_indicator_bad_val], False, 0),
|
|
91
|
-
([bad_indicator_no_method_model], False, 0),
|
|
92
|
-
([other_valid_ozone_indicator], False, 0),
|
|
93
|
-
([ozone_indicator], True, 1),
|
|
94
|
-
([ozone_indicator, ozone_indicator], False, 2),
|
|
95
|
-
([ozone_indicator, acid_indicator], True, 2),
|
|
96
|
-
([ozone_indicator, other_valid_ozone_indicator], True, 1),
|
|
97
|
-
([bad_indicator_no_val, acid_indicator], False, 1),
|
|
98
|
-
([ionising_radiation_indicator_radon, ionising_radiation_indicator_plutonium238], True, 2),
|
|
99
|
-
([ionising_radiation_indicator_radon, ionising_radiation_indicator_radon], False, 2),
|
|
100
|
-
],
|
|
101
|
-
ids=[
|
|
102
|
-
"No indicators => no run",
|
|
103
|
-
"bad_indicator_id => no run",
|
|
104
|
-
"not_pef_indicator => no run",
|
|
105
|
-
"bad_indicator_no_val => no run",
|
|
106
|
-
"bad_indicator_bad_val => no run",
|
|
107
|
-
"bad_indicator_no_method_model => no run",
|
|
108
|
-
"ozone_indicator not pef=> no run",
|
|
109
|
-
"ozone_indicator pef => run",
|
|
110
|
-
"2 ozone_indicator => no run",
|
|
111
|
-
"2 good indicators => run",
|
|
112
|
-
"2 ozone_indicator different methodModel => run with 1",
|
|
113
|
-
"one bad one good indicator => no run",
|
|
114
|
-
"multiple radiation indicators => run with 2",
|
|
115
|
-
"duplicate radiation indicators => no run",
|
|
116
|
-
]
|
|
117
|
-
)
|
|
118
|
-
def test_should_run(impacts, expected, num_inputs):
|
|
119
|
-
with open(f"{fixtures_folder}/impactassessment.jsonld", encoding='utf-8') as f:
|
|
120
|
-
impactassessment = json.load(f)
|
|
121
|
-
|
|
122
|
-
impactassessment['impacts'] = impacts
|
|
123
|
-
|
|
124
|
-
should_run, resources = _should_run(impactassessment)
|
|
125
|
-
assert should_run is expected
|
|
126
|
-
assert len(resources) == num_inputs
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
130
|
-
def test_run(_mocked_indicator: Mock, *args):
|
|
131
|
-
with open(f"{fixtures_folder}/impactassessment.jsonld", encoding='utf-8') as f:
|
|
132
|
-
impactassessment = json.load(f)
|
|
133
|
-
|
|
134
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
135
|
-
expected = json.load(f)
|
|
136
|
-
|
|
137
|
-
value = run(impactassessment)
|
|
138
|
-
assert value == expected
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch
|
|
3
|
-
|
|
4
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
5
|
-
from hestia_earth.models.environmentalFootprintV3_1.freshwaterEcotoxicityPotentialCtue import TERM_ID, run
|
|
6
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
7
|
-
|
|
8
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
9
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
with open(f"{fixtures_path}/impact_assessment/emissions/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
13
|
-
impact = json.load(f)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
17
|
-
def test_run(*args):
|
|
18
|
-
with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
|
|
19
|
-
cycle = json.load(f)
|
|
20
|
-
|
|
21
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
22
|
-
expected = json.load(f)
|
|
23
|
-
|
|
24
|
-
impact['cycle'] = cycle
|
|
25
|
-
value = run(impact)
|
|
26
|
-
assert value == expected
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch
|
|
3
|
-
|
|
4
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
5
|
-
from hestia_earth.models.environmentalFootprintV3_1.marineEutrophicationPotential import TERM_ID, run
|
|
6
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
7
|
-
|
|
8
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
9
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
13
|
-
def test_run(*args):
|
|
14
|
-
with open(f"{fixtures_folder}/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
15
|
-
impactassessment = json.load(f)
|
|
16
|
-
|
|
17
|
-
with open(f"{fixtures_folder}/region-world/result.jsonld", encoding='utf-8') as f:
|
|
18
|
-
expected = json.load(f)
|
|
19
|
-
|
|
20
|
-
value = run(impactassessment)
|
|
21
|
-
assert value == expected
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch
|
|
3
|
-
|
|
4
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
5
|
-
from hestia_earth.models.environmentalFootprintV3_1.photochemicalOzoneCreationPotentialHumanHealthNmvocEq import (
|
|
6
|
-
TERM_ID,
|
|
7
|
-
run,
|
|
8
|
-
)
|
|
9
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
10
|
-
|
|
11
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
12
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
16
|
-
def test_run(*args):
|
|
17
|
-
with open(
|
|
18
|
-
f"{fixtures_path}/impact_assessment/emissions/impact-assessment.jsonld",
|
|
19
|
-
encoding="utf-8",
|
|
20
|
-
) as f:
|
|
21
|
-
impact = json.load(f)
|
|
22
|
-
with open(f"{fixtures_folder}/emissions.jsonld", encoding="utf-8") as f:
|
|
23
|
-
emissions = json.load(f)
|
|
24
|
-
|
|
25
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding="utf-8") as f:
|
|
26
|
-
expected = json.load(f)
|
|
27
|
-
|
|
28
|
-
impact["emissionsResourceUse"] = emissions
|
|
29
|
-
value = run(impact)
|
|
30
|
-
assert value == expected
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
import os
|
|
3
|
-
from unittest.mock import patch
|
|
4
|
-
from pytest import mark
|
|
5
|
-
|
|
6
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
7
|
-
from hestia_earth.models.environmentalFootprintV3_1.scarcityWeightedWaterUse import TERM_ID, run
|
|
8
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
9
|
-
|
|
10
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
11
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
12
|
-
_folders = [d for d in os.listdir(fixtures_folder) if os.path.isdir(os.path.join(fixtures_folder, d))]
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@mark.parametrize("folder", _folders)
|
|
16
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
17
|
-
def test_run(mock_indicator, folder):
|
|
18
|
-
with open(f"{fixtures_folder}/{folder}/impactassessment.jsonld", encoding='utf-8') as f:
|
|
19
|
-
impactassessment = json.load(f)
|
|
20
|
-
|
|
21
|
-
expected = None
|
|
22
|
-
if os.path.exists(f"{fixtures_folder}/{folder}/result.jsonld"):
|
|
23
|
-
with open(f"{fixtures_folder}/{folder}/result.jsonld", encoding='utf-8') as f:
|
|
24
|
-
expected = json.load(f)
|
|
25
|
-
|
|
26
|
-
value = run(impactassessment)
|
|
27
|
-
assert value == expected, folder
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch
|
|
3
|
-
|
|
4
|
-
import pytest
|
|
5
|
-
|
|
6
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
7
|
-
from hestia_earth.models.environmentalFootprintV3_1.soilQualityIndexLandOccupation import TERM_ID, run, \
|
|
8
|
-
_should_run
|
|
9
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
10
|
-
|
|
11
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
12
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
13
|
-
|
|
14
|
-
crop_land = {"@id": "cropland", "termType": "landCover"}
|
|
15
|
-
sea_land_cover = {"@id": "seaOrOcean", "termType": "landCover"}
|
|
16
|
-
forest = {"@id": "forest", "termType": "landCover"}
|
|
17
|
-
|
|
18
|
-
wrong_indicator = {"term": {"@id": "NOT_landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"},
|
|
19
|
-
"value": 0.5, "landCover": crop_land}
|
|
20
|
-
|
|
21
|
-
indicator_no_land_cover = {
|
|
22
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"},
|
|
23
|
-
"value": 0.5}
|
|
24
|
-
|
|
25
|
-
indicator_no_unit = {"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse"},
|
|
26
|
-
"value": 0.5, "landCover": crop_land}
|
|
27
|
-
|
|
28
|
-
indicator_wrong_unit = {
|
|
29
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "ha*day"}, "value": 0.5,
|
|
30
|
-
"landCover": crop_land}
|
|
31
|
-
|
|
32
|
-
indicator_value_0 = {
|
|
33
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"}, "value": 0,
|
|
34
|
-
"landCover": crop_land}
|
|
35
|
-
|
|
36
|
-
inputs_production_indicator_no_cf = {
|
|
37
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"}, "value": 0.5,
|
|
38
|
-
"landCover": sea_land_cover}
|
|
39
|
-
|
|
40
|
-
good_inputs_production_indicator_cropland = {
|
|
41
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"}, "value": 0.5,
|
|
42
|
-
"landCover": crop_land}
|
|
43
|
-
|
|
44
|
-
good_inputs_production_indicator_forest = {
|
|
45
|
-
"term": {"@id": "landOccupationInputsProduction", "termType": "resourceUse", "units": "m2*year"}, "value": 0.5,
|
|
46
|
-
"landCover": forest}
|
|
47
|
-
|
|
48
|
-
good_during_cycle_indicator_cropland = {
|
|
49
|
-
"term": {"@id": "landOccupationDuringCycle", "termType": "resourceUse", "units": "m2*year"}, "value": 0.5,
|
|
50
|
-
"landCover": crop_land}
|
|
51
|
-
|
|
52
|
-
good_during_cycle_indicator_forest = {
|
|
53
|
-
"term": {"@id": "landOccupationDuringCycle", "termType": "resourceUse", "units": "m2*year"}, "value": 0.5,
|
|
54
|
-
"landCover": forest}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
@pytest.mark.parametrize(
|
|
58
|
-
"resources, expected, num_inputs",
|
|
59
|
-
[
|
|
60
|
-
([], False, 0),
|
|
61
|
-
([wrong_indicator], False, 0),
|
|
62
|
-
([indicator_no_land_cover], False, 0),
|
|
63
|
-
([indicator_no_unit], False, 0),
|
|
64
|
-
([indicator_wrong_unit], False, 0),
|
|
65
|
-
([indicator_value_0], True, 1),
|
|
66
|
-
([inputs_production_indicator_no_cf], True, 0),
|
|
67
|
-
([good_during_cycle_indicator_cropland], True, 1),
|
|
68
|
-
([good_during_cycle_indicator_cropland, good_inputs_production_indicator_forest], True, 2),
|
|
69
|
-
([good_during_cycle_indicator_cropland, inputs_production_indicator_no_cf], True, 1),
|
|
70
|
-
([good_during_cycle_indicator_cropland, good_during_cycle_indicator_forest,
|
|
71
|
-
good_inputs_production_indicator_forest, good_inputs_production_indicator_cropland], True, 4),
|
|
72
|
-
|
|
73
|
-
],
|
|
74
|
-
ids=["No emissionsResourceUse => no run",
|
|
75
|
-
"Wrong indicator termid => no run",
|
|
76
|
-
"Indicator no landcover terms => no run",
|
|
77
|
-
"Missing unit => no run",
|
|
78
|
-
"Wrong unit => no run",
|
|
79
|
-
"With 0 value => run",
|
|
80
|
-
"Input with no cf => run, empty input",
|
|
81
|
-
"One good input => run, 1 dict",
|
|
82
|
-
"Two good input => run, 2 dict",
|
|
83
|
-
"One good input and One with no CF => run, 2 dict",
|
|
84
|
-
"Multiple good indicators with same id => run, 4 dict",
|
|
85
|
-
]
|
|
86
|
-
)
|
|
87
|
-
def test_should_run(resources, expected, num_inputs):
|
|
88
|
-
with open(f"{fixtures_folder}/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
89
|
-
impactassessment = json.load(f)
|
|
90
|
-
|
|
91
|
-
impactassessment['emissionsResourceUse'] = resources
|
|
92
|
-
|
|
93
|
-
should_run, resources_with_cf = _should_run(impactassessment)
|
|
94
|
-
assert should_run is expected
|
|
95
|
-
assert len(resources_with_cf) == num_inputs
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
99
|
-
def test_run(*args):
|
|
100
|
-
with open(f"{fixtures_folder}/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
101
|
-
impact = json.load(f)
|
|
102
|
-
|
|
103
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
104
|
-
expected = json.load(f)
|
|
105
|
-
|
|
106
|
-
value = run(impact)
|
|
107
|
-
assert value == expected
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
111
|
-
def test_run_with_subclass_landcover(*args):
|
|
112
|
-
"""
|
|
113
|
-
Example data:
|
|
114
|
-
Country: Italy
|
|
115
|
-
Quantity in m2*year: 1
|
|
116
|
-
CF METHOD factor: 50.438
|
|
117
|
-
|
|
118
|
-
landCover field "plantationForest" should map to
|
|
119
|
-
Name Flow: "forest, intensive Land occupation"
|
|
120
|
-
"""
|
|
121
|
-
|
|
122
|
-
with open(f"{fixtures_folder}/plantationForest/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
123
|
-
impact = json.load(f)
|
|
124
|
-
with open(f"{fixtures_folder}/plantationForest/result.jsonld", encoding='utf-8') as f:
|
|
125
|
-
expected = json.load(f)
|
|
126
|
-
|
|
127
|
-
value = run(impact)
|
|
128
|
-
assert value == expected
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
132
|
-
def test_run_with_region_missing_data(*args):
|
|
133
|
-
"""
|
|
134
|
-
When given valid sub-region or country not in the lookup file should default to 'region-world'
|
|
135
|
-
"""
|
|
136
|
-
with open(f"{fixtures_folder}/default-region-world/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
137
|
-
impact = json.load(f)
|
|
138
|
-
|
|
139
|
-
with open(f"{fixtures_folder}/default-region-world/result.jsonld", encoding='utf-8') as f:
|
|
140
|
-
expected = json.load(f)
|
|
141
|
-
|
|
142
|
-
value = run(impact)
|
|
143
|
-
assert value == expected
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
147
|
-
def test_run_with_no_region(*args):
|
|
148
|
-
"""
|
|
149
|
-
When no location is specified, defaults to region world.
|
|
150
|
-
"""
|
|
151
|
-
with open(f"{fixtures_folder}/default-region-world/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
152
|
-
impact = json.load(f)
|
|
153
|
-
|
|
154
|
-
del impact['country']
|
|
155
|
-
|
|
156
|
-
with open(f"{fixtures_folder}/default-region-world/result.jsonld", encoding='utf-8') as f:
|
|
157
|
-
expected = json.load(f)
|
|
158
|
-
|
|
159
|
-
value = run(impact)
|
|
160
|
-
assert value == expected
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import Mock, patch
|
|
3
|
-
|
|
4
|
-
from pytest import mark
|
|
5
|
-
|
|
6
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
7
|
-
from hestia_earth.models.environmentalFootprintV3_1.soilQualityIndexLandTransformation import (
|
|
8
|
-
TERM_ID, run, _should_run
|
|
9
|
-
)
|
|
10
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
11
|
-
|
|
12
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
13
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
crop_land = {"@id": "cropland", "termType": "landCover"}
|
|
17
|
-
sea_land_cover = {"@id": "seaOrOcean", "termType": "landCover"}
|
|
18
|
-
forest = {"@id": "forest", "termType": "landCover"}
|
|
19
|
-
|
|
20
|
-
indicator_inputs_production = {
|
|
21
|
-
"@id": "landTransformation20YearAverageInputsProduction",
|
|
22
|
-
"termType": "resourceUse",
|
|
23
|
-
"units": "m2 / year"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
indicator_during_cycle = {
|
|
27
|
-
"@id": "landTransformation20YearAverageDuringCycle",
|
|
28
|
-
"termType": "resourceUse",
|
|
29
|
-
"units": "m2 / year"
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
wrong_indicator = {"term": {"@id": "NOT_VALID_INDICATOR_ID", "termType": "resourceUse", "units": "m2 / year"},
|
|
33
|
-
"value": 0.5, "landCover": crop_land, "previousLandCover": forest}
|
|
34
|
-
|
|
35
|
-
indicator_no_land_cover = {
|
|
36
|
-
"term": indicator_during_cycle,
|
|
37
|
-
"previousLandCover": forest,
|
|
38
|
-
"value": 0.5}
|
|
39
|
-
|
|
40
|
-
indicator_no_previous_land_cover = {
|
|
41
|
-
"term": indicator_during_cycle,
|
|
42
|
-
"landCover": crop_land,
|
|
43
|
-
"value": 0.5}
|
|
44
|
-
|
|
45
|
-
indicator_bad_area_value = {
|
|
46
|
-
"term": indicator_during_cycle,
|
|
47
|
-
"value": -10,
|
|
48
|
-
"previousLandCover": forest,
|
|
49
|
-
"landCover": crop_land}
|
|
50
|
-
|
|
51
|
-
indicator_zero_area_value = {
|
|
52
|
-
"term": indicator_during_cycle,
|
|
53
|
-
"value": 0,
|
|
54
|
-
"previousLandCover": forest,
|
|
55
|
-
"landCover": crop_land}
|
|
56
|
-
|
|
57
|
-
inputs_production_indicator_from_forest_to_no_cf = {
|
|
58
|
-
"term": indicator_inputs_production,
|
|
59
|
-
"value": 0.5,
|
|
60
|
-
"previousLandCover": forest,
|
|
61
|
-
"landCover": sea_land_cover}
|
|
62
|
-
|
|
63
|
-
during_cycle_indicator_from_forest_to_no_cf = {
|
|
64
|
-
"term": indicator_during_cycle,
|
|
65
|
-
"value": 0.5,
|
|
66
|
-
"previousLandCover": forest,
|
|
67
|
-
"landCover": sea_land_cover}
|
|
68
|
-
|
|
69
|
-
good_inputs_production_indicator_from_forest_to_cropland = {
|
|
70
|
-
"term": indicator_inputs_production,
|
|
71
|
-
"value": 0.5,
|
|
72
|
-
"previousLandCover": forest,
|
|
73
|
-
"landCover": crop_land}
|
|
74
|
-
|
|
75
|
-
good_inputs_production_indicator_from_forest_to_forest = {
|
|
76
|
-
"term": indicator_inputs_production,
|
|
77
|
-
"value": 0.5,
|
|
78
|
-
"previousLandCover": forest,
|
|
79
|
-
"landCover": forest}
|
|
80
|
-
|
|
81
|
-
good_during_cycle_indicator_from_forest_to_cropland = {
|
|
82
|
-
"term": indicator_during_cycle,
|
|
83
|
-
"value": 0.5,
|
|
84
|
-
"previousLandCover": forest,
|
|
85
|
-
"landCover": crop_land}
|
|
86
|
-
|
|
87
|
-
good_during_cycle_indicator_from_forest_to_forest = {
|
|
88
|
-
"term": indicator_during_cycle,
|
|
89
|
-
"value": 0.5,
|
|
90
|
-
"previousLandCover": forest,
|
|
91
|
-
"landCover": forest}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
@mark.parametrize(
|
|
95
|
-
"test_name, resources, expected, num_inputs",
|
|
96
|
-
[
|
|
97
|
-
("No emissionsResourceUse => no run, 0 dict", [], False, 0),
|
|
98
|
-
("Wrong indicator termid => no run, 0 dict", [wrong_indicator], False, 0),
|
|
99
|
-
("Indicator no landcover terms => no run", [indicator_no_land_cover], False, 0),
|
|
100
|
-
("Indicator no previousLandCover terms => no run", [indicator_no_previous_land_cover], False, 0),
|
|
101
|
-
("Bad m2 / year area value => no run", [indicator_bad_area_value], False, 0),
|
|
102
|
-
("One good and one Bad m2 / year area value => no run", [
|
|
103
|
-
good_during_cycle_indicator_from_forest_to_cropland,
|
|
104
|
-
indicator_bad_area_value], False, 1),
|
|
105
|
-
("One 0 m2 / year area value => filter and run, 0 dict", [indicator_zero_area_value], True, 1),
|
|
106
|
-
("One good during cycle transformation => run, 1 dict", [good_during_cycle_indicator_from_forest_to_cropland
|
|
107
|
-
], True, 1),
|
|
108
|
-
("One 0 during cycle transformation => run, 1 dict", [good_during_cycle_indicator_from_forest_to_forest
|
|
109
|
-
], True, 1),
|
|
110
|
-
("Only one good inputs production transformation => no run", [
|
|
111
|
-
good_inputs_production_indicator_from_forest_to_cropland], False, 1),
|
|
112
|
-
("Good during cycle AND inputs production transformation => run, 2 dict", [
|
|
113
|
-
good_during_cycle_indicator_from_forest_to_cropland,
|
|
114
|
-
good_inputs_production_indicator_from_forest_to_cropland], True, 2),
|
|
115
|
-
("One 0 inputs production transformation => no run", [
|
|
116
|
-
good_inputs_production_indicator_from_forest_to_forest], False, 1),
|
|
117
|
-
("Good during cycle AND inputs production 0 transformation => run, 2 dict", [
|
|
118
|
-
good_during_cycle_indicator_from_forest_to_cropland,
|
|
119
|
-
good_inputs_production_indicator_from_forest_to_forest], True, 2),
|
|
120
|
-
("One transformation with no CF (ocean) => run, 0 dict", [during_cycle_indicator_from_forest_to_no_cf
|
|
121
|
-
], True, 0),
|
|
122
|
-
("One good from transformation and One with no CF (ocean) => run, 1 dict", [
|
|
123
|
-
good_inputs_production_indicator_from_forest_to_cropland,
|
|
124
|
-
during_cycle_indicator_from_forest_to_no_cf], True, 1),
|
|
125
|
-
("Multiple good indicators => run, 2 dict", [good_inputs_production_indicator_from_forest_to_cropland,
|
|
126
|
-
good_during_cycle_indicator_from_forest_to_cropland], True, 2),
|
|
127
|
-
("One good, one wrong indicator => filter and run, 1 dict", [
|
|
128
|
-
good_during_cycle_indicator_from_forest_to_cropland,
|
|
129
|
-
wrong_indicator], True, 1),
|
|
130
|
-
]
|
|
131
|
-
)
|
|
132
|
-
def test_should_run(test_name: str, resources: list, expected: bool, num_inputs: int):
|
|
133
|
-
with open(f"{fixtures_folder}/multipleTransformations/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
134
|
-
impact = json.load(f)
|
|
135
|
-
|
|
136
|
-
impact['emissionsResourceUse'] = resources
|
|
137
|
-
|
|
138
|
-
should_run, resources_with_cf = _should_run(impact)
|
|
139
|
-
assert should_run is expected
|
|
140
|
-
assert len(resources_with_cf) == num_inputs
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
144
|
-
def test_run(*args):
|
|
145
|
-
with open(f"{fixtures_folder}/multipleTransformations/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
146
|
-
impact = json.load(f)
|
|
147
|
-
|
|
148
|
-
with open(f"{fixtures_folder}/multipleTransformations/result.jsonld", encoding='utf-8') as f:
|
|
149
|
-
expected = json.load(f)
|
|
150
|
-
|
|
151
|
-
value = run(impact)
|
|
152
|
-
assert value == expected
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
156
|
-
def test_run_italy(*args):
|
|
157
|
-
with open(f"{fixtures_folder}/Italy/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
158
|
-
impact = json.load(f)
|
|
159
|
-
|
|
160
|
-
with open(f"{fixtures_folder}/Italy/result.jsonld", encoding='utf-8') as f:
|
|
161
|
-
expected = json.load(f)
|
|
162
|
-
|
|
163
|
-
value = run(impact)
|
|
164
|
-
assert value == expected
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
@mark.parametrize(
|
|
168
|
-
"added_data",
|
|
169
|
-
[
|
|
170
|
-
{"country": {}},
|
|
171
|
-
{"country": {"@id": "region-europe", "@type": "Term", "name": "Europe"}},
|
|
172
|
-
],
|
|
173
|
-
ids=["No country/region => default to region world",
|
|
174
|
-
"region-europe not in the lookup file => default to region world"]
|
|
175
|
-
)
|
|
176
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
177
|
-
def test_run_with_country_fallback(mocked_indicator: Mock, added_data: dict):
|
|
178
|
-
with open(f"{fixtures_folder}/multipleTransformations/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
179
|
-
impact = json.load(f)
|
|
180
|
-
|
|
181
|
-
impact = impact | added_data
|
|
182
|
-
|
|
183
|
-
value = run(impact)
|
|
184
|
-
assert value['value'] == 575
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch
|
|
3
|
-
|
|
4
|
-
from pytest import mark
|
|
5
|
-
|
|
6
|
-
from hestia_earth.models.environmentalFootprintV3_1 import MODEL_FOLDER
|
|
7
|
-
from hestia_earth.models.environmentalFootprintV3_1.soilQualityIndexTotalLandUseEffects import TERM_ID, run, _should_run
|
|
8
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
9
|
-
|
|
10
|
-
class_path = f"hestia_earth.models.{MODEL_FOLDER}.{TERM_ID}"
|
|
11
|
-
fixtures_folder = f"{fixtures_path}/{MODEL_FOLDER}/{TERM_ID}"
|
|
12
|
-
|
|
13
|
-
transform_indicator = {
|
|
14
|
-
"term": {
|
|
15
|
-
"@id": "soilQualityIndexLandTransformation",
|
|
16
|
-
"termType": "characterisedIndicator",
|
|
17
|
-
},
|
|
18
|
-
"value": 10,
|
|
19
|
-
}
|
|
20
|
-
occupation_indicator = {
|
|
21
|
-
"term": {
|
|
22
|
-
"@id": "soilQualityIndexLandOccupation",
|
|
23
|
-
"termType": "characterisedIndicator",
|
|
24
|
-
},
|
|
25
|
-
"value": 10,
|
|
26
|
-
}
|
|
27
|
-
missing_value_indicator = {
|
|
28
|
-
"term": {
|
|
29
|
-
"@id": "soilQualityIndexLandOccupation",
|
|
30
|
-
"termType": "characterisedIndicator",
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
bad_value_indicator = {
|
|
34
|
-
"term": {
|
|
35
|
-
"@id": "soilQualityIndexLandOccupation",
|
|
36
|
-
"termType": "characterisedIndicator",
|
|
37
|
-
},
|
|
38
|
-
"value": "42",
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
@mark.parametrize(
|
|
43
|
-
"impacts, expected, num_expected",
|
|
44
|
-
[
|
|
45
|
-
([], False, 0),
|
|
46
|
-
([transform_indicator], False, 1),
|
|
47
|
-
([transform_indicator, transform_indicator], False, 2),
|
|
48
|
-
([transform_indicator, missing_value_indicator], False, 2),
|
|
49
|
-
([transform_indicator, bad_value_indicator], False, 2),
|
|
50
|
-
([transform_indicator, occupation_indicator], True, 2),
|
|
51
|
-
([occupation_indicator], False, 1),
|
|
52
|
-
([occupation_indicator, occupation_indicator, occupation_indicator,
|
|
53
|
-
transform_indicator, transform_indicator], True, 5),
|
|
54
|
-
],
|
|
55
|
-
ids=["Empty", "missing obligatory occupation", "duplicate entry", "no value in entry", "bad value in entry",
|
|
56
|
-
"correct assessment", "just occupation", "multiple occupations and transformations"]
|
|
57
|
-
)
|
|
58
|
-
def test_should_run(impacts, expected, num_expected):
|
|
59
|
-
with open(f"{fixtures_folder}/impactassessment.jsonld", encoding='utf-8') as f:
|
|
60
|
-
impactassessment = json.load(f)
|
|
61
|
-
|
|
62
|
-
impactassessment['impacts'] = impacts
|
|
63
|
-
|
|
64
|
-
should_run, indicators = _should_run(impactassessment)
|
|
65
|
-
assert should_run is expected
|
|
66
|
-
assert len(indicators) is num_expected
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
70
|
-
def test_run(*args):
|
|
71
|
-
with open(f"{fixtures_folder}/impactassessment.jsonld", encoding='utf-8') as f:
|
|
72
|
-
impactassessment = json.load(f)
|
|
73
|
-
|
|
74
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
75
|
-
expected = json.load(f)
|
|
76
|
-
|
|
77
|
-
value = run(impactassessment)
|
|
78
|
-
assert value == expected
|
tests/models/epa2014/__init__.py
DELETED
|
File without changes
|