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,11 +1,10 @@
|
|
|
1
|
-
hestia_earth/__init__.py,sha256=
|
|
2
|
-
hestia_earth/models/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
|
|
1
|
+
hestia_earth/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
2
|
hestia_earth/models/cache_nodes.py,sha256=wJj3IrxGlZ1Ro7mWZe3ad5yeWzBtroJoaKuvK2FFTrw,5449
|
|
4
3
|
hestia_earth/models/cache_sites.py,sha256=0TK08ewVobQkXQ-qph_uB_mfoOhEqcPr4KKwlPWgUKs,6439
|
|
5
4
|
hestia_earth/models/log.py,sha256=8rZGVAztD5Cy-w9MJWVN7U3pKyxuYHTYnrtn_LmGebI,6524
|
|
6
5
|
hestia_earth/models/preload_requests.py,sha256=-eb4TA4m-A4bLcdAwbKqr3TIsDteVSXhJGCp95mQCew,2504
|
|
7
|
-
hestia_earth/models/requirements.py,sha256=
|
|
8
|
-
hestia_earth/models/version.py,sha256=
|
|
6
|
+
hestia_earth/models/requirements.py,sha256=zo8-3JuGOF3tPqdA5fjzfz27YCggXf31e0vM5UMgt5g,17338
|
|
7
|
+
hestia_earth/models/version.py,sha256=naKG2iisQ2B5ED0ueMi3ppmSlGC0M6kJGExqIhe_eG8,19
|
|
9
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
|
10
9
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=FraWAl06a8OSqbAiHYYLv9e4fYZkVw42S9wikfjeTdw,4377
|
|
11
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=qRkDqpEt3WwleMfHdxMi2nezLmCAxa1TlJZ0IPHDTtI,2584
|
|
@@ -17,17 +16,17 @@ hestia_earth/models/akagiEtAl2011/pm25ToAirCropResidueBurning.py,sha256=88LaJnez
|
|
|
17
16
|
hestia_earth/models/akagiEtAl2011/so2ToAirCropResidueBurning.py,sha256=hoymFUx3TxzwhlOV65RzOx43IK-CGM8jYfWLH6ibHNo,791
|
|
18
17
|
hestia_earth/models/akagiEtAl2011/utils.py,sha256=yKNjfaT0WJByju1fZ7fNDEpDhqa0Xlc7G0uAqzmK83g,1776
|
|
19
18
|
hestia_earth/models/aware/__init__.py,sha256=F8XRo9nRiX-fHAqyeMARYtFmJWRPs-hnIaCiHcZhyMw,406
|
|
20
|
-
hestia_earth/models/aware/scarcityWeightedWaterUse.py,sha256=
|
|
19
|
+
hestia_earth/models/aware/scarcityWeightedWaterUse.py,sha256=B-Jb9_HfThgrLKeDRGmeLK6WTuhmt-TFHrRV3TQEKC0,3949
|
|
21
20
|
hestia_earth/models/aware2_0/__init__.py,sha256=eAVMFlxXvbFGsn9qDZV4ZXthQjVe92JUMh_pNPh1B30,455
|
|
22
|
-
hestia_earth/models/aware2_0/scarcityWeightedWaterUse.py,sha256=
|
|
21
|
+
hestia_earth/models/aware2_0/scarcityWeightedWaterUse.py,sha256=T2gkWv2X1eZr3w9nXbvLAEC8SZPBywidSswXtBuLj-g,3990
|
|
23
22
|
hestia_earth/models/chaudharyBrooks2018/__init__.py,sha256=LKxQu7-6gyWPpdXaYHDTawzsBNm7CpDrk98I5_TTLhA,420
|
|
24
23
|
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py,sha256=w1ehHhSYBOspZwTRztzXQ49MX7S7ySoASSAas4k2lgk,3868
|
|
25
24
|
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py,sha256=zCyjteBsVwd7N2t-bDm20qga63lT6wWIQsRn3jQBLLo,3321
|
|
26
25
|
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=P5UhRnBCCQ_4y4Xbo8Vqnv9rfE7ih9JGSTL_Yr_Om4A,2594
|
|
27
|
-
hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=
|
|
26
|
+
hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=u_HV5Ej6uQRPT9QJ_lwsXaAy4dyqZYXceNgwkGnsxh0,1712
|
|
28
27
|
hestia_earth/models/cml2001Baseline/__init__.py,sha256=0uGrCKDNUH-MUkpvts9MyPMnZKao-M03gU8uKquUozQ,416
|
|
29
|
-
hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=
|
|
30
|
-
hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=
|
|
28
|
+
hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=Jl2InnbNz7AumDTio2MR40P8zvjoBtxNRhAs8GdwB6w,4669
|
|
29
|
+
hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=NvBRfquxLIGCNRuzq59H6r9DfRbdS7wAiMPAZ8RtkAc,5183
|
|
31
30
|
hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py,sha256=GIwX-eiO3RIGBrJjRU9i5grNDtHmFwNyhGsFoMdb5Qc,1031
|
|
32
31
|
hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py,sha256=09Otgh_5_x05UrQ6LztDOLF5iRh-mn-5zsjtis8Un44,5212
|
|
33
32
|
hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py,sha256=azNsUDaeZ5WLS8F24sVWyBAzZKFQtim1pkGqUJN4OLU,1232
|
|
@@ -105,13 +104,13 @@ hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py,sha256
|
|
|
105
104
|
hestia_earth/models/ecoalimV9/__init__.py,sha256=_evwL-DZejYohms9PUi4TNqLic44-UbOzw178wak7Pk,410
|
|
106
105
|
hestia_earth/models/ecoalimV9/cycle.py,sha256=XSVxQ3_297HpbqBEjF6YRKQZkTED2NbslCLcSbOB8FY,5525
|
|
107
106
|
hestia_earth/models/ecoalimV9/impact_assessment.py,sha256=t0LU31qmNzYMF79OnxQwsobgNdf5y8dALJ0aRHR8yL8,5135
|
|
108
|
-
hestia_earth/models/ecoalimV9/utils.py,sha256=
|
|
107
|
+
hestia_earth/models/ecoalimV9/utils.py,sha256=rApwXO1vb2hChfYLJRQtWaSVSjkm3jD-Q7WPCPWNaXI,3053
|
|
109
108
|
hestia_earth/models/ecoinventV3/__init__.py,sha256=ucIV9cYq4nH-BTMiDerL6_XvTAGlyU8On-2RnxJRghc,412
|
|
110
109
|
hestia_earth/models/ecoinventV3/cycle.py,sha256=JHuXNqIg2tjcToO2KyEfe8t6U74yln4mHh2RIwTE6kc,5327
|
|
111
|
-
hestia_earth/models/ecoinventV3/utils.py,sha256=
|
|
110
|
+
hestia_earth/models/ecoinventV3/utils.py,sha256=TR21XpmHW8FlYnVY_RLKDYvv3OF0QUdg39VJB5qJFu0,1359
|
|
112
111
|
hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py,sha256=EQf8RtJQKpkOU0PqZA9qNYm8xzc0S2R1zWnXSvj02Ok,427
|
|
113
112
|
hestia_earth/models/ecoinventV3AndEmberClimate/cycle.py,sha256=EutXX72VbC8czBe7cMXo3Lr3WMy9m0oLT_0e39wSS0I,5921
|
|
114
|
-
hestia_earth/models/ecoinventV3AndEmberClimate/utils.py,sha256=
|
|
113
|
+
hestia_earth/models/ecoinventV3AndEmberClimate/utils.py,sha256=6sxSAq8_TvZgN2VZyILOgl5YeISdN9Lj9UUMCH9aNuw,1115
|
|
115
114
|
hestia_earth/models/edip2003/__init__.py,sha256=nyB0CI2gNmRAXj-203aJHQMmETYhcY-dHbMABOhJ7YI,409
|
|
116
115
|
hestia_earth/models/edip2003/ozoneDepletionPotential.py,sha256=GF9IeaZ_fC9HMYy5GT4gk67RQZLZrdoBZmEdmEgAiYI,908
|
|
117
116
|
hestia_earth/models/emepEea2019/__init__.py,sha256=l90-pWrqIzt1ap1WNk0gF4iZeF5_TSG62hE83bIi4rQ,412
|
|
@@ -127,14 +126,14 @@ hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py,sha256=IzGQrRv9Pk0o1Vq
|
|
|
127
126
|
hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py,sha256=uJWbJJ2LK-DKLLwJJpJigkMy79xR-Q4nZpY7gthP-Mg,814
|
|
128
127
|
hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py,sha256=TaT5GyYK6MyJQHKApBe-u4fMjqXXdmuBEtUcRYnkhac,1381
|
|
129
128
|
hestia_earth/models/emepEea2019/utils.py,sha256=avwNzVQKUgFDq-XyqVrGHiJG5WBrfxGfU94yKPz6TzQ,2947
|
|
130
|
-
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=
|
|
129
|
+
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=XnuL1CBeAYpi-Uor8oAWGJd40Em5vCBd0h3Uk35vP90,3003
|
|
131
130
|
hestia_earth/models/environmentalFootprintV3_1/__init__.py,sha256=tF2WrWiV1Wzi2vnRiNXdfPWfmVxgVu9w9-7eA6PA7-s,473
|
|
132
|
-
hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py,sha256=
|
|
131
|
+
hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py,sha256=40EXgdbmKcK8Nr9iCJ8VIGWVFKklO8t0aUvmmEkbmlo,5812
|
|
133
132
|
hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py,sha256=XEOu4Vp-70B5KZU0gobHcN5d3R97YsEsfq-lwqvkek0,793
|
|
134
133
|
hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py,sha256=LismaHPP9r3-F6KxvhYioNkVkjrkLbBSNQxClaiVXbk,938
|
|
135
134
|
hestia_earth/models/environmentalFootprintV3_1/photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py,sha256=d5dc-vHVH-TplFp9tHvSPfUYOQ1pZ42ytJdLazMEJSs,976
|
|
136
135
|
hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py,sha256=BU9vPhGmi8iH96QhJvgFLMtoMj2hlpDeeQaxYht6Ky0,1181
|
|
137
|
-
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py,sha256=
|
|
136
|
+
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py,sha256=g5-l1ECVbglR7pGM2EXIj8dNyT8xShVFhYNDMJpgJfc,4556
|
|
138
137
|
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py,sha256=GDvXgerWi4gFWoXIiAMkyg7Y0GHpjWDBN98X3tObXyk,6461
|
|
139
138
|
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py,sha256=frUVpag2j24bPhV3zoGHmJS7Mhof2n2OldfepCMF2m8,2999
|
|
140
139
|
hestia_earth/models/epa2014/__init__.py,sha256=ckGf_6X7CCzI_18OqchEkuJAXKXM1x7V53u480ckknM,408
|
|
@@ -147,11 +146,11 @@ hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py,sha256=2WqIFx
|
|
|
147
146
|
hestia_earth/models/faostat2018/liveweightPerHead.py,sha256=y0_3A_D_biQ9QOhCwxDtfV85tiZhEMiXMZ_igMsd1iI,5175
|
|
148
147
|
hestia_earth/models/faostat2018/readyToCookWeightPerHead.py,sha256=obJLPV8GgG2lEhLqg9RrJLSFPzbasXJnmzHnwkpW7O0,3131
|
|
149
148
|
hestia_earth/models/faostat2018/seed.py,sha256=hcTExLIB6BdPYX2fZItdRGmiLsKaUblXoh8N1VX3CtY,2745
|
|
150
|
-
hestia_earth/models/faostat2018/utils.py,sha256
|
|
149
|
+
hestia_earth/models/faostat2018/utils.py,sha256=RFzVEjExbenP25ablpVHmzJ4ISEau2KnvU-EPFc5EGQ,8034
|
|
151
150
|
hestia_earth/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
151
|
hestia_earth/models/faostat2018/product/price.py,sha256=w06-xidplqBzWvOUJHqX9Ati9PsBvXrKHQTNygZbQ3g,7849
|
|
153
152
|
hestia_earth/models/frischknechtEtAl2000/__init__.py,sha256=Fixyy9UwoCGP5-MHyJu_ctS40SQ2imfvZo8a547029U,421
|
|
154
|
-
hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py,sha256=
|
|
153
|
+
hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py,sha256=tFL0ctuLxhqdfWgfMA4dWnbXGesKDmrBe5dntCh-iTg,4391
|
|
155
154
|
hestia_earth/models/geospatialDatabase/__init__.py,sha256=TH-FW3aoL7r1GquRChr7rde7uQonKQRDR00udG8tDrQ,957
|
|
156
155
|
hestia_earth/models/geospatialDatabase/altitude.py,sha256=uv0BS86s7nRWxGgA0NzX05OijuVB0TQ11_dMIGq-oFg,1998
|
|
157
156
|
hestia_earth/models/geospatialDatabase/awareWaterBasinId.py,sha256=Yjr8Oe5rdg_WaUVj78rE596wCQosbOvUI8TLZY2wNO4,1261
|
|
@@ -159,7 +158,7 @@ hestia_earth/models/geospatialDatabase/awareWaterBasinId_v1.py,sha256=xuUD-isJSD
|
|
|
159
158
|
hestia_earth/models/geospatialDatabase/clayContent.py,sha256=ikIr8Y03N-Q-M_d_L08c4VqSLsIxW4-ClRat6e9Qe1o,3381
|
|
160
159
|
hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=fD1pV2C1u9wtvQ2ju-wOcsdKTtSCszF-cpdVjB3MJKg,2442
|
|
161
160
|
hestia_earth/models/geospatialDatabase/drainageClass.py,sha256=WLks2U0Nm05rSEk0rCh5cWS8e_5IlbzVrWyeTYDA-5Q,1898
|
|
162
|
-
hestia_earth/models/geospatialDatabase/ecoClimateZone.py,sha256=
|
|
161
|
+
hestia_earth/models/geospatialDatabase/ecoClimateZone.py,sha256=yWYmeasZ9MYKufe0xU4IwL_UD41zWB3KB4Kb825Is2g,2607
|
|
163
162
|
hestia_earth/models/geospatialDatabase/ecoregion.py,sha256=Hr2zJd-KGmOB5PU6nAbTtnUDWMBwhFOUf8PwT-lcPis,1206
|
|
164
163
|
hestia_earth/models/geospatialDatabase/erodibility.py,sha256=hSgfsbcsNfjJQhpGDHQuRtLg2PSpOiYH6hC8SDfpFoM,1826
|
|
165
164
|
hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py,sha256=dGVjdW_KUdNfdcPBVgVqtIDbkVmGBzHGyZt-n9He35o,1939
|
|
@@ -213,13 +212,13 @@ hestia_earth/models/hestia/histosol.py,sha256=-CwOFOVexQpPyZcqGjU0fe5aI7oxlw945b
|
|
|
213
212
|
hestia_earth/models/hestia/inorganicFertiliser.py,sha256=S0LyeoWfczSllGu6js6BORV5vMsWWJwmynrWgUz_aBY,8639
|
|
214
213
|
hestia_earth/models/hestia/irrigatedTypeUnspecified.py,sha256=3qKc7lUOfwiCEfM0MALih3UCAWFnWiHwHk7ocxxF7O0,1855
|
|
215
214
|
hestia_earth/models/hestia/landCover.py,sha256=eg43qTmsKiraPFwfgtHGScJHt_pCNtakc_iurKkUqwo,11914
|
|
216
|
-
hestia_earth/models/hestia/landCover_utils.py,sha256=
|
|
215
|
+
hestia_earth/models/hestia/landCover_utils.py,sha256=AuweviNusRJqCKPSwKXwHNE_HSTswNaCW0sBkdDZ4f4,29528
|
|
217
216
|
hestia_earth/models/hestia/landOccupationDuringCycle.py,sha256=76TbZrSVxEArozUA5Bg6MY5e8UVN5cR4yb3J-DwYEbE,8975
|
|
218
217
|
hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py,sha256=Bd8rD4ioiXvlKCTtYva_Cj3yqIgi2ykeVmCDtjgeY4A,1202
|
|
219
218
|
hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py,sha256=yWbnkjvV87M8lUcSR5nxJGunX3Ne3wdVvBMR2b1K_Sc,1200
|
|
220
219
|
hestia_earth/models/hestia/liveAnimal.py,sha256=LhPlAJUVFDwUlKMLaznFidgc8woD4kAeUSUMXlg3fRI,3872
|
|
221
220
|
hestia_earth/models/hestia/longFallowRatio.py,sha256=MymOuWbYSupb-awCwTd3QZ2wm2u-FCRfYrgJof3l_k0,1589
|
|
222
|
-
hestia_earth/models/hestia/management.py,sha256=
|
|
221
|
+
hestia_earth/models/hestia/management.py,sha256=kyS3ZRqL7VtD41QWXyssd8cyoM5AnexeV-3jsDHyeQc,14173
|
|
223
222
|
hestia_earth/models/hestia/materialAndSubstrate.py,sha256=rj863BlK9CfOOGbCn_7b1hh3MCcdg2YDuQL8lAYd5XU,5126
|
|
224
223
|
hestia_earth/models/hestia/milkYield.py,sha256=YX0lYDxRl_jp4yzWbJUni12I1WzE-Jepm5kr8doiOmo,5125
|
|
225
224
|
hestia_earth/models/hestia/netPrimaryProduction.py,sha256=j9BkWxDzxhPhRlbClTw9a7CtLLkZqs7uYICHBhE76SM,1866
|
|
@@ -244,7 +243,7 @@ hestia_earth/models/hestia/residueLeftOnField.py,sha256=YKTb_FLcBfHGvnjBf7IC6XvI
|
|
|
244
243
|
hestia_earth/models/hestia/residueRemoved.py,sha256=zCGIfdC1DE51rkvK5uUSYxw6jTWI9ahEsrbFRTabIq8,4933
|
|
245
244
|
hestia_earth/models/hestia/resourceUse_utils.py,sha256=fWdK9EnXy3kTHEG1rR7rUk6VyWhNJo4yUztpVShp-qk,7036
|
|
246
245
|
hestia_earth/models/hestia/salineWater.py,sha256=6P0L24tD0-r4VoFt0Uh8djiMgtivGAePXmHlT0zJPUI,1266
|
|
247
|
-
hestia_earth/models/hestia/seed_emissions.py,sha256=
|
|
246
|
+
hestia_earth/models/hestia/seed_emissions.py,sha256=PMcCx6EBcebIQrQy1NuGSHXvh3IHrpqMJh2vvs4mJKY,12428
|
|
248
247
|
hestia_earth/models/hestia/slope.py,sha256=2LdcRvRecUkwmlGVqWBQIeaYfRMvsSWKfS9hWvV_DbU,1160
|
|
249
248
|
hestia_earth/models/hestia/slopeLength.py,sha256=-EK4Kwh2MwFqdRyDWNl4O6zoA4Dz7QcD0RwdlTTaC_E,1166
|
|
250
249
|
hestia_earth/models/hestia/soilClassification.py,sha256=HUYqlxHslS1UjBizEynR3iiQLZaESQNNf08wic_PIFc,9852
|
|
@@ -307,8 +306,8 @@ hestia_earth/models/ipcc2019/biomass_utils.py,sha256=NkTPGMl-0tqvhUZKZ1rxW0XTBnZ
|
|
|
307
306
|
hestia_earth/models/ipcc2019/burning_utils.py,sha256=uq3ndASMuyMjDZLCqIcIRo2gHZnh0yi01HnLWhleaTA,1822
|
|
308
307
|
hestia_earth/models/ipcc2019/carbonContent.py,sha256=XhXDu6DRQxANBsRsCEgw4f0UJDOgWsvhVyEwK1-4YT0,7263
|
|
309
308
|
hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=n1hG-p67BTXkJATvX1em6255WY0mJxk7SojzBwebtnQ,3385
|
|
310
|
-
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=
|
|
311
|
-
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=
|
|
309
|
+
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=hVdx6atBXrnAyOnsBwxnT4u84L6hyF-yuLtVhme0MLI,12130
|
|
310
|
+
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=Sox2nY1f0_tDrqmv_lFeCruXt89HsrYP9afRAJ-wRXE,6491
|
|
312
311
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=3173-WEI_4TpvPdl55VNpmXANPoM92o8hTqcGidj7ds,9979
|
|
313
312
|
hestia_earth/models/ipcc2019/ch4ToAirOrganicSoilCultivation.py,sha256=0NX2SGFVXcT2bi-icSc-AiscLI2QqgVsOmWV05nOHpM,9552
|
|
314
313
|
hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=bt9JoG68MBg-u4tw_H7UdpOKj6MMz4QWLEa3ooerghw,4174
|
|
@@ -345,7 +344,7 @@ hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=
|
|
|
345
344
|
hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=BV7kdeGlDbSQASBtYZuLNTQktrteaMWGJzIbG97flH0,4319
|
|
346
345
|
hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=zww-PDlLdz3XbrlXfW7F8nWzP3Iud1uLW-mRo8HZf2o,3250
|
|
347
346
|
hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=AHCYaj_al-cLFtvWHhxZLlrZfpjIyWg2rKR435qqGxM,3184
|
|
348
|
-
hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=
|
|
347
|
+
hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=1Xc54OBKOnEsv6iMAsxGJvvMDOc0N4zwM_nyXBFt3ac,32407
|
|
349
348
|
hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=nBBiKzGMUYtHkU49AKBxQ7OdD61cb9_Ehe7ixFWKHR4,4336
|
|
350
349
|
hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=yONOR8ppiOXQlPPz68GQ2_3MFzvnOQTJTHpJ956ubW0,4008
|
|
351
350
|
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=qYR1iB95Uz841xPe727ZYUtrRhg_Unbktf1YEjZHqyU,8000
|
|
@@ -354,8 +353,8 @@ hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py,sha256=2kw9bhkR4o4ZSeC
|
|
|
354
353
|
hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=DDP3nY-QVRU10FkFihNbnF66-Oa6O6Tkn7ycnetN110,9924
|
|
355
354
|
hestia_earth/models/ipcc2019/organicSoilCultivation_utils.py,sha256=S5XaM7142_ShxFFXPZ4HaOdofRzMYucWc--5udxuin4,5361
|
|
356
355
|
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=V1PRJ17dYw0p9lvuyRVFuYzJrpmNOs0FjhNUXOuUkyU,10202
|
|
357
|
-
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=
|
|
358
|
-
hestia_earth/models/ipcc2019/utils.py,sha256=
|
|
356
|
+
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=nJAup4ZUla90Ink_S2WLkB84FRKI2t1wDCFJNkttpZ4,14336
|
|
357
|
+
hestia_earth/models/ipcc2019/utils.py,sha256=xkOtBl85yJu8RI9nQnscIeSJGdUf84dKteM7nvr9mkU,5945
|
|
359
358
|
hestia_earth/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
359
|
hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=rnFergteN5rwH9KLyVQR7iolh5Onj2gF785DnLIbIHI,994
|
|
361
360
|
hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py,sha256=BBByUzgM7OymWnuU-IFMD-3cp_KXSNqXtoO-QdVjroU,965
|
|
@@ -464,7 +463,7 @@ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystems
|
|
|
464
463
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=yuVRyKbyfHXNkAYsba1h0M-_T0iuZAgeFfuDYpu3h64,1101
|
|
465
464
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=VDKKLvNs_h28vb1RhWDDfG40FaCNqo6fiX5YtgX8wyM,838
|
|
466
465
|
hestia_earth/models/linkedImpactAssessment/__init__.py,sha256=SPP09DMS4zUThyQfcgLpivFwsey4WSt77CDMYHJPKWE,423
|
|
467
|
-
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=
|
|
466
|
+
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=2HVdEfYzlppOspWA6UA0MmLUm4Qq1njUL6nGTE33SXk,6465
|
|
468
467
|
hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py,sha256=OTWVjPikOsZTbzgTzCJBkL6fH4Zbprq5SrV5LSLc4C0,1137
|
|
469
468
|
hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py,sha256=M1_QXTxCdWccXPaO7YjOtBa6WkmiQj3Xs89lYIUrM7w,1141
|
|
470
469
|
hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py,sha256=IqQ76I05IC79g2GXY91iWFqEeXk8Fhw-hcrifCaAbiI,1228
|
|
@@ -473,7 +472,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=uxRu5thfTDGpCNIuv3Nak
|
|
|
473
472
|
hestia_earth/models/mocking/__init__.py,sha256=-mJ_zrVWZSGc3awWW2YJfXAK3Nku77sAUgmmFa99Xmo,733
|
|
474
473
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
|
475
474
|
hestia_earth/models/mocking/mock_search.py,sha256=uvklojTAbjDI7Jw43jGAUDcTHk1R3A3CWiYBJZI6rao,1493
|
|
476
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
475
|
+
hestia_earth/models/mocking/search-results.json,sha256=adCQArTkXdnUQv9QU-Q03OtPIVwwWIGisHYfdnW6Loo,104036
|
|
477
476
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
478
477
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=FoiRk-bULfC9VbhT7L-wgjehrUkG_74XiG2WnW1Rc-U,2402
|
|
479
478
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=r7Wqo5v29NrKfhDd0g1QCharR2k6H5XFyAsKZ6pvYKY,2321
|
|
@@ -616,10 +615,10 @@ hestia_earth/models/transformation/product/excreta.py,sha256=q4IuG48TyuoKxMs1TiB
|
|
|
616
615
|
hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
|
|
617
616
|
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=KVagbCNTceMTj2HGni-b6GwAN2oUzmY91Ru4fJT2ytA,793
|
|
618
617
|
hestia_earth/models/utils/__init__.py,sha256=hMiWAk1AWHqQwatxVLEKIIAwcT4NbYqJzJCNja4vjTs,8168
|
|
619
|
-
hestia_earth/models/utils/aggregated.py,sha256=
|
|
618
|
+
hestia_earth/models/utils/aggregated.py,sha256=O7yoCeBkyAgmV9Fh33aI25Dq4r4GxVXKggj8qEjHpUo,3028
|
|
620
619
|
hestia_earth/models/utils/animalProduct.py,sha256=M5IunAKGY6oZv3j1Ascl34ywyeLWApqOIlBzbtlA2FE,721
|
|
621
620
|
hestia_earth/models/utils/aquacultureManagement.py,sha256=dxrbC1Xf140cohxTbSw6TxLAnAASWTdNZwBBam4yQnw,171
|
|
622
|
-
hestia_earth/models/utils/background_emissions.py,sha256=
|
|
621
|
+
hestia_earth/models/utils/background_emissions.py,sha256=zxLM71M2Z5fMIfExZJQkyDKtUIDdlTMboN73-DDGvxk,7064
|
|
623
622
|
hestia_earth/models/utils/blank_node.py,sha256=nUCnH0Tzpg5Lbf8yF1I1HgDM5DoWw9Vc_HuD_QAL20Y,57027
|
|
624
623
|
hestia_earth/models/utils/cache_sources.py,sha256=MBkrPpjwNiC4ApDjeYVHZjWBbpvAerXRDrMHpjasAZ0,377
|
|
625
624
|
hestia_earth/models/utils/completeness.py,sha256=1FtDzl1dQ-AZ4nCn1vfGqR4RK3yHItfkksVqsJzIWR0,1256
|
|
@@ -629,19 +628,19 @@ hestia_earth/models/utils/cropResidue.py,sha256=uEXMnP7qxuH5xFNABlwWeQ-q5jsWfyik
|
|
|
629
628
|
hestia_earth/models/utils/cropResidueManagement.py,sha256=nIDFjf39rDD10UHSVudfDyu-EiL261g8jyrgS-2aDKw,347
|
|
630
629
|
hestia_earth/models/utils/currency.py,sha256=f_ArJANb--pZq4LL49SXQ1AMX_oKroqwBXKRRQqZwsM,578
|
|
631
630
|
hestia_earth/models/utils/cycle.py,sha256=WBDKaLqQtxxhvhPm3Sz_3tVSgVFm5zONkANx6hRFra0,16222
|
|
632
|
-
hestia_earth/models/utils/ecoClimateZone.py,sha256=
|
|
631
|
+
hestia_earth/models/utils/ecoClimateZone.py,sha256=W-oH8431TYTf2XllXeTA-KUZyM-PALKVGMa_l33A-FI,4180
|
|
633
632
|
hestia_earth/models/utils/emission.py,sha256=bl0AdiDLLGQEoQNRGfNOG3pODYDUgVO4w-UA-BVQ-VI,4652
|
|
634
|
-
hestia_earth/models/utils/excretaManagement.py,sha256=
|
|
635
|
-
hestia_earth/models/utils/feedipedia.py,sha256=
|
|
633
|
+
hestia_earth/models/utils/excretaManagement.py,sha256=zeXEAHhdl8Lj1P0M5KXkaV_iksV2GbDQ61VNA0HUvr4,2241
|
|
634
|
+
hestia_earth/models/utils/feedipedia.py,sha256=xkdpqWADSK5K3ZdMsJG5hn8HB7mCZy3NbaRUUKe2WRA,3948
|
|
636
635
|
hestia_earth/models/utils/fertiliser.py,sha256=9Kv7czDEPDvZ5Bz6Rr_2vy2MsXrPDvBC3921cEJSks8,810
|
|
637
636
|
hestia_earth/models/utils/fuel.py,sha256=XzOELV3dn506PkMKjFQ_ZKVZInd2lL2x6PKdsa6Po4M,1429
|
|
638
637
|
hestia_earth/models/utils/impact_assessment.py,sha256=AfIZo_ykkkqWYY2AG-kLzGtd3fwzGIQXxnEKEzL_oGk,8516
|
|
639
638
|
hestia_earth/models/utils/indicator.py,sha256=OdPNIq_7UZJk8rXccUbDOpBZ2fxOHIcDwfJxWWJVl2A,1409
|
|
640
639
|
hestia_earth/models/utils/inorganicFertiliser.py,sha256=2Uq6ATWwb_YYRzBCMdrlVWyCDDtWVApUxgxDEN3-3OA,1782
|
|
641
|
-
hestia_earth/models/utils/input.py,sha256=
|
|
640
|
+
hestia_earth/models/utils/input.py,sha256=n17YEoEdodE9I3QWLEjAH2f8YEdbzF4knYN7nGBSXgo,6674
|
|
642
641
|
hestia_earth/models/utils/landCover.py,sha256=8-nfynzCx9gf9YfhpuoH6Cn4kQwWFpYA5RmoGW-0ETE,300
|
|
643
|
-
hestia_earth/models/utils/liveAnimal.py,sha256
|
|
644
|
-
hestia_earth/models/utils/lookup.py,sha256=
|
|
642
|
+
hestia_earth/models/utils/liveAnimal.py,sha256=Fy5nBX2n6d1Y5ugbJaqBjHysEIKBbSpEnRxlhslJQjo,1746
|
|
643
|
+
hestia_earth/models/utils/lookup.py,sha256=ssNyCl8ZG8J91emlkT0vA8cz3Xmklo_JNi0o_8OWA4Y,7856
|
|
645
644
|
hestia_earth/models/utils/management.py,sha256=PCL72hDaMrddaP6hNsItMxx35yyGtiSEWnePs_s40LE,792
|
|
646
645
|
hestia_earth/models/utils/measurement.py,sha256=cZCDhI0iLKFdGzvWSu4JK8E1ylv61unoMbETrl5u3Hw,11972
|
|
647
646
|
hestia_earth/models/utils/method.py,sha256=c_HnijbjCTiIK0Juhf34gvXtseCyi0ox8NMoOURIQW8,757
|
|
@@ -650,20 +649,20 @@ hestia_earth/models/utils/pesticideAI.py,sha256=DQIAjgkWjKPyuMLUvnEgVkeQGCEOBjyJ
|
|
|
650
649
|
hestia_earth/models/utils/practice.py,sha256=EceuaGZjClr6fvgIV2MvsuD9jXJayTBTKCzp98oTGnU,1079
|
|
651
650
|
hestia_earth/models/utils/product.py,sha256=MfkTtuitTUbBJoM3AHymcjnYzWux6FxnIzS-Q4xXtkY,11767
|
|
652
651
|
hestia_earth/models/utils/productivity.py,sha256=KIyrIuGcf8QgdBY54i7i038ZPXGqArM6mCzi2vwU3pI,601
|
|
653
|
-
hestia_earth/models/utils/property.py,sha256=
|
|
652
|
+
hestia_earth/models/utils/property.py,sha256=Dov5b0JFpBn3GzOLX5R0xITmX6tHGCqnoX8JzP5bm8Y,5538
|
|
654
653
|
hestia_earth/models/utils/site.py,sha256=5S-53PHQnstr4LVveRuNhk4kpvGJtR8oc-t3OsxRyms,4128
|
|
655
654
|
hestia_earth/models/utils/source.py,sha256=D_QlW7Ul_NV1iOucMNE3szT64b1RdSdecIEm6OukYhw,2459
|
|
656
655
|
hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
|
|
657
|
-
hestia_earth/models/utils/term.py,sha256=
|
|
656
|
+
hestia_earth/models/utils/term.py,sha256=FGUuzVg5C0WMel0iXA-8QlzLPk2NiKnx8fYee24IGxk,20577
|
|
658
657
|
hestia_earth/models/utils/time_series.py,sha256=vuv033qUZ1gAw3T3wlLNG7vJmXCCsHEzciYbxw_b_NI,3223
|
|
659
658
|
hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
|
|
660
659
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
|
|
661
660
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py,sha256=ig_fZeAh8YDYQAJ40Bs7exiVVLRBdMBbBDRWpPubZVA,4185
|
|
662
|
-
hestia_earth/orchestrator/__init__.py,sha256=
|
|
661
|
+
hestia_earth/orchestrator/__init__.py,sha256=WYDi4nZhQ1qfydEmsHAt1mEQ_fajQtxc50hMmzL8GtI,1326
|
|
663
662
|
hestia_earth/orchestrator/log.py,sha256=C45LGnZ_3I2SHqX75JFnkK1yYmfh5mkDLF4GcZRxXo4,2440
|
|
664
663
|
hestia_earth/orchestrator/utils.py,sha256=5m1q9nWddRMH6zBKcqThhE764ybS_7ya-HDZqcRwreQ,4735
|
|
665
664
|
hestia_earth/orchestrator/models/__init__.py,sha256=s3JZFLnsCk1LUL4gdOl9ByA45EzNHtlqnW0zUmuQNuM,6168
|
|
666
|
-
hestia_earth/orchestrator/models/transformations.py,sha256=
|
|
665
|
+
hestia_earth/orchestrator/models/transformations.py,sha256=AzqP0sEEWsi9dlOEVzIq4TUQet7eh0H7GJGAh4VJx1U,4226
|
|
667
666
|
hestia_earth/orchestrator/models/emissions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
668
667
|
hestia_earth/orchestrator/models/emissions/deleted.py,sha256=KC6J1bdMJC1rBFlWW5SD1NhbN8kyBPFdncbtY9OfYBU,575
|
|
669
668
|
hestia_earth/orchestrator/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -676,631 +675,8 @@ hestia_earth/orchestrator/strategies/run/__init__.py,sha256=At0V8CI4vyiSY-Vh2PHM
|
|
|
676
675
|
hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py,sha256=lAfL-NK-gh2YQnTis2lIyb1uI_fsnwFWS10qwbga43M,2756
|
|
677
676
|
hestia_earth/orchestrator/strategies/run/add_key_if_missing.py,sha256=t3U-v87XpbtpsvjA_r0Ftm7MhNkGB0kcUSGFlKBIK_I,352
|
|
678
677
|
hestia_earth/orchestrator/strategies/run/always.py,sha256=D0In6_kr28s-fgqspawgvj5cgFClxGvepZYqtYsjWVE,217
|
|
679
|
-
hestia_earth_models-0.
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
tests/models/test_emissionNotRelevant.py,sha256=TsIV47lpn7joLGx-LlPVqWbshcLf2c6pUvB3FZwLvwY,1023
|
|
685
|
-
tests/models/test_log.py,sha256=AuhnN-G-CrvHu8fGOEsFKwhR7ZXwZsveYr7JT8bSMmg,4059
|
|
686
|
-
tests/models/test_resourceUseNotRelevant.py,sha256=z1zY3pJdffongIsBJaLB7WToBrMiE4wYuHSsAbGEJ7w,983
|
|
687
|
-
tests/models/test_utils.py,sha256=Caa9sCyz25egPrSlu7FQhjXD2vNcQW9gea_ppUYOsEs,186
|
|
688
|
-
tests/models/agribalyse2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
689
|
-
tests/models/agribalyse2016/test_fuelElectricity.py,sha256=u_wNlqngJc8NELPr16kYsYQ-_2PcL8BnrfJucY7dccU,1353
|
|
690
|
-
tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=75yJ0yuPbIizpSsHr7CpZnUv01LZbuYsm5s9hE0VL_o,1090
|
|
691
|
-
tests/models/akagiEtAl2011/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
692
|
-
tests/models/akagiEtAl2011/test_ch4ToAirCropResidueBurning.py,sha256=HfpljsiisaQux2QUX2Jhgsvwp84E-eUUcdN5T9kMBf8,1142
|
|
693
|
-
tests/models/akagiEtAl2011/test_nh3ToAirCropResidueBurning.py,sha256=NAFGO7aSJ6pumlSJ51NWwfRvnneXMe40l5m9pq-cOMU,1142
|
|
694
|
-
tests/models/akagiEtAl2011/test_noxToAirCropResidueBurning.py,sha256=3GIergySTs_aiqT8wMMSTu7zDWJ244EwRNOPkU_TLiI,1142
|
|
695
|
-
tests/models/akagiEtAl2011/test_pm25ToAirCropResidueBurning.py,sha256=hGnX5WymuO41ddDecjbMiKjdFi20rQNdOr-ErVo1f34,1143
|
|
696
|
-
tests/models/akagiEtAl2011/test_so2ToAirCropResidueBurning.py,sha256=kWoTSIMoGIpBR8OgH1LzIqkgvwsTU7mOov5O9ZmlIbE,1142
|
|
697
|
-
tests/models/akagiEtAl2011/test_utils.py,sha256=bB-YcpJNcsGX1W6vaPao4_PeLS3Hx78ZCrHCJdqbajk,600
|
|
698
|
-
tests/models/aware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
699
|
-
tests/models/aware/test_scarcityWeightedWaterUse.py,sha256=Tl888UE-v5xQCInOXxn291Tkx3Qyz_bKkd5inVwlDNc,2003
|
|
700
|
-
tests/models/aware2_0/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
701
|
-
tests/models/aware2_0/test_scarcityWeightedWaterUse.py,sha256=rg4Qi9gt11NI9LA-8Ne2fuq1pe6o-Xtll_ybEw_OGGI,2067
|
|
702
|
-
tests/models/chaudharyBrooks2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
703
|
-
tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py,sha256=zHIig6bQWb9XxAjcS-jRXQZxRfG5DwpTLNk9lCD_KMw,1908
|
|
704
|
-
tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py,sha256=lcyMTaNMbIjzZrbPxejujfYyAEj2XOH5Ei9pmAQAi7k,1912
|
|
705
|
-
tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=NTc3PZZRc9ZqGpaARdbuzLWR5bB0HCPw5AMdGmwVsRg,704
|
|
706
|
-
tests/models/cml2001Baseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
707
|
-
tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py,sha256=5u9Tv37FVGzYPbUPcIVqZreEfqvdVodWcdzAPdUjKGI,5490
|
|
708
|
-
tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py,sha256=pt-LbFRRd8xGsN5-1dakoXlOy2eEJHfPZcsbhGZeYHI,3926
|
|
709
|
-
tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py,sha256=ZIIx_EiYbUxUoAS7NuQrxqwTFS3rXQm9_1AsqF_bhB8,894
|
|
710
|
-
tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py,sha256=FEetPngGAu5wF1e5R6RxsR0G2eVJYKVTl0QS9IdOoy8,4717
|
|
711
|
-
tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py,sha256=KPEC2CXgO78Kkcbi_Iu0AzKRZMYJSfkeEV-kspSyLYA,910
|
|
712
|
-
tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py,sha256=kko6cV3YRmcxfYdJ8xQuTeo9Bro9BuBbgGBO2gklxWM,2085
|
|
713
|
-
tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py,sha256=_UqFak1-DX6b-brX2xt3zpfYUhjFPRoUMhgF9l3cw3I,912
|
|
714
|
-
tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=t3WBdg_aTYSLfaqeXUDyvQJ8ZqbvKwv9RKaZyRzj61k,925
|
|
715
|
-
tests/models/cml2001NonBaseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
716
|
-
tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py,sha256=Snt0zwI1fF2_ome79rTRZjl5Oc8dZfbcqX8lXwxabVs,910
|
|
717
|
-
tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py,sha256=zytN80ZmXjLBSiXPj_G0aaMyMx1aVukJaGouZQDMLBs,907
|
|
718
|
-
tests/models/cycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
719
|
-
tests/models/cycle/test_aboveGroundCropResidueTotal.py,sha256=rsPafhuiPU7bGs3ltoLfNKxn0W8Cvwb8e81YeXmBhlQ,654
|
|
720
|
-
tests/models/cycle/test_completeness.py,sha256=Ku1ZSApGaACkXe3ae14yP01C4GssHMwlPG_UPrSytPo,1625
|
|
721
|
-
tests/models/cycle/test_cycleDuration.py,sha256=2KExiliuOa7_j88rJuPObJKZqq0xsRnFAb0ZEqc5KEM,846
|
|
722
|
-
tests/models/cycle/test_endDate.py,sha256=6JijuD_-Rih-o-k5DMP1T6fEXgc7F9GhjYLojYJmVKA,1013
|
|
723
|
-
tests/models/cycle/test_otherSitesArea.py,sha256=Mop7guZXEyX4ZFOBpqzsbu-cuaBFAqfIRZhe-WEvVwc,2131
|
|
724
|
-
tests/models/cycle/test_otherSitesUnusedDuration.py,sha256=zQejrYNwq14Pwe3d0zmfhxjdif5s_udbdVCiZcTuC8w,1635
|
|
725
|
-
tests/models/cycle/test_post_checks.py,sha256=yeUm-uZ4Om8poct2TgpFQEy-Hg72LNacyQcQ2Qh4Yyw,286
|
|
726
|
-
tests/models/cycle/test_pre_checks.py,sha256=ZFQOq6vIe-xMLisvSsJAPjt3XIgKk-x3G5cFJIzfOWc,284
|
|
727
|
-
tests/models/cycle/test_siteArea.py,sha256=CFuYLfjTdjaJPwSl1NxpcnRHhTfmbqAtkY6NDWvGoss,1465
|
|
728
|
-
tests/models/cycle/test_siteDuration.py,sha256=x98shgDOAPp7Bf8j7R251qzn4oVZyqmtlmwcoG2nVwE,2358
|
|
729
|
-
tests/models/cycle/test_siteUnusedDuration.py,sha256=5h9R3guw6ErU_sE5omoiK9Fpke74SmQWsJYWYURE9Fo,1532
|
|
730
|
-
tests/models/cycle/test_startDate.py,sha256=KUlGLFrLp5GSSTsnyVOkwyuT-H_0F0uNemA8Sjvtu8k,1750
|
|
731
|
-
tests/models/cycle/test_startDateDefinition.py,sha256=42BmsT1I7Jq_YMVN-VNU7a0fIZ2w3i5jgwy4H_r4dNM,920
|
|
732
|
-
tests/models/cycle/test_transformations.py,sha256=Ws_8KhNqeHogGFXTQ4qZXQ5Ph2I3ZUaY0yO1itFUHLk,464
|
|
733
|
-
tests/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
734
|
-
tests/models/cycle/animal/test_milkYield.py,sha256=E6WLhuSRydREyKmqmOuOPB8VH1nwZwUMcUULshIdj7k,873
|
|
735
|
-
tests/models/cycle/animal/test_properties.py,sha256=ND9ltZQie1xXtQvAzoDUkBYGV_N3rw5D5W-irARvO0s,715
|
|
736
|
-
tests/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
737
|
-
tests/models/cycle/animal/input/test_hestiaAggregatedData.py,sha256=xCLFFd1WiDu19PQhk5pWS1rZgLeK5iPbUw1HYMkpWLo,1245
|
|
738
|
-
tests/models/cycle/animal/input/test_properties.py,sha256=rp-PfGijk-Sbh1NsV5nkf9gh_xZpGocDgWIl8N7VtTo,1983
|
|
739
|
-
tests/models/cycle/completeness/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
740
|
-
tests/models/cycle/completeness/test_animalFeed.py,sha256=J52m1kInw8mPE_pwx0j3QGKI8ZpDGeN2TLqUuArn7WA,348
|
|
741
|
-
tests/models/cycle/completeness/test_cropResidue.py,sha256=TzPrnvAQA5GzmwL-bYOLgR3wjtMdKuPx55wT_HHfJ6c,592
|
|
742
|
-
tests/models/cycle/completeness/test_electricityFuel.py,sha256=TbaSwsx8IIS1xWXhxg798O8xTEQ7MXM4XKlfQBtQBw8,580
|
|
743
|
-
tests/models/cycle/completeness/test_excretaManagement.py,sha256=GGKQTZZj_F6EkvTOVjunVixFC584HmsCgPP5H6radc8,345
|
|
744
|
-
tests/models/cycle/completeness/test_freshForage.py,sha256=ZsQWEC08ycqQypqjEIiLMrGktPUQhKbw8mc01r5sQi8,576
|
|
745
|
-
tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjspZfheQuyeyum1fm-Ei0k,498
|
|
746
|
-
tests/models/cycle/completeness/test_seed.py,sha256=NvCh4-YTUVoo2K5tX9h7-Wo7GjZGsRn-Nxn76iTw3sY,1043
|
|
747
|
-
tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
|
|
748
|
-
tests/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
749
|
-
tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=ViGBVxCvByMUUvkW-Naqx5zIe0_klJ_HXYaAAZA166I,3119
|
|
750
|
-
tests/models/cycle/input/test_properties.py,sha256=5O2ubBE_WSLz5NRtLTGwsE-gADIcw7sZyJqL0w7GYcQ,1962
|
|
751
|
-
tests/models/cycle/input/test_value.py,sha256=NR7KHsqnPnw43BB1efT0KPaszY4DKY293Av-lVde-DI,977
|
|
752
|
-
tests/models/cycle/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
753
|
-
tests/models/cycle/post_checks/test_cache.py,sha256=5QD8Yk9HbDePHSIXOJUM_ptZCroOQRf53bIXZod6fTA,194
|
|
754
|
-
tests/models/cycle/post_checks/test_otherSites.py,sha256=SHCA82MvWy-CsuquvLgmiwAhIKJQONIc07z51QH5RpQ,359
|
|
755
|
-
tests/models/cycle/post_checks/test_site.py,sha256=In0Q0Tw3w_hV8_uAnOcL_iS2FoI_75lsq7MdoWLa5js,621
|
|
756
|
-
tests/models/cycle/practice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
757
|
-
tests/models/cycle/practice/test_landCover.py,sha256=3Fi-p0-ArgTbrBPnm02vikpFrInIFQuXx7VVpPtjmVI,955
|
|
758
|
-
tests/models/cycle/practice/test_value.py,sha256=sYPoTkllrEt2oB92uA2q37FFtOjSX49749Nv1pUvqdw,1315
|
|
759
|
-
tests/models/cycle/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
760
|
-
tests/models/cycle/pre_checks/test_otherSites.py,sha256=IEWvG2hwmladHctZUy6jTg01ZnCvWJUtPgD4GHKcumQ,502
|
|
761
|
-
tests/models/cycle/pre_checks/test_site.py,sha256=2JTrsOXVGfNn7FlLiX7DPNs6AHdeZuVvjNZP6SCjEII,694
|
|
762
|
-
tests/models/cycle/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
763
|
-
tests/models/cycle/product/test_currency.py,sha256=r7TA0FDDS9U50-FolEMXESi4pvSmwXnQxAHrQh0lRjA,1222
|
|
764
|
-
tests/models/cycle/product/test_economicValueShare.py,sha256=sFS-gKt6oglqeKuDqHsPfZ90cEROOIdydFsOu4E85eo,4624
|
|
765
|
-
tests/models/cycle/product/test_price.py,sha256=zO_IYKXAih4lDpbLMBGualUwUm1vwqLq32qw46H94mI,839
|
|
766
|
-
tests/models/cycle/product/test_primary.py,sha256=UfLOOxUkDyeSOmDv4NyN6v5Yf0RO9etZNT797fbCbpA,1862
|
|
767
|
-
tests/models/cycle/product/test_properties.py,sha256=7pcBH_Ny8JeQ2dWXBU-ZSmY5iYl0f_qFejp8Vk5e1H8,1142
|
|
768
|
-
tests/models/cycle/product/test_revenue.py,sha256=H_LxjvMEyyr8dr8SAC3zWezGsGcD4lglVt26eT8QoL8,849
|
|
769
|
-
tests/models/cycle/product/test_value.py,sha256=IfkcE8kgrvXg_iIbnoJ3n0CIjlfgg_lHkILQ8u38HVE,963
|
|
770
|
-
tests/models/dammgen2009/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
771
|
-
tests/models/dammgen2009/test_noxToAirExcreta.py,sha256=NeUaj7eb597prutS0ynUdsnlNWB-t_6CHJZJu8iGNBU,1618
|
|
772
|
-
tests/models/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
773
|
-
tests/models/data/test_hestiaAggregatedData.py,sha256=m72rayilqxzJ3SzamDdIQ7ZVAPU3HeNnDjAcd3Clg-I,780
|
|
774
|
-
tests/models/deRuijterEtAl2010/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
775
|
-
tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py,sha256=kS1nUBVohOSCb386g6Wq7iVclmx0haekUDYo7VQ4NCA,2030
|
|
776
|
-
tests/models/ecoalimV9/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
777
|
-
tests/models/ecoalimV9/test_cycle.py,sha256=NMQqd3vYRvbL6WAodJsJNo6YnW0z67-VtG3vEIK7RYY,747
|
|
778
|
-
tests/models/ecoalimV9/test_impact_assessment.py,sha256=5h9jx7wSPah_FvRDyT-NEejRKlXc5ZmtVucHfkxVMQ8,862
|
|
779
|
-
tests/models/ecoinventV3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
780
|
-
tests/models/ecoinventV3/test_cycle.py,sha256=jOX-1Xmp8rFzGammioA3zPwPq-w5CS3GeEJ5vUoX0JU,2030
|
|
781
|
-
tests/models/ecoinventV3AndEmberClimate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
782
|
-
tests/models/ecoinventV3AndEmberClimate/test_cycle.py,sha256=sHCrAGyJ6GCOjlElFpH4NiSQPVn_v7932ovIGS0ORkQ,875
|
|
783
|
-
tests/models/edip2003/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
784
|
-
tests/models/edip2003/test_ozoneDepletionPotential.py,sha256=z0kimdTxzSr8_K5eScbkxq2SB9nbBp41IHqVNR4Nh4Y,688
|
|
785
|
-
tests/models/emepEea2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
786
|
-
tests/models/emepEea2019/test_co2ToAirFuelCombustion.py,sha256=r2WNtK-vT3xPmX3HFKRIFJdO_P02Kh7E_UzhUfsaqGU,1178
|
|
787
|
-
tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py,sha256=hf048kpFbnWECPbfX8jBuTM_SuIzeIXzhMo_oWEnwlo,1184
|
|
788
|
-
tests/models/emepEea2019/test_nh3ToAirExcreta.py,sha256=lTPftCJinvokmgUcUikl8hN_axFa8OyCTXvL0PaSRFg,1111
|
|
789
|
-
tests/models/emepEea2019/test_nh3ToAirFuelCombustion.py,sha256=I6TSbWMhOBYOpl2ytozgmVljtsPqLEQs0cWg6lZRF60,1178
|
|
790
|
-
tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py,sha256=f623Pp6XTt9YPDr2QymAJEQ_yfx0_TZGndmawD8ZX98,2134
|
|
791
|
-
tests/models/emepEea2019/test_noxToAirFuelCombustion.py,sha256=9d7xsCThu0sS8nU7DymCB6Gp1CzMxRPY1FJZEiBjiVk,1178
|
|
792
|
-
tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py,sha256=xGlQeJkdP638zbHivxAqvliZCRpcogMFZYVCMWw6j3c,715
|
|
793
|
-
tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py,sha256=cs3UaJ7ucCryOaQy0sbL9AiuC8l_N7uywmPZHcr3pC0,715
|
|
794
|
-
tests/models/emepEea2019/test_so2ToAirFuelCombustion.py,sha256=qG3AGLK5fNUJI1L_94fslHuiD6Z_YtmAjuDt5Q_4eOs,1178
|
|
795
|
-
tests/models/emepEea2019/test_tspToAirAnimalHousing.py,sha256=4MNDsxIeUk5_3IvZwEZslxgoPNyQN9OQFDNY3uGNX6E,714
|
|
796
|
-
tests/models/emepEea2019/test_utils.py,sha256=MUIeHgcCHLhbYWgleKIiKqO2Q4RX321J53YpOt9cogA,7060
|
|
797
|
-
tests/models/environmentalFootprintV3_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
798
|
-
tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py,sha256=iGAKlxFhgDTkumTVMNkr-vXghL5xhIhyRqugLU4nM8k,5690
|
|
799
|
-
tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py,sha256=WE-DcerljCjXMYE4f3Sv5ZCVHP0oTjbWkOGuvaa4p10,926
|
|
800
|
-
tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py,sha256=NkB-k3kTObU6AGiNTB-9-9uBaoU-02Ex_DPjlRhJEaU,804
|
|
801
|
-
tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py,sha256=Z4KGhYmnao0J1rC_jY9P_8Lu9UKe-_RyrdO5k56EIsg,1022
|
|
802
|
-
tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py,sha256=GoDbPo6OtPoAjG7IVUgmwSXQLooBX3XuQeZYlji8gLE,1099
|
|
803
|
-
tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py,sha256=67YdlYnvVWFDZ3avHSz3bpCLkHAwYfU3j4ZNcwN5DK0,6162
|
|
804
|
-
tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py,sha256=3qQ2V6nbK8TZ7iMOW9jznsSasBhMsSpDNigdiFaHZPo,7347
|
|
805
|
-
tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py,sha256=ugM3qfvCuNQbzF5IPkEQQYF2V4IHxg3GQsXWqU9wqFE,2614
|
|
806
|
-
tests/models/epa2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
807
|
-
tests/models/epa2014/test_no3ToGroundwaterExcreta.py,sha256=ESVz4UURvQfhjGBTxjuAV_bymMBcvGNfLAkYMvNup9U,1217
|
|
808
|
-
tests/models/fantkeEtAl2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
809
|
-
tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py,sha256=yeN5w1_xKed10nHIlkb8dEOLcZ81TEAI41YvgnkB9n4,726
|
|
810
|
-
tests/models/faostat2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
811
|
-
tests/models/faostat2018/test_coldCarcassWeightPerHead.py,sha256=RImhLygwrJ2RoEHjDwhuymvLEitOtNleP_lLoBhiNOs,1736
|
|
812
|
-
tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py,sha256=hZVKMtf-F5Iz7igZVahDJoqzfm2VtcIlwWBPCry7kqw,1594
|
|
813
|
-
tests/models/faostat2018/test_faostat_utils.py,sha256=25Y6N4kdbBXno0PwosaC94NRW3W2FIyjS4-WoIV9Xmc,1679
|
|
814
|
-
tests/models/faostat2018/test_liveweightPerHead.py,sha256=Qp4iKZ6Ofq1rGQL8ngESAx2JSPR_97TK4wOymmikdfA,4781
|
|
815
|
-
tests/models/faostat2018/test_readyToCookWeightPerHead.py,sha256=pMDcONs0WUvANcJ6_OPF7TBwMF45JGMxFRPNPtHLqVI,1570
|
|
816
|
-
tests/models/faostat2018/test_seed.py,sha256=tUXoNVveX0m0ed9UXB4zXxIZsPxktXyUXlbWuUKG0sQ,1705
|
|
817
|
-
tests/models/faostat2018/test_utils.py,sha256=G4pOEwcM5k6FRbkE_4x6_G8vQxzDexNZnlj01_LHlt8,916
|
|
818
|
-
tests/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
819
|
-
tests/models/faostat2018/product/test_price.py,sha256=zehnEQjwggit9su5jd5q3TTlyNxcswbxJCNaKaw1ZI0,3903
|
|
820
|
-
tests/models/frischknechtEtAl2000/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
821
|
-
tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py,sha256=sy_nP0EYoaZuz_UBdgybivpYX8yZmUny6vQKXN5WQAw,4697
|
|
822
|
-
tests/models/geospatialDatabase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
823
|
-
tests/models/geospatialDatabase/test_awareWaterBasinId.py,sha256=f9y70Yz5C3wX7mmc1KwC50gk_PWoD1iEZPRMGMbqPtc,869
|
|
824
|
-
tests/models/geospatialDatabase/test_clayContent.py,sha256=GqFAPIOkXfDpJFkI-vK6l3hK0Ap36lLCWGhXCly-DME,1797
|
|
825
|
-
tests/models/geospatialDatabase/test_croppingIntensity.py,sha256=p7OQZOKuxcEhokFqIE4jj6GU3YwR9GtQqNwlhOGy7uI,1006
|
|
826
|
-
tests/models/geospatialDatabase/test_drainageClass.py,sha256=X75v6f8N5i40grULUNMvNOu_UC27VoahuW6BaQb19LY,1015
|
|
827
|
-
tests/models/geospatialDatabase/test_ecoClimateZone.py,sha256=ad0BBOhjl6uMUP_-QhAHEG3kTo7x3EaXuEahbbnx10E,1119
|
|
828
|
-
tests/models/geospatialDatabase/test_ecoregion.py,sha256=xPEXQKXpF4ghpVwuyZWC-4mmN9qywF-s_QKkmU40H70,868
|
|
829
|
-
tests/models/geospatialDatabase/test_erodibility.py,sha256=UW6SZS1nY3rzr2TqRcFDoq6a5KJ6ox-8L0k-im23R0s,1013
|
|
830
|
-
tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py,sha256=1xv7L_b3ochbcu6y6TQrTUL0ZLr6aR44kAPsEN_1kAE,1026
|
|
831
|
-
tests/models/geospatialDatabase/test_histosol.py,sha256=neoBruV0gRGm2PheAZiuTjIFiqzQss-FRUENjjM3zmc,1170
|
|
832
|
-
tests/models/geospatialDatabase/test_longFallowRatio.py,sha256=VoYURFuOnlC8ozxcMLTzv99MGlymlVXd596T5MKVvOU,1004
|
|
833
|
-
tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py,sha256=ZtoNdI_dB3Nk79Ts9JJrlda7z6HRE2cwCQHC2DiWCsY,1034
|
|
834
|
-
tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py,sha256=sx9raq5YGuyVjZ5GfNeo36LXNT5zfvn3W-kDWeoaJWI,1636
|
|
835
|
-
tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py,sha256=6s4XDmKi__njKE_3tFMIAHr0a1w7X4t8uFRtihN_cm4,706
|
|
836
|
-
tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py,sha256=KzIXuYeO5IZ8l4tKsIEaWcFeV_vSPDSpR6xiuvt_x4o,1003
|
|
837
|
-
tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py,sha256=iu8HWAwl52fWDQJ_Nz5AZIAzbuMAjQfiQwxCHlciI-o,762
|
|
838
|
-
tests/models/geospatialDatabase/test_precipitationAnnual.py,sha256=OhN7dbLZUG8ofvV7C56RKE_hGFXGtOuzXYz3EwFcQyg,744
|
|
839
|
-
tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py,sha256=wGGKXGemg3OEgDRRXy52oFf5p8jU57iraTgQMWDzusQ,1033
|
|
840
|
-
tests/models/geospatialDatabase/test_precipitationMonthly.py,sha256=FTmnMXqwxuV_FwNzx8ZJsF5DCdaOdXPNV9UQ5gFKALs,748
|
|
841
|
-
tests/models/geospatialDatabase/test_region.py,sha256=Q3doDB8gEUxxKMXYCagfTkCZdcuqnKHYuwjQelMkVJk,880
|
|
842
|
-
tests/models/geospatialDatabase/test_sandContent.py,sha256=7H-GNxyn4EGQJd3J3r_SdtSfpPMqR-IlmLo188KAWSU,1797
|
|
843
|
-
tests/models/geospatialDatabase/test_siltContent.py,sha256=DNXa7Ih4TWe3zmBJIAgzZpdyjSRo77hwErkoBluIGaw,1194
|
|
844
|
-
tests/models/geospatialDatabase/test_slope.py,sha256=OQBjH1K1VDgbZ5B9hSy-oPzPnaqYU8Bkb2Cvd-KMqa0,1007
|
|
845
|
-
tests/models/geospatialDatabase/test_slopeLength.py,sha256=56iCm-qn41NpeVHU9dKtAUIrbuEYGbQMOa3sg5dJ5X0,1013
|
|
846
|
-
tests/models/geospatialDatabase/test_soilPh.py,sha256=sTKmdZajx-wnyvDLbemJor_fXmqGtcUybfshl-pfO40,1636
|
|
847
|
-
tests/models/geospatialDatabase/test_temperatureAnnual.py,sha256=1hW0fHUlFOAWiPqYZm4ZbTGqjpOAmLb1mkucnAaTrIQ,742
|
|
848
|
-
tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py,sha256=Wrz9dbDvXM0OgBA3mXpzY0WZk-yqIp980JRKenxFqno,1031
|
|
849
|
-
tests/models/geospatialDatabase/test_temperatureMonthly.py,sha256=eUaI1TZ-9sXFxWR2UoKBbca8dzW21zp5jGcfbooTt3M,746
|
|
850
|
-
tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py,sha256=fZuFjIJ_-bF8HqoNfzA0odmABiSgnttlGQw2Rphqu70,1632
|
|
851
|
-
tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py,sha256=N5Vqf3YKlxHxWRe1PP3Kpbd30bhPOsB8eYr2IGS7quk,1026
|
|
852
|
-
tests/models/geospatialDatabase/test_utils.py,sha256=IM7tBigyzMDEctSyXfR2H7GzaX15UtOCpROrbroN8sc,1182
|
|
853
|
-
tests/models/geospatialDatabase/test_waterDepth.py,sha256=v1y6OcEdSOKu5wlIOYD9UctAx2k7ODP3eLf0WHZZz5w,954
|
|
854
|
-
tests/models/globalCropWaterModel2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
855
|
-
tests/models/globalCropWaterModel2008/test_rootingDepth.py,sha256=lSjN_3AHoqajnQ2JfeuzLReL9au1d0uiCG2NZbvFXkM,2688
|
|
856
|
-
tests/models/haversineFormula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
857
|
-
tests/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
858
|
-
tests/models/haversineFormula/transport/test_distance.py,sha256=tNYMl4d6nlrztjiqQVDS1PWrAFCcycbalYAUxqKjfr4,963
|
|
859
|
-
tests/models/hestia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
860
|
-
tests/models/hestia/test_aboveGroundCropResidue.py,sha256=J0fJlrGZ4lIygmizS52bvGwpxOUb28QrCtv3MW3v_dg,1426
|
|
861
|
-
tests/models/hestia/test_aboveGroundCropResidueTotal.py,sha256=rcd8QGcHkvnqeXeUFIAIhvAsLfr5fFoJc6-ZAPmhT7I,1312
|
|
862
|
-
tests/models/hestia/test_brackishWater.py,sha256=_ofSKiJuaejsRLYqPUxRWmEnsuebi3SCMj24awLKA5k,988
|
|
863
|
-
tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py,sha256=pcwEtPjfIHiSc0ZVYaHCpSe_0czsiZZe9B6LtBs7gwQ,1077
|
|
864
|
-
tests/models/hestia/test_coldCarcassWeightPerHead.py,sha256=9dFhdxP4jazE1L8bB5H2WHl8G81kXsXTwe068VENJJ8,1436
|
|
865
|
-
tests/models/hestia/test_coldDressedCarcassWeightPerHead.py,sha256=5UwhLh0DjPlOcRFmhK6OOdYPaYuahfwhkv1PdMt0Fbw,1450
|
|
866
|
-
tests/models/hestia/test_concentrateFeed.py,sha256=knFM7SlKZhvmRu9T6T5H1fitFAZBuEBdxiBQpnekn4M,2012
|
|
867
|
-
tests/models/hestia/test_cropResidueManagement.py,sha256=zjHY0dlrJN7pqlRIs3rpssuwqOFJtjv4El3V39QpoFs,2021
|
|
868
|
-
tests/models/hestia/test_croppingIntensity.py,sha256=YIBeAj3HSpLTKKjTNpQyy273w36xKSnv2lUbeO_-cb0,1566
|
|
869
|
-
tests/models/hestia/test_default_emissions.py,sha256=6dabk2cXkl0sGDj-HeUKWpyGN572FvwS3Yd0lZsOUow,1073
|
|
870
|
-
tests/models/hestia/test_default_resourceUse.py,sha256=KgusAaL1jJl7WyeV_c0kitBexP1LEUXKlSHtGFhIU4I,1088
|
|
871
|
-
tests/models/hestia/test_energyContentLowerHeatingValue.py,sha256=sjFrRFNMGvZy8i5WWqfR3Z_92wd9lUTtdZv0YFXidR8,1222
|
|
872
|
-
tests/models/hestia/test_excretaKgMass.py,sha256=tY4he1xRDHZi976slnFra-4lRqWwogx2fXkpXfJxpOY,2924
|
|
873
|
-
tests/models/hestia/test_excretaKgN.py,sha256=7yuF9-nrwfkcmU_VsQtFBYSO92RqEDtUU9kdL0ERiUk,1091
|
|
874
|
-
tests/models/hestia/test_excretaKgVs.py,sha256=3dNFATeYM5LI1y3Q3m5cbazvNp-zMKLwtEDqcI3Dvhk,1094
|
|
875
|
-
tests/models/hestia/test_feedConversionRatio.py,sha256=LgO9Tl4yHKh0XyTe9dXqt1ccqY2UFcrJh5fIUfFMq9w,2132
|
|
876
|
-
tests/models/hestia/test_flowingWater.py,sha256=0-70Iyr0HKQHHC5jFEF9LUQQZ23spOo5tFWXQ8kfR7w,1372
|
|
877
|
-
tests/models/hestia/test_freshWater.py,sha256=v2UD69csKrniKP3MXkOEHxQeE6O3-lvIViCvLA7Zgws,984
|
|
878
|
-
tests/models/hestia/test_histosol.py,sha256=7g-3wQPZok2O8mExcnKZxO_T2Ye_h3UHv3HG3Kn8orM,888
|
|
879
|
-
tests/models/hestia/test_inorganicFertiliser.py,sha256=v2Zs1Ig-ChOaq9gXuurcBt12izkH2bRUUuzW6rh3rqQ,643
|
|
880
|
-
tests/models/hestia/test_irrigatedTypeUnspecified.py,sha256=bluZADFagxfXW4QyI0CIJzG97D2V33w333Z9Vwjqo0M,2015
|
|
881
|
-
tests/models/hestia/test_landCover.py,sha256=dk5mnmCNv6gamx-xf0-_uUR31kBNavL8T9_FOsSwMZE,4234
|
|
882
|
-
tests/models/hestia/test_landCover_utils.py,sha256=o5LJ2PwTmUkxKvdHXQsdltrxeyt5kCxwtMtZXMrXqNA,6891
|
|
883
|
-
tests/models/hestia/test_landOccupationDuringCycle.py,sha256=0IVJH7jL8q6Gu4gVo-ENYNw8aetOb-nhzvRXsFqMBEQ,2428
|
|
884
|
-
tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py,sha256=3qa4rWUFqP1VM5-vm_182rhiBYJDxPqJwWtBqJ5K028,956
|
|
885
|
-
tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py,sha256=mFCru8NoHGYD6j1qNmmfbzhzJQhTNrhqdn1yJdsnp8E,1038
|
|
886
|
-
tests/models/hestia/test_liveAnimal.py,sha256=3K9cL1fwr6LlBl1_D8zIaeCOuiExqkDEU7BXx1JK_dk,2139
|
|
887
|
-
tests/models/hestia/test_longFallowRatio.py,sha256=OVd6NByAXeCAOx9ux_m8IJwnEF-fqIaBOoKFSGWhyO0,1513
|
|
888
|
-
tests/models/hestia/test_management.py,sha256=ROWfDX-2aeeQXaflLPzOpiC6Qi5lsbMldBbFAlWKAUQ,2755
|
|
889
|
-
tests/models/hestia/test_materialsAndSubstrate.py,sha256=szM6aBBc1_9MDQFM1-OiW4SOKvEIO6mYYEpjHB-wI9g,1430
|
|
890
|
-
tests/models/hestia/test_milkYield.py,sha256=m7SRiKb_u8SDF7Q5gX39AKr4bsrNqibXgMgzSmJJEPA,1778
|
|
891
|
-
tests/models/hestia/test_netPrimaryProduction.py,sha256=--q6NB90gmpeJNBR16l3AgBsXGXwww_d1vOcWiMa-k8,1110
|
|
892
|
-
tests/models/hestia/test_organicCarbonPerHa.py,sha256=PsJl7IVwg1WgW34heyZRQ5VAk-2U8MaF8lGaApCjqtY,3209
|
|
893
|
-
tests/models/hestia/test_organicCarbonPerKgSoil.py,sha256=pHG4WrBW6j-NZp0sJ1wrk8UrUuEL9lu3fujhc4RjHn8,1089
|
|
894
|
-
tests/models/hestia/test_organicCarbonPerM3Soil.py,sha256=lJ35Qsn-D1d6r_eR-SBTs68-_1l3_dIbaQKLUnfoc1Q,1089
|
|
895
|
-
tests/models/hestia/test_organicMatterPerKgSoil.py,sha256=WorZv3aGr4F5pnEwGbHdPqn-nmg9ydxF5v9uUBcWH1c,1089
|
|
896
|
-
tests/models/hestia/test_organicMatterPerM3Soil.py,sha256=x4qELmNSKQFTlt0mc6FrPlk-U0w_jPxZIlO5TNR6YTQ,1089
|
|
897
|
-
tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py,sha256=Wb3tWZpxOwL80bJ8-Gcv4rXRnA7gKpaUfLyiLXMIXeY,1745
|
|
898
|
-
tests/models/hestia/test_pastureGrass.py,sha256=L1xwPFXEzMVOKJho49NPFJXThdCHRbUdIP134kqZim4,1024
|
|
899
|
-
tests/models/hestia/test_pastureSystem.py,sha256=rYfngWC5-j2Tcdicjq9Ck92-ok5wjhPIXrincXVIU-M,1591
|
|
900
|
-
tests/models/hestia/test_potentialEvapotranspirationAnnual.py,sha256=xJhWAfy8ZMTzSTp_EZbMW-hTtCpk0VeOo_ymEdd52Wg,1026
|
|
901
|
-
tests/models/hestia/test_potentialEvapotranspirationMonthly.py,sha256=Dhz6bY8b8hVry-ltBOAVXZvKAmKsJ3GJ00iBa9F-lV4,1025
|
|
902
|
-
tests/models/hestia/test_precipitationAnnual.py,sha256=8oTKVVyHtL7ltgOxG-rNFlWt0ixDPPLScOHzeOrp_vA,998
|
|
903
|
-
tests/models/hestia/test_precipitationMonthly.py,sha256=k1htrs1It8cSy14cvGr834liFzE9WDFbb5K8uuYBjFg,997
|
|
904
|
-
tests/models/hestia/test_rainfallAnnual.py,sha256=IPk652_NLAPOfhVeRHkdm6MKluVLftyByM9PtvWI76M,988
|
|
905
|
-
tests/models/hestia/test_rainfallMonthly.py,sha256=B-5RlUE8m5lYGwzcWtOWUIeGNaVk7ozcPiDq8FkxdrM,987
|
|
906
|
-
tests/models/hestia/test_readyToCookWeightPerHead.py,sha256=SBfxdfBuw1jhyvcsiboTtDE91W27dkWJuKGXgGy-f7A,1436
|
|
907
|
-
tests/models/hestia/test_residueBurnt.py,sha256=24pd9RtF9KzrJDpuA_jD8funJg8FneA4lnvVtvVTAUU,1273
|
|
908
|
-
tests/models/hestia/test_residueIncorporated.py,sha256=3yFfv13x9uHKz8HbAYMwW9fAZZlVaui6cZu6pnA1RF4,1720
|
|
909
|
-
tests/models/hestia/test_residueLeftOnField.py,sha256=asOZqi2PtKXESa2aCtcb_DORukmYfLvFtvi_LiCzFp8,1291
|
|
910
|
-
tests/models/hestia/test_residueRemoved.py,sha256=FZ2zfI-uEDWXRs2tSg2B6qszphgY1pX-piGZTC4Xc40,1069
|
|
911
|
-
tests/models/hestia/test_salineWater.py,sha256=a-JNyzcAPlP-VAQnJbJ6igYWkZ0GCJT_CbpslChYUjc,987
|
|
912
|
-
tests/models/hestia/test_seed_emissions.py,sha256=dCUuJBkhwNFBhhcypQN7eMqrWZ9iGCnypoidO5DfQYw,921
|
|
913
|
-
tests/models/hestia/test_slope.py,sha256=ahlhaznJXuU4jxBMZXAEdWUA8Am7WyF4GvNvyX1SdxM,658
|
|
914
|
-
tests/models/hestia/test_slopeLength.py,sha256=O3KXO8mze_PzW1IzV3KPO2YK5QN-a9FWhCkcIG-TWtI,670
|
|
915
|
-
tests/models/hestia/test_soilClassification.py,sha256=B4HXGXBXmQKdC5a5bTzxetuFJGkLh4Rz-pgDXUFhSrI,3594
|
|
916
|
-
tests/models/hestia/test_soilMeasurement.py,sha256=hLJ1wlYIopFzDd4bSuHV64vR2jo4v4Js7Rgso71BX7o,4381
|
|
917
|
-
tests/models/hestia/test_stockingDensityAnimalHousingAverage.py,sha256=ZKLKU75FoYHiKIXqDuXPpfPN06InLA8ZHJFtkkLBhOY,1311
|
|
918
|
-
tests/models/hestia/test_temperatureAnnual.py,sha256=vYqcZu2efQgWfCKXTCTse_9trmMzmBwPz6IN81NzRoI,994
|
|
919
|
-
tests/models/hestia/test_temperatureMonthly.py,sha256=3fuyr-bBmRAb8f9LRJg9W02DcgQ-eIIF2OaXo_aWJYs,993
|
|
920
|
-
tests/models/hestia/test_totalNitrogenPerKgSoil.py,sha256=vecubyhWVSjwTASZZc3dGLk64AwMtirTNlOe7eXybL8,1163
|
|
921
|
-
tests/models/hestia/test_unknownPreSeasonWaterRegime.py,sha256=ZilBXNREiinmub5LG4sdigVPIva4hMDuNl5MyUDo-Q8,1221
|
|
922
|
-
tests/models/hestia/test_waterDepth.py,sha256=LR56IBuXYmO1RMkRc__Wbr4McfGgzioWQm15-Tnramw,1121
|
|
923
|
-
tests/models/hestia/test_waterSalinity.py,sha256=SDpWeEvj0FnM_6CQINFz0fHrruxnC9Xm6cxCnpeWgR8,1310
|
|
924
|
-
tests/models/impact_assessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
925
|
-
tests/models/impact_assessment/test_allocationMethod.py,sha256=HkUt6oWdEyFSdxMpx8y_Oxk0nO2Fi9B_kUZcVte9tzg,1223
|
|
926
|
-
tests/models/impact_assessment/test_emissions.py,sha256=nygoe5JeuQ1rbMQSqAr8oBSm6jC4ygZb2XNHyEx85lo,990
|
|
927
|
-
tests/models/impact_assessment/test_irrigated.py,sha256=3elSWEN1NE05JO1OMfJ7uf0JmU-fqLpazCvS6FVxMQE,377
|
|
928
|
-
tests/models/impact_assessment/test_oganic.py,sha256=Ei73bkB2MzKlr3jZmg8Cimxw_ImJSBdB3xKBn6ZCRx8,375
|
|
929
|
-
tests/models/impact_assessment/test_post_checks.py,sha256=B-KVdkWaG8v-9aT1fNDQ9sml3q9I5XPo38NKxear1nY,310
|
|
930
|
-
tests/models/impact_assessment/test_pre_checks.py,sha256=1oXCdhldG7O7fntwbUqbCheVhuHgf5N3BionfEGC7Nc,308
|
|
931
|
-
tests/models/impact_assessment/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
932
|
-
tests/models/impact_assessment/post_checks/test_cycle.py,sha256=hyXqTi-VvQ2eR4w6NVexfdiNnJtmbF0CNPJ5AGqfo-k,727
|
|
933
|
-
tests/models/impact_assessment/post_checks/test_remove_cache_fields.py,sha256=yd7EN50e-7ZQ3hjeghanOWit20LnoUseP2y1la-KieQ,191
|
|
934
|
-
tests/models/impact_assessment/post_checks/test_remove_no_value.py,sha256=PekEoZL307Qr_bS2tDnPzL3nKHRL9yJGt35JQzizVo4,354
|
|
935
|
-
tests/models/impact_assessment/post_checks/test_site.py,sha256=RgwyUHp6cj79PcSF2tCefvgh-W4y--rpnlKUQwTsfq0,710
|
|
936
|
-
tests/models/impact_assessment/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
937
|
-
tests/models/impact_assessment/pre_checks/test_cycle.py,sha256=zQ2Cshx-QBSkyGIKA7wrpMc4kGPGVJlUEnDEZhzH87M,967
|
|
938
|
-
tests/models/impact_assessment/pre_checks/test_site.py,sha256=QzmFXb9o1DK5D1yI8hYRPRcN6iBxoR0GXkEvdJdSu2o,832
|
|
939
|
-
tests/models/impact_assessment/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
940
|
-
tests/models/impact_assessment/product/test_economicValueShare.py,sha256=JbWlwBZe4Q1VX_PDzwNnWr-GQYthZuY2mdj1DWcf5I0,1001
|
|
941
|
-
tests/models/impact_assessment/product/test_value.py,sha256=EFQFHM7OE4K9NrlhOaKj-opkv6HO8rSvS1L5Ux4jLmU,988
|
|
942
|
-
tests/models/ipcc2006/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
943
|
-
tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py,sha256=5F7eU4qWYfTZAzjUsuUOE5rA2vZ0x6e6Bm10PgmG9Zg,1177
|
|
944
|
-
tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py,sha256=U5WQG7KYcCfJips2mghw7UtL87mmQUaAyKxN9tYD6fk,1887
|
|
945
|
-
tests/models/ipcc2006/test_belowGroundCropResidue.py,sha256=cFqLDFy5pcgOyzKC9l-RClEP6CWCdVNnq48S90SITVM,1720
|
|
946
|
-
tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py,sha256=pgUznkTiyLwhMVHzFE40wzwvtY40OsPQp1QWTsaPDqU,1815
|
|
947
|
-
tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=cxn5rX_pZqbl7m8rhJARuyjG2P5O-BQbufeEcTmO06k,1357
|
|
948
|
-
tests/models/ipcc2006/test_n2OToAirExcretaDirect.py,sha256=tm6Lm90_4qEkCU6UIFsOD6yhrMrq69lkF1LvCjXPjE4,2132
|
|
949
|
-
tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py,sha256=712I87Wkpp4KcHfHaK1kgfD6nfHGo3iZqKIwfMG9a6A,1282
|
|
950
|
-
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=Z385htV4XyfBuXf8-fkz27-Yae8aNp5uxm3KQDNFWrA,1692
|
|
951
|
-
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py,sha256=wmasF-q-IwMbEfnKzCHBGqnSQtY8Xg0OohccvofnwQY,1283
|
|
952
|
-
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=L6J9s9Xp__zIS1xzz0WUg83fpdOo8c9t6wWrNeQMuM8,1688
|
|
953
|
-
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py,sha256=NEt5s9hQ5bGk3YuqOMVOeWdBzLOXbScU-D1JsiAFNBQ,1678
|
|
954
|
-
tests/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
955
|
-
tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py,sha256=Od9ALNCag5pCVJnp2pIXOenadJLhKD4X4DDmLcgET2A,875
|
|
956
|
-
tests/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
957
|
-
tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py,sha256=4HydDKiZDpxtgqgjpAg4cTVQu-jM-_tdDdJFmNNrwSc,875
|
|
958
|
-
tests/models/ipcc2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
959
|
-
tests/models/ipcc2019/test_aboveGroundBiomass.py,sha256=zzsE1zr8qYWgc1EWNrCZggjkJyIoVwbkfE9c1MVn7uA,7608
|
|
960
|
-
tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py,sha256=GMp6NCg1v4AjiwntN1C575BhxgZv_e_EG5Hv1buGKrA,1798
|
|
961
|
-
tests/models/ipcc2019/test_belowGroundBiomass.py,sha256=Cu41RM63R-xti0qi_mLD0J5TClo61OkjsR4FI3caNxs,7579
|
|
962
|
-
tests/models/ipcc2019/test_belowGroundCropResidue.py,sha256=no71pfxgOhn_tEWc_EwuWvlKRtHFqlIqNIvnP7cj0Tc,2568
|
|
963
|
-
tests/models/ipcc2019/test_biocharOrganicCarbonPerHa.py,sha256=8Y5dwe_ZHSKxijLn3CMA6U5uQxHeBXYWsd93nPT16d4,3825
|
|
964
|
-
tests/models/ipcc2019/test_biomass_utils.py,sha256=I2q4pDGAD0aY_kpZCMPJoC-KbRYxdzY1rhr4xtJFWIA,3592
|
|
965
|
-
tests/models/ipcc2019/test_carbonContent.py,sha256=_GWF5nGy-PxiqBZ5V7W_sHMz75YRzmxr79R-sZZg7yk,4146
|
|
966
|
-
tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py,sha256=hG1zunH2gCeix8fxxkoGfl_I0GRyAcLbwEtwWVE9i5M,1925
|
|
967
|
-
tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=nmmxxJFX_VFOgvNxmj4q825vVEtEq-B61DVNo3inirs,8567
|
|
968
|
-
tests/models/ipcc2019/test_ch4ToAirExcreta.py,sha256=bWDTY3WPg2DcU6Y_P185Xitn9_KiNkaxVmRIiOLvusY,2517
|
|
969
|
-
tests/models/ipcc2019/test_ch4ToAirFloodedRice.py,sha256=YRyxNaGPAgsCJBRXhwhEsZ6r44dawHMSN-Qmi-yS0xI,1025
|
|
970
|
-
tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py,sha256=7AzKbCrNa3C2miC98ALCtlkIBMV12cOTSIvxxHjLSgw,1759
|
|
971
|
-
tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=FUGI1_KoXqmP_24AZGWyG_GQDtyA80Ll5aDjML0QQTY,4369
|
|
972
|
-
tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py,sha256=WOzi2DtIDlE_xVu8TLjiPKXKR_7QbpfON9oBsSw860Q,4304
|
|
973
|
-
tests/models/ipcc2019/test_co2ToAirBiocharStockChange.py,sha256=8k8Z9icwEZex-UcwGtdvcGp97NIOmMx5dpk728QYy1A,2731
|
|
974
|
-
tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py,sha256=wCEtrbMl6zef8V-n_Ci_rtlQAlfuKm3khUVltr8eAcc,2173
|
|
975
|
-
tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py,sha256=r7QmCH0YURS41JZxH2mFAC0J29WqmdkKG9EoEgv27AA,1350
|
|
976
|
-
tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py,sha256=w4MBn2bYwyiv001xEU2RI9Q8L2Eu9lFC0CoxBcOzkWU,1761
|
|
977
|
-
tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=UmKJPWVyHXZhpFrh-Rl20ypGSKrTup4A1vmiwT0w31E,5511
|
|
978
|
-
tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py,sha256=2u4_jtekmVzLTwKpNr1fVcAzgegm17Fh9h59JRXFpOM,1030
|
|
979
|
-
tests/models/ipcc2019/test_croppingDuration.py,sha256=1oRW1QaEwQvBadyVhaDi-jlkjuNqodyAinl88TdPmiY,1879
|
|
980
|
-
tests/models/ipcc2019/test_ligninContent.py,sha256=eIKEN__ab-0R52EhlhPSBiHnmTl6xOf1XbI33O-W9A4,4146
|
|
981
|
-
tests/models/ipcc2019/test_n2OToAirAquacultureSystemsIndirect.py,sha256=WnUJGP-f_wUK7JDQCwm5iE2GaZbjXgpXIQEc_HtYOkw,1518
|
|
982
|
-
tests/models/ipcc2019/test_n2OToAirCropResidueBurningDirect.py,sha256=Zg21yPx5lsf1lwbEzBNvyG2-06Qq5MUVDhteLcukp94,1528
|
|
983
|
-
tests/models/ipcc2019/test_n2OToAirCropResidueBurningIndirect.py,sha256=zDuT0ZB0gtOMdNYLrXA8JxErMgfKqPCE1NNBxlUUiuI,1518
|
|
984
|
-
tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py,sha256=vKbWQNZAGPtsqonM-Cc3n3hNitft0hcjn2TNrTFC1iY,2729
|
|
985
|
-
tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=DD-DXCrKoZ5MT_uSI_DVDMe8W49MHcjxv3FI5Vb9WyM,1524
|
|
986
|
-
tests/models/ipcc2019/test_n2OToAirExcretaDirect.py,sha256=-ddwSZia_QQXSrCbIrv_uQMUO3X9_WNk2WtKF8gSYTM,1627
|
|
987
|
-
tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py,sha256=_x2yv87LnmlFzbS_JL3lhzrt-D1coc3g7XfXLdcANow,1507
|
|
988
|
-
tests/models/ipcc2019/test_n2OToAirFuelCombustionIndirect.py,sha256=poR0qHIRCutFLPrvJZWYuMl6lZ0_8H2wE-57r8AHQ2I,1514
|
|
989
|
-
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py,sha256=uSdklDRTxYfMo3J6lMxUJeIeinLHvY_MRZiN9NdHmdA,2718
|
|
990
|
-
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py,sha256=UBG8cbUDg9C4K-3U2sXnAd4VDNXQ0gLpDA-LF4ma2Ok,1519
|
|
991
|
-
tests/models/ipcc2019/test_n2OToAirNaturalVegetationBurningIndirect.py,sha256=LUN1kAn1JZ-ztzfbx6t3W31xiyOnTiZoAyaX5iPW-Og,1524
|
|
992
|
-
tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py,sha256=ofEcYrwvvXfoZHRWaaMtKMK2NbEtX_67laDeu_lDTXg,2714
|
|
993
|
-
tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py,sha256=IegWAWxyTJQZQu3LLj9knsB3mN4cEqJxuaszVok9YE4,1517
|
|
994
|
-
tests/models/ipcc2019/test_n2OToAirOrganicSoilBurningIndirect.py,sha256=o6wnoNTVHpagLflYUwPUJ4A33tLWZvaFNDNjl9vCq4M,1518
|
|
995
|
-
tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py,sha256=VrBvbs9AVrRDwjGQAYfr_5rpB-fas0QQBGwQJBEax0o,1766
|
|
996
|
-
tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationIndirect.py,sha256=7qVxZs2fsKDjX7bO6UvBBhfVAXRak7Z3M-1NfJqrf6A,1522
|
|
997
|
-
tests/models/ipcc2019/test_n2OToAir_indirect_emissions_utils.py,sha256=nX9wprnWGmNKr7wdT38te9st99fjhte0B2KrzITnBt4,655
|
|
998
|
-
tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py,sha256=xmRHSTmyh--EZX29Z5NHD4LqEZl7Lkc5HntBCXlIRHE,1537
|
|
999
|
-
tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py,sha256=Z4a20I2UnZdzm6FqHnlHRXXVCY993_SHT7nG-zAhx-c,1104
|
|
1000
|
-
tests/models/ipcc2019/test_nitrogenContent.py,sha256=rKl_05PCC0OSsAhG0cHJOqnt9LsCaFnRpJorkm1TShA,3704
|
|
1001
|
-
tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=4__3HDUDWt5KjQGcXEFXHBgP_jT0rxvIzpBLH_mP9WE,1729
|
|
1002
|
-
tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py,sha256=6KoXEF1-UE8FttESJ6qFz9QvSPrfUzLmx13CeM2qnDc,2185
|
|
1003
|
-
tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py,sha256=e7REnQ9r9a8xroq5aPp0NIzmkad_6MyTuceRTYoKdkE,1613
|
|
1004
|
-
tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e1ZViD12qB3bLdH3TJw3GbBP8iqMen-UJbcFkytb3VQ,1609
|
|
1005
|
-
tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=Edv07swcBbP1PhM5nPV6P2FFTkMfGWj1M4pWP2aZ0a0,3306
|
|
1006
|
-
tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py,sha256=NZBSBJLM_j2PEpHRON2ysgKNF8x5sHfQVoAKQdGsfzk,1537
|
|
1007
|
-
tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py,sha256=LR5pjV5vRbgSSQAw8kYRp_ij4CHInzgaDS6EggQuBiw,1104
|
|
1008
|
-
tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=g_uOqzj6EiyvoAZRpd4PakMYQ7Vfn0QiDGLCTVz92A8,15607
|
|
1009
|
-
tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py,sha256=6DzuqTllZ_Zv3Xuic-3ZIaIik1rYd2eQZk7nysbLCxk,20687
|
|
1010
|
-
tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py,sha256=VYNtsuFDURzqvKH1_5_6_lSQrqTxWnLdopN5ULfrzMg,5486
|
|
1011
|
-
tests/models/ipcc2019/test_organicCarbonPerHa_utils.py,sha256=jK7wO0dLKODwp_fwY-kp8cfWsDJ1MVXxasGUfqbVFkA,813
|
|
1012
|
-
tests/models/ipcc2019/test_pastureGrass.py,sha256=6B8ZmuI1w4rA4wGduWx0l6e0BgGz8b2knTUIcT0GDOg,2725
|
|
1013
|
-
tests/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1014
|
-
tests/models/ipcc2019/animal/test_fatContent.py,sha256=Emp8jGudRGA_dJaLMR5Jxsv3Gc57rMAnP0CDqswrmlM,775
|
|
1015
|
-
tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py,sha256=gFgCd5hXS_fBhu1f8hbZCci4uTGdpFLjIuER73LY_4A,782
|
|
1016
|
-
tests/models/ipcc2019/animal/test_liveweightGain.py,sha256=KmRZyrjrXZcgff1QFtfu1WphNuJW_nHx1GguD8xB2ls,779
|
|
1017
|
-
tests/models/ipcc2019/animal/test_liveweightPerHead.py,sha256=nfNAcUEIPQeKyjKYttI5W6hiHBMXLZ9Vbz0nfj81ZvA,782
|
|
1018
|
-
tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py,sha256=98rslTxLk92smiUfxRfxB6kjmQAm6085GV9NqWCGpVo,713
|
|
1019
|
-
tests/models/ipcc2019/animal/test_pastureGrass.py,sha256=uNGGciRzONxgI9i5h9zm3MFHXxJaVZXkzkjffjjz0BI,2045
|
|
1020
|
-
tests/models/ipcc2019/animal/test_pregnancyRateTotal.py,sha256=3M4cpH0rM0fLR86bwtBQbkUhuflj0ebaQpPgHtAFZxo,783
|
|
1021
|
-
tests/models/ipcc2019/animal/test_trueProteinContent.py,sha256=3O2w_PsVEki_piIHO-Wa6m28f5SAHWHsSk27nYDQDuM,783
|
|
1022
|
-
tests/models/ipcc2019/animal/test_weightAtMaturity.py,sha256=-lP4Sx1s11Wyo4Vm1it3SdIpNP43TZWmwOWttrAd_N8,705
|
|
1023
|
-
tests/models/ipcc2021/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1024
|
-
tests/models/ipcc2021/test_gwp100.py,sha256=r3pDw_TUcOrNlNRWtFAN3CBWfG5FCkHExypVqg0sZVk,857
|
|
1025
|
-
tests/models/jarvisAndPain1994/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1026
|
-
tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py,sha256=aMCuR9fmGDmum7VqLb1oBOsTCjBz5O9XQn2DWtP8HVM,1057
|
|
1027
|
-
tests/models/koble2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1028
|
-
tests/models/koble2014/test_cropResidueManagement.py,sha256=QwmMcVpOoW7Pedowldd0GFdnvE6lesGEfWGGMO2TQbQ,621
|
|
1029
|
-
tests/models/koble2014/test_residueBurnt.py,sha256=XneISYwqiVlHORshGg-0K9t4zZ_GJqjoedTOIhoTB8E,730
|
|
1030
|
-
tests/models/koble2014/test_residueLeftOnField.py,sha256=gzydTRiQOp_qJ4cZx1OFrrW22Ex_R5r2qP8c4Te_XHc,777
|
|
1031
|
-
tests/models/koble2014/test_residueRemoved.py,sha256=CDJmrOLkJMDM6-kySjguBNINKudFbgmWKPtkHGvqxfc,732
|
|
1032
|
-
tests/models/koble2014/test_utils.py,sha256=Xf4f5KgxJeM6VeM-2r6hYgbOitszTc_gXq0_XyZ1350,1666
|
|
1033
|
-
tests/models/lcImpactAllEffects100Years/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1034
|
-
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py,sha256=lQvoqIOuW-rxNjnzpNzwAjI1RRwNq4Y-YcpwGuKfCdk,910
|
|
1035
|
-
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=rW-LcDvpdaPVCa_DcJLo5VkZ3tSiYJrk5dfte0hI-8o,876
|
|
1036
|
-
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=dzQFWhmlou00CmcAqgojGejgLeaJt3MN_5sHcLu6qig,929
|
|
1037
|
-
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=1grJLVJN9PISDQboYWq8oLg1bXlO2Xy9gfBBnb6J1Xw,698
|
|
1038
|
-
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=yqJX3vyCa5puBkpDlINGQACuTGhaVsPhyf1ybyg6fv0,709
|
|
1039
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py,sha256=4cqsbgDbYCNN-ZUIjh13lEiOKYcauupTlAjr-ieg5jI,682
|
|
1040
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py,sha256=5U0CoxC1_bZXhQd4UhjujOY9Na6Xn9UN5knWyq3iLkc,901
|
|
1041
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=Y4tIkql72iK1eEWXrfw5Y5vqekh4zCHgcUSAbNxBG90,871
|
|
1042
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=UuGPZtD2lhg_SEy3kRXHmNXgN8qeD65v3JenA00Ul2E,874
|
|
1043
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py,sha256=ESjjjMY5ZHVcLxchVm6LSsYnaAsXMZzD_Qjhpx26lHI,922
|
|
1044
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=qS5eWsybHytBdOK2BgHsZ8zv0COkvUNRhjURSNbVX-Q,923
|
|
1045
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=IaZf3iaefqSQ0Dq9FWXABLOWt5QiVKO421leLNte8FU,923
|
|
1046
|
-
tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py,sha256=Z6h3hVwRcq_WIgIPeHH_Y3o78OnDe88iFUKIGV27Naw,1123
|
|
1047
|
-
tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=exx_aaK1cIvS9Ob7yOUoTDM8yvJoRj0mU8w74HzS8IM,868
|
|
1048
|
-
tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=AmJQx8JUyrJTUCz0K6Kk-rhWEmVAglpnExqp96WiZ9o,921
|
|
1049
|
-
tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py,sha256=RhRoV2EAnwQLwZzb5Ay0bdyq4jMo0Kevx6d-hr0kv04,694
|
|
1050
|
-
tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=4iSyzwa6TyZsT2l92YRFEnGw5uEssruJlH_ybGLDhGs,919
|
|
1051
|
-
tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=g8KAYMUY4lg6hX1u1QiDXH00CzhQVGufyRIm09FUYOw,699
|
|
1052
|
-
tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=hnjOQM1mDBHttF5WFAEv7aQ0xvANjkNNfnOuv1tUH0w,933
|
|
1053
|
-
tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=6DTXBT30KS_WwulPottaFwkRWCZMFuilEljRlry-LSI,930
|
|
1054
|
-
tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=LXSn7ml-0s7oiVV3G32WleEtRI8Oa5sL4g5LZq30g9U,878
|
|
1055
|
-
tests/models/lcImpactAllEffectsInfinite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1056
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py,sha256=aM5nFN9nCTIwO6hW8w71Ca1ZLcvzrB8Blv94eeXwLaU,910
|
|
1057
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=zNcs8s3YeB_-TwUFXn2m2gqTLmwiCwZZrvqofjbKdTc,876
|
|
1058
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=1Fc_FA4Mn4XsCiBIx4CWBpHwWDhCcIWyDWMgP04Z9WQ,929
|
|
1059
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=BdXvh5pq865O9hCt3IqXxiuN3NTdbl57dyenIcCAaU0,698
|
|
1060
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=y6VDfOn3SW8rRV3gtmqJN19WLPMMpNjpFLemc_HAwKE,709
|
|
1061
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py,sha256=vI8cmBDdTA0TYnMVo8HjblejdYEHauAsmcnDU2hV9FE,682
|
|
1062
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py,sha256=mDDoBsrVxNTqYS5g4vS2OxQTaTYhUCTjBR0FCEvyEjs,901
|
|
1063
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=-kAWLWLgoX5c_yZcTjpJIARcAI2giR-CF5Bg8E3AIlY,871
|
|
1064
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=8SuvsOxRFsqPjxi5fPEnR08IM5UMmIclxTVsF9o2IyE,874
|
|
1065
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py,sha256=BvzTCtoVnZhoWTwtxJlre-Quxr9WPqoP1VQekee7x54,922
|
|
1066
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=5ul0EfMQCSkTc5nIGYsq7C-PDPPfpqxXqNT16JBl3XQ,923
|
|
1067
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=qBfN8RSSy-hwhC6YyvnolWNOiKBWw3-npUyoSEsSRGk,923
|
|
1068
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py,sha256=b2hc7HxFZwjcI2qp1hOsTO_d7u6W-7FpsGa6XuoRmGg,1123
|
|
1069
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=ZVahoCQ4k9hIcdhIrpwbl2Z-yF5s2gT4khM4v6nWJcM,868
|
|
1070
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=Sv4XCePlCapw6JH_WO_u3tIlAEYxBSIUwaOO-nyqS-w,921
|
|
1071
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py,sha256=wjamPtwmn8Q8qxX-W16Xg3fo83opxP61RYtcgrgm54I,694
|
|
1072
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=GztN8I5bnrBOQE72nhDwcpldzTQsLfbJKqR7Q_UOsKs,919
|
|
1073
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=wE7sULK-gImHAFm38WppvQS_65XBE0reIHnP9bfxBNk,699
|
|
1074
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=uF4wSJch3GkaM0D1i9gC7Ft0-cKh8HvnMvjvhcLUABk,933
|
|
1075
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=O2ztvwgZglPvemFH-vRmNBaYkAJd_nPmapI0mcdrJqo,930
|
|
1076
|
-
tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=Lt2sCyXRoSXmHl4zy5XpVs3Vp78I_T2A94a1NSWKfnY,878
|
|
1077
|
-
tests/models/lcImpactCertainEffects100Years/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1078
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=s0Z80qa9Q-TY8r5CwR3uY8u314GrpWL_-tcj-W0nXPQ,880
|
|
1079
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=Pg39ZxRyDEetw9liYK4aqH-04CY0NqNHERoCxez7jHY,933
|
|
1080
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=puTFzn8PieD7WWit3XUT4Eiv95mTPbkFqODTe8MxSlA,702
|
|
1081
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=gwgFGmPESPY8HixMHTxgzv4ydwcGZWsisvX7yGFT2Xw,713
|
|
1082
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py,sha256=DqC2ZnIKdEcxapXGTH0IrcU08zt9-xNN3XsdgFu5oMo,686
|
|
1083
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py,sha256=kEVI8nhjpS9hGxEwHUB-k-c4AL0xmS8EeeDe8W7p5qQ,905
|
|
1084
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=mspjkXyPM0LzFtTaIyMvd34_BjzQfgMnH1660B6WxJQ,875
|
|
1085
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=BgSj5_aSllXI-m0IBjkqlafKvbiv3niiJ8EcVOjbCZI,878
|
|
1086
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py,sha256=8YWTf1XqFDbLhTLkT2ypTMgWxMu99zLqFDV7oSAdG3w,926
|
|
1087
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=lfhivccH4pcZ0egdgymjPGp4hsmlqJw7Z373dxCUGd4,927
|
|
1088
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=P8m67mn7O9pkgZJTgOjTRwnFl1jd23s2E_u_UUEZpHE,927
|
|
1089
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py,sha256=DtcIgLm84bmBwJPuDU3Pc0vgtuLjo5oU058VLVrepto,1127
|
|
1090
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=6jAqcrxbFj2VRMQwWYHMq5jbJBvpQxaPpK6Oo5GKwzo,872
|
|
1091
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=DIew2Y1_XPUoy3t4_QTsxQ3r4f3I7_WafOhBuPwADZs,925
|
|
1092
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py,sha256=naOfNwc3gLB9twNqvSPDWvqBe4XEHmUfR3THAFZIhYY,698
|
|
1093
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=l68qsrGhLXEUF3bGfK-yTlRGIsjAXgRbMMiKwYOPOBA,923
|
|
1094
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=r2jTfPMIwXVKw9Wvye9s_MYb5SoJ--wWBUe9H5iJ56k,703
|
|
1095
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=PJ424-ixS0ksGZyYzJ5JbvHsz00RH-AYBMcyE66URSM,951
|
|
1096
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=V_fc5Ie7872q6yDn6b7hQZ0tu9S5jAUI6Q3-uAap13w,934
|
|
1097
|
-
tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=7_LXUNJ9Wfi2RPbAKPlGdumnr8TStFkSTJmhr-9IQ0k,882
|
|
1098
|
-
tests/models/lcImpactCertainEffectsInfinite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1099
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=WmYUwwBF6uqpKMDvrwN_YGEODIXy0CNxZJ8cb370Q8k,880
|
|
1100
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=qn3LcMu6dq1gmfBqreV_Zg4UJeQsVF5THAi8_UkD6JA,933
|
|
1101
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=0usO9HXYR1rC7B1TKOGmqHUVNo1bQeATS2j46k5Tgn4,702
|
|
1102
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=bUPhgYfm5gRdIhy-b4uOEWjQvAFyvgpKOzQlo2RYH14,713
|
|
1103
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py,sha256=X00OGYm1NB4pWUZSJc7LOFXDqNW2WSf118bRFQrLz3g,686
|
|
1104
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py,sha256=q32dealVrYJhSek7wrQ15oOHasFRLBJWQKFhJkApj9A,905
|
|
1105
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=kN-DFr3i7PvyP8UmOCiepDXUGhpnqrD4ZvPdIiGzZyI,875
|
|
1106
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=jzSaXB-clCi73VepQcdlpWg44v4G4QdGtknLy_bhY5k,878
|
|
1107
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py,sha256=y4zaOY8hGiOyXVCAFGIxNJIWnNVM_D694MtaIEWuXiM,926
|
|
1108
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=CKZWzLRxTssQ05wG0Js_amq-gpTSXYK17TwksquSeKs,927
|
|
1109
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=hQVwzBCJn46TIQOoPa8iiACuBnRwTIGb6JlaMqNSyrY,927
|
|
1110
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py,sha256=iO90kXBpzqqyCNLfRzCKll9ypKtod1DRZpqXyYLqi44,1127
|
|
1111
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=gFTTIokvjUA2vqj6GUq8rjBWCk7CdvNJfwcO42HR_EQ,872
|
|
1112
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=C3GZxpFNFBICV5VUnwyzB5HtUueKi0-tlWoB2becNYw,925
|
|
1113
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py,sha256=JrAFceWNBNsN1W-QCHv7czNCFH_yyLpP1nW1_VwEJFY,698
|
|
1114
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=JgpvpVyAflXzhRT076Tw5IkYSs1L7P6VtGldjvcL1m8,923
|
|
1115
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=PHxzeQJfH5mJeine0eCSNGxH4P2y2l7z4g6nsuKWaQY,703
|
|
1116
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=d_rysPRtlmb_sjX-e857qNxL9sQK0m8RP3zRwTjM6Ko,951
|
|
1117
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=rdiAapP73gXosOBZ2loTEbeBBASFUtdifbZwYYB8SLA,934
|
|
1118
|
-
tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=UJJ0raY5leOqtBpBlIGRZSUYqA5mNt-xmq5Eos_nysg,882
|
|
1119
|
-
tests/models/linkedImpactAssessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1120
|
-
tests/models/linkedImpactAssessment/test_emissions.py,sha256=07z9LW5Ir3uL8odeU6puaeb9ZsgGclfWX3_h13cxeio,752
|
|
1121
|
-
tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py,sha256=97b0f6O2UqOVrZhepolm5a8rIKj91gBKskzTY0CZ4lg,905
|
|
1122
|
-
tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py,sha256=IvTDXk7lgizb8cQiX6qEXoX7d6VxYY4LjTMnPkpP9ck,898
|
|
1123
|
-
tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py,sha256=MI68INMpL849oe9z3PbKFLbZYVNklCIsK3sWKygL81s,924
|
|
1124
|
-
tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py,sha256=oDhG5G0h6VfVbPBCVnZpvRNSEA7gIR-y1SH_q_Lqck0,923
|
|
1125
|
-
tests/models/pooreNemecek2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1126
|
-
tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py,sha256=m-cpFULarm0Ee4MV-OvhYPRg7W2_mvbrqHkjDZgcQsw,1660
|
|
1127
|
-
tests/models/pooreNemecek2018/test_belowGroundCropResidue.py,sha256=A6EOD2B6frN0UtuUTP3GwZ7bNEtEudQfztHXjdiDwdQ,1655
|
|
1128
|
-
tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py,sha256=p_n0NZim2DsHGTWp20pkwSF1R0L3Lv-HDf-DitvHKhg,2492
|
|
1129
|
-
tests/models/pooreNemecek2018/test_excretaKgN.py,sha256=HExbvxYBDumOg0u6wkXZ9F_2rW0vxgsTDaEp9lj6Nos,4054
|
|
1130
|
-
tests/models/pooreNemecek2018/test_excretaKgVs.py,sha256=VQCfF6y7oPQAQ7DgwPHWoeFcgVSuLzhU2G0VgEfECOo,3252
|
|
1131
|
-
tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py,sha256=TQEYds8imjMNHqjApn0MIMuPbx5HtZtVABb_Ds5T7ZY,2044
|
|
1132
|
-
tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py,sha256=-sji2CbHeZ9lHACVizGPFNK_wZr2A_NmGt_r9_gbz9k,2037
|
|
1133
|
-
tests/models/pooreNemecek2018/test_longFallowDuration.py,sha256=kelZajIbKyvVm1vX_grRZy0IUrtejGI5GPn03qbElnw,925
|
|
1134
|
-
tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py,sha256=Dvgnk1tOxJteXzULyDr0dVbqkYe_TYnjGJcAK2kZujk,1977
|
|
1135
|
-
tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py,sha256=h2x3_9d2ZzFpjnE3LcZUqCzO6SsiT5iPHYmI-F61AnY,1970
|
|
1136
|
-
tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py,sha256=bHeAq-GZ05dVVmhbffJTgkteVER0Ls59o6sIQwjnITQ,2715
|
|
1137
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=QYskm3b8sDNzJbdNRot0lPf0TRfeNFRDtD1dU6qI3cE,931
|
|
1138
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py,sha256=xnzhoB_PvahzvcbKvjb5_T16iD6B1zY96SUC7XwxmuM,914
|
|
1139
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py,sha256=gMHL0DwYK3KmqXpDkpogugpbxvW3spd7RVaTuJ1V9S8,926
|
|
1140
|
-
tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e7d_qqdz7fhAYOr9M9PYhUAijSWtPXBn9D_0V2uVkJw,924
|
|
1141
|
-
tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py,sha256=h5kwdh7HSY4twaHYVLfamnNrd3PS1eJiDBBWC2Arjdk,1971
|
|
1142
|
-
tests/models/pooreNemecek2018/test_nurseryDensity.py,sha256=uRKvWqI94YghWGdGLoRuDIQFlebALoVE6IguK_8_p90,921
|
|
1143
|
-
tests/models/pooreNemecek2018/test_nurseryDuration.py,sha256=PFUlx-mjZBGvyAax8m6GR61Ak9CxjMvAMAojmA39WUk,922
|
|
1144
|
-
tests/models/pooreNemecek2018/test_plantationDensity.py,sha256=CCNloLCmTUADDya0nCPV7qqdGksCczCJck9dwNboD9s,924
|
|
1145
|
-
tests/models/pooreNemecek2018/test_plantationLifespan.py,sha256=Pcbnhbt_HVfEet12ndIyUu9yuFhTiworu-3vYNGlAVY,925
|
|
1146
|
-
tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py,sha256=ifvjTXJxmbS3GH4a7S9T2mgPseajX8WL4KQ5lT_2Rus,935
|
|
1147
|
-
tests/models/pooreNemecek2018/test_rotationDuration.py,sha256=tD2E91beAXdyT-xf5QSqc7kp5UPDDEaCE-FgsoSGorg,923
|
|
1148
|
-
tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py,sha256=seT7-ip5lSjglaM2Wbaf4qsNrc2W_RYnafef4mQlc8U,1668
|
|
1149
|
-
tests/models/pooreNemecek2018/test_utils.py,sha256=oqKCNVw6LOAa4jJFadQCL8ysUbUiVCnm0XBOdqa2BVA,742
|
|
1150
|
-
tests/models/poschEtAl2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1151
|
-
tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=QWULOJSMLIswcFP0tBnW7w1OB5OG2b9videSVqvy8dk,1286
|
|
1152
|
-
tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=Ynrcr5zzZZOsNc4-InV7gzNOQvpSMr_yQVDNmp6kAGg,1285
|
|
1153
|
-
tests/models/recipe2016Egalitarian/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1154
|
-
tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=OC8WjzPuyz5fd_E-LxFbOg3sasVc6LMJ9UK-jAKO7LU,697
|
|
1155
|
-
tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py,sha256=fWjzC9r6itihyW6AdmDkotbhML_0KavXernOpnK1SmY,677
|
|
1156
|
-
tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py,sha256=XnlWbwiE9lc_bkG8_c-h_5imeYUAwLBHXSIz6VmZJdc,693
|
|
1157
|
-
tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py,sha256=7YSkVphBPY77HErUiLp7ptZscpaFuckoCdcgF2BE9oQ,842
|
|
1158
|
-
tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=As_o4mOpwldTXyGEeLnL-020lIfOrI69MHkgtlUNRpY,698
|
|
1159
|
-
tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py,sha256=Wcbl2zeuJ7vxYhduBfOHMmHUi1a-43Mua6WRI3z6sis,1023
|
|
1160
|
-
tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py,sha256=hyZkV2WncRJNjOD-EWwWRmy1g7xo049sZTRu3yYXjyA,836
|
|
1161
|
-
tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=Q0TLBlJDPg9uGpbBoVs2d0pejGLcvhInlvzg2z_LD3o,858
|
|
1162
|
-
tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py,sha256=k-4fwA0-kgHP9h2GlIrF4aetNusY-n-tkSEE2vsw9Lc,897
|
|
1163
|
-
tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py,sha256=ub08h1OGxyecYZaWWNdPiPEBw3e1Gr9WlL8QcwqbI9U,839
|
|
1164
|
-
tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py,sha256=9RxboNK0hzWkUYCJt8Rj0P0hyepEjJ-OwxA9bErfbmg,1019
|
|
1165
|
-
tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py,sha256=CobtY6GgVj92xe7CNrruET_YdByaUhjvrkBmaFXF7po,842
|
|
1166
|
-
tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=sTC6Dy8avXaZHDO52jopR3GzaeOeLzAwIJ33yPCFk1U,854
|
|
1167
|
-
tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py,sha256=w30r3PHSCViMb6n8M1_bK3nnoSHtnDZ8qSOHJ2tbcfU,893
|
|
1168
|
-
tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py,sha256=YDvUYno81915ISr4BcS0r7OXOh2ie1Kl80j8fSrHUP4,1017
|
|
1169
|
-
tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py,sha256=m2hpElRK0LcYqlI2miNtNJoKSUo6h0yYfwpUwBGC7nk,897
|
|
1170
|
-
tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=xJ8LnpNKk-ukIejasgb4idmSSg3zcW-8rkK6-o4DKC4,852
|
|
1171
|
-
tests/models/recipe2016Hierarchist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1172
|
-
tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=KxsU-qCoQEmGcgLIqGAYq2cXguOOWjpLod3mAfnYyyA,697
|
|
1173
|
-
tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py,sha256=frm4oAkoFTjJUdaE0l0hSXoq_7NQe7um87zf4mnhxOM,677
|
|
1174
|
-
tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py,sha256=drX3PxmmLtvRDQFuLxxP8TUh9m69Pdwx-fJZnm6UJgk,693
|
|
1175
|
-
tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py,sha256=vu7gxLRqmf80oPNrWcvEUzE4P8YrVimCBz8BlRl80XU,842
|
|
1176
|
-
tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=riGtkM8GSBRHbf6jSWjT9xTmccqLmOkgiQkw-5ej8yM,698
|
|
1177
|
-
tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py,sha256=2NnDVeJ1qsh0aWhg0vHlFrmU6P_2JCmF0wVJ3m1XMxg,1023
|
|
1178
|
-
tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py,sha256=J2RgxafNzOQsBJJRpD9GyiHD_QpytacD0OaisJyfcRk,836
|
|
1179
|
-
tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=IxbG4wgBi8idCYvI30f6RY3T1twZzgduPJp-kakILes,858
|
|
1180
|
-
tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py,sha256=c-G6dgAgRkPoIQVY8EKnx2WodmCjxJccJomF6eINJ7k,897
|
|
1181
|
-
tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py,sha256=QCfzPShgv5NaBoMFmjTEdZiTUmw2HQ1yaWHzurwaWOI,839
|
|
1182
|
-
tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py,sha256=ZYiuP7vg3pGLfUPv0PYuJqGMSLGQi5DSsyoCrH8mPzo,1019
|
|
1183
|
-
tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py,sha256=cXbwObXWhycsje-KGOa7pwYEsGmAX6sYTuxcemMnqMs,842
|
|
1184
|
-
tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=F6JNYLQHsUfInaqjliw5Bu9YskJ7SMJvpXCHt1OT3Go,854
|
|
1185
|
-
tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py,sha256=KLyXWpbyigbbUBaPV3HILvDhqFuTu-ge_FHCG1kZa7o,893
|
|
1186
|
-
tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py,sha256=KMhdv-ewZ9pU4k3p-Y5pjrH_ZJWSmAuSRRwhVCMRc9U,1017
|
|
1187
|
-
tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py,sha256=_h0R4ag_PeuaeFyRFbxNUpB8waJH4Nv3XRQcAOyu1Pw,897
|
|
1188
|
-
tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=-rb91OC-KjEW4YlcMOVCYhO_wPqnx8loJcP2UDp7Ynw,852
|
|
1189
|
-
tests/models/recipe2016Individualist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1190
|
-
tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=DAfrTzT9t51ODVkyEGzD0lEg6koQZ_0z7KLeUmqlnEw,699
|
|
1191
|
-
tests/models/recipe2016Individualist/test_damageToHumanHealth.py,sha256=HpOS-TxOiukT1RHQAEhBguEnTmfaSuvWCjsI-568m8E,679
|
|
1192
|
-
tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py,sha256=ZLz3ebLBtMmhZrvcZqXG6mlQ1g9akVZsQUU8BzXb2nA,695
|
|
1193
|
-
tests/models/recipe2016Individualist/test_damageToResourceAvailability.py,sha256=73TNQ-TcoMXGJLrKvld_W0OWlDDeZUGVfIFApwOGslo,844
|
|
1194
|
-
tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=aBhBR5jpxSaL6mhTnR2iGE1PeIHAlPoEhjZ_OTCeciI,700
|
|
1195
|
-
tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py,sha256=PidB5pfeE-LrpyW8h4sVWsYcqIrvKZBTxVB8xi2Vj7I,1025
|
|
1196
|
-
tests/models/recipe2016Individualist/test_fossilResourceScarcity.py,sha256=p3DtmRD_PszTbyFSIdVs9sdZfqqJRkRfJ_XtNqHYmCw,838
|
|
1197
|
-
tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=DT1GK9RUFFOeJcKk8opNn_1f_UvLOX0cHCuw9iWJLq4,860
|
|
1198
|
-
tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py,sha256=JpNLtURR6KXMZ6fjHyyq2zEUG0nqZCX1PlgjUcmsOj8,899
|
|
1199
|
-
tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py,sha256=MSvllkdxrGA3AA6fYZGvk3NcC93-XyQ8PQICUtyF54g,841
|
|
1200
|
-
tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py,sha256=3A-RMc0dUJME_ge5SlO42ZBqY_Cwvd4lL68dV1XhQ-s,1021
|
|
1201
|
-
tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py,sha256=33UcHpzKYoT4pu2xHdIlZbNvXiLkQG4USrDiZBFNjPs,844
|
|
1202
|
-
tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=pwRfMd40Wpo4ooZyTwWNIYZB8qdycrgu8DJGJB0E4kI,856
|
|
1203
|
-
tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py,sha256=KbBsi267jmYvepDKDIpduSL8I-Y-nLz8f-JMBJJbQ4c,895
|
|
1204
|
-
tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py,sha256=D66KmXju3d3U5KPEaBDquGpYmBWJfC6Kk6FdF54QlhY,1019
|
|
1205
|
-
tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py,sha256=0Hcpg_abyI-nv2GgI3dnL1dDtpRZNvLdnbtTPkNbNEw,899
|
|
1206
|
-
tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=AGJg-x-PgbqcbmYDWqdd2F7ZRlcVgH4hpdWGLx-7wX8,854
|
|
1207
|
-
tests/models/schererPfister2015/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1208
|
-
tests/models/schererPfister2015/test_nErosionSoilFlux.py,sha256=MnxRFXK0TQ7nNdTQyIh41ShV3F2dP8l_myuAICeQCQE,2209
|
|
1209
|
-
tests/models/schererPfister2015/test_pErosionSoilFlux.py,sha256=YbQEZGQjdppamcUmuGDgUyJXkO4pkjmCq_lllPC6HoY,2209
|
|
1210
|
-
tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py,sha256=57MVRyiEU0g8pp6uRQiVo6l2w3OgBPyfv6oqdSIyrZ0,1060
|
|
1211
|
-
tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py,sha256=lOTL-ue6hEbQsKIss6VsN7bJME5UCB3pTbqbLtMp9rk,1064
|
|
1212
|
-
tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py,sha256=1VJo9q-Kb2OboK2RMp3-bkP6lXfkFbqMz1ACJC75FWw,1441
|
|
1213
|
-
tests/models/schmidt2007/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1214
|
-
tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py,sha256=5VSxT6sEbNp6c4Y07WzJGFDwVnjJbziG9HmbJNF6r6A,1454
|
|
1215
|
-
tests/models/schmidt2007/test_h2SToAirWasteTreatment.py,sha256=7UH5nCZJaVbjMLTksSYSFvKtr98ulZwT4TxKhZDhXQw,1454
|
|
1216
|
-
tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py,sha256=xgikZTGcDqiYdT4b1lR-2g7SQEIenV2-RSzeB68dqRM,1460
|
|
1217
|
-
tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py,sha256=22x5Hc0keF41LYMKvARrJvmPtOjIKJ6vCrF2d8AOyAc,1454
|
|
1218
|
-
tests/models/schmidt2007/test_utils.py,sha256=rmtOV3xiFynjgx8lQNGsJqquG8HDxz3LDmh1efN8AkI,1278
|
|
1219
|
-
tests/models/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1220
|
-
tests/models/site/test_defaultMethodClassification.py,sha256=MoG9inlu5GrNL2QJpO0AWJZpc4682zDnO8-0mVgeV88,667
|
|
1221
|
-
tests/models/site/test_defaultMethodClassificationDescription.py,sha256=7Dg40MLSZnW1X3ZXg2dXMzc1hUqIUIuiga5KX9cVscU,767
|
|
1222
|
-
tests/models/site/test_grouped_measurement.py,sha256=k63n5rWhamlztPw9-NAPQ6oYL8g5mZGWu4UoFl4RnEM,657
|
|
1223
|
-
tests/models/site/measurement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1224
|
-
tests/models/site/measurement/test_value.py,sha256=i6w7X0Qb9utIGeopjQLz4S3tBrXVVFzZTh2q1JSxXu0,1001
|
|
1225
|
-
tests/models/site/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1226
|
-
tests/models/site/post_checks/test_cache.py,sha256=g34PQgfyzYveRT-gVKJl0euyBp-Kav8JnBVk-bod1WA,191
|
|
1227
|
-
tests/models/site/post_checks/test_country.py,sha256=LENeyFF5V440H06l-gYxl9fozBmOsp1W1nAu9kBu80o,239
|
|
1228
|
-
tests/models/site/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1229
|
-
tests/models/site/pre_checks/test_cache_geospatialDatabase.py,sha256=YMBowk5qBKPzvZfRUmABfCU1BhGVeIvv4Xo782Crqec,658
|
|
1230
|
-
tests/models/site/pre_checks/test_cache_years.py,sha256=sU0OhXGa4wC2DKduzlcxQVc51srS0Oks3L1gh1nJGf8,756
|
|
1231
|
-
tests/models/site/pre_checks/test_country.py,sha256=f96w3K1kxt-2_D39P7ekhdAyytXOeZR-blQvXL5hTlo,439
|
|
1232
|
-
tests/models/stehfestBouwman2006/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1233
|
-
tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py,sha256=NF0wADubo9boAuYMtUGH30s4tieHE8LNrf547JgmlAE,677
|
|
1234
|
-
tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py,sha256=9j-gLUiZfrkZO8KnuwVancRD1r31159t5VpBlMk-W6s,660
|
|
1235
|
-
tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=oQcRo1M6uITvObqFMqwnzM2XwrlgKD3NjBYmhFyK3mQ,672
|
|
1236
|
-
tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=oPYq5Lww7394wyC8zS6sXLzy-1-OK-hOuYAFjwdpt4o,670
|
|
1237
|
-
tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py,sha256=phZN3OctVS5rpoTE3RhZBKs0RXlJFGS4fKbYwkI5QHU,671
|
|
1238
|
-
tests/models/stehfestBouwman2006/test_noxToAirExcreta.py,sha256=XUxRxHhGI_VxU5sLmRY0s7EzPDHbushQxGWBHTxif3w,654
|
|
1239
|
-
tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py,sha256=2nxv9IzhDco2Dh_DRvfHUPbd_o9G-Ay0COdkUA7VXzM,666
|
|
1240
|
-
tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py,sha256=eTvdT7XwE143cSLZFrqNTHnQdokEHuWRMhZLGjesM20,664
|
|
1241
|
-
tests/models/stehfestBouwman2006GisImplementation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1242
|
-
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py,sha256=EuZVgW8lvWHGtxgLpHEOGxvxwYg5XQQxF7byOHYCIoo,696
|
|
1243
|
-
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py,sha256=fy8fPAotwR6v5bhb36LA5NoEMvh8I3-7oo1P8NkG8ZM,671
|
|
1244
|
-
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py,sha256=tIcmfti3-cobJnZ9ahbhl99Qps5ed4qKOHgnKvSaUGo,683
|
|
1245
|
-
tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py,sha256=FDLhKuzGNcAHw2LEebbj4UUlS-ZQL0Id-L5phUv70lc,681
|
|
1246
|
-
tests/models/transformation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1247
|
-
tests/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1248
|
-
tests/models/transformation/input/test_excreta.py,sha256=OQPybwORO_7MX2sG4cZretOnm3EJisl48nUVHGhIfR0,1556
|
|
1249
|
-
tests/models/transformation/input/test_max.py,sha256=6hhQnTcwZDLXDbS64LniIwtHCRoafkUIlEjuYneEsGI,929
|
|
1250
|
-
tests/models/transformation/input/test_min.py,sha256=3fahLGGPLaEfpiObzotpxdHh3q6af1Zd5kPXqlI6B4Y,929
|
|
1251
|
-
tests/models/transformation/input/test_properties.py,sha256=I_orffwtM8j_NXobf4beW4nblCpQsYgpx8DqYrYxPpw,936
|
|
1252
|
-
tests/models/transformation/input/test_sd.py,sha256=xbAO_L3kOrLqUtzrRQCwf8fPpBP01n7dUwM0rj3nI3g,928
|
|
1253
|
-
tests/models/transformation/input/test_value.py,sha256=YUrCqryVFVBdTiwDbOUEmsDna1RHiOXrvDzaMg6npbM,931
|
|
1254
|
-
tests/models/transformation/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1255
|
-
tests/models/transformation/product/test_excreta.py,sha256=Q9OQpk8qVPv3alIz2i5XQ2RVp3hYbhBggnV_M9Y1ztk,1945
|
|
1256
|
-
tests/models/usetoxV2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1257
|
-
tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py,sha256=eq7Gcmfya9g0eOKKkuBhz8vq7xi_CmZ_LTSxueBwZt4,835
|
|
1258
|
-
tests/models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1259
|
-
tests/models/utils/test_array_builders.py,sha256=_ZxbKVReS9U2s6PhnXRqSKCsa9j-2Bxl8p_Fr7KHMBk,8418
|
|
1260
|
-
tests/models/utils/test_background_emissions.py,sha256=0C7sl0UWIN9V_gcjB7HM6alMO72T4vj80Xf8uJ2xeOI,465
|
|
1261
|
-
tests/models/utils/test_blank_node.py,sha256=F5pCV-5bKxqsrubjN1W-PACltBljF7z84_7lFBcDFJs,32871
|
|
1262
|
-
tests/models/utils/test_cache_sources.py,sha256=xcGMVbYoV23YC4HLBTL_4qZP1ME2cp3DFebgJMxI2TE,721
|
|
1263
|
-
tests/models/utils/test_crop.py,sha256=d508vQdtB_Q_6hEahNueXed5PaEiLeN7ScbwZIKCiDI,862
|
|
1264
|
-
tests/models/utils/test_cropResidue.py,sha256=RmOgKEdnhvw9uJbSSLmGyeztFXqiqf7UwDfwrC64ArI,904
|
|
1265
|
-
tests/models/utils/test_cropResidueManagement.py,sha256=RQt8lexeJzCyxZceIutgDpw7BpcqmjsUB0C0yZC2QpY,930
|
|
1266
|
-
tests/models/utils/test_currency.py,sha256=BPsojPsY9QW2aj8vgbjkPQXU8GU6wDwwtPZ3HdC4KTU,277
|
|
1267
|
-
tests/models/utils/test_dataCompleteness.py,sha256=Dx3qRUfEW6xqXPdaitJBny8bkfE6rdZvRO9EynuaPMc,1727
|
|
1268
|
-
tests/models/utils/test_ecoClimateZone.py,sha256=Pzy1wuCqkz4Ftms-6eCxdYg1sdOVu8bobTNVd-TUm3U,4280
|
|
1269
|
-
tests/models/utils/test_emission.py,sha256=N7Vk_CMsU5wy73nh_VoHtXDsp02R1oGalFwppYD8Bzo,1941
|
|
1270
|
-
tests/models/utils/test_feedipedia.py,sha256=S7c1W4bJ5xWXPh42pPbl3R7lDX_iEeaEtFaPXgB7hgE,906
|
|
1271
|
-
tests/models/utils/test_impact_assessment.py,sha256=XeIBY2-a-GQDrIjBlEupqUAOonrHVgpVSmw4nc7mql8,1582
|
|
1272
|
-
tests/models/utils/test_indicator.py,sha256=JaG6K3oXyhEEG9acqrTgqd5e2Tt_llLTFbiLvp4G87Y,694
|
|
1273
|
-
tests/models/utils/test_input.py,sha256=oUjgIYrqPf-KxgJB1mjbPlj95MbBp-4gQygQTJpI4rI,2441
|
|
1274
|
-
tests/models/utils/test_liveAnimal.py,sha256=bntT4vULWsDF2DOigtiMjpS0gJS5ipalPsfrk-JxC-I,986
|
|
1275
|
-
tests/models/utils/test_measurement.py,sha256=GjR4JzcGDHeBWdHQxxuV84BA7yOtWWIBiOgZXPpJkgI,3746
|
|
1276
|
-
tests/models/utils/test_practice.py,sha256=_vUJZp1GyRtrH3GES5R00sqGz3Bho6hngqaN_0p5hOk,618
|
|
1277
|
-
tests/models/utils/test_product.py,sha256=heEJiDMGP4h7iHEz0ukQ_7-5VxLLOJdSrQ9PFqwvRyI,2302
|
|
1278
|
-
tests/models/utils/test_property.py,sha256=n69G6f2LimZopjh3l-0n4cjrKusy4GWH4XsOwOmfXKc,624
|
|
1279
|
-
tests/models/utils/test_site.py,sha256=6jy4iCKAlxo_r1T0sXlkVTSIGT9C1r6qk9rfLCMmHo8,3115
|
|
1280
|
-
tests/models/utils/test_source.py,sha256=P40VGf1Yr-cMUPQ4k3OT4AdWPsX2R5xTmhnRzGRQvo4,2018
|
|
1281
|
-
tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapCWk,3509
|
|
1282
|
-
tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
|
|
1283
|
-
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1284
|
-
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1285
|
-
tests/orchestrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1286
|
-
tests/orchestrator/test_models.py,sha256=uElZTnDKJeI-HWyfWQCWl74p93uP6qBIfDBXGxJnUgs,2045
|
|
1287
|
-
tests/orchestrator/test_orchestrator.py,sha256=dlO4CKn04m__SZhDtvy1npvQUavVNhdcRe4Unj7wg6g,742
|
|
1288
|
-
tests/orchestrator/test_utils.py,sha256=Sqysl2ocifLUeSbgGUdeRn0Sof0xVEeH4dgoXfe18yw,3050
|
|
1289
|
-
tests/orchestrator/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1290
|
-
tests/orchestrator/models/test_transformations.py,sha256=5s6Ts6_DzNvvxpgtqoA2YTnsTJFr_6xbwTNUkQmWr14,1441
|
|
1291
|
-
tests/orchestrator/models/emissions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1292
|
-
tests/orchestrator/models/emissions/test_deleted.py,sha256=55WOjXR2oeKxdRgXmJg4DgIY3f0asPMvez8b5fkT7LI,767
|
|
1293
|
-
tests/orchestrator/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1294
|
-
tests/orchestrator/strategies/merge/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1295
|
-
tests/orchestrator/strategies/merge/test_merge_append.py,sha256=T6_y3qDb4ZmZixzSZMNCYD-dbkIHFfvpayXo1K9-lNA,800
|
|
1296
|
-
tests/orchestrator/strategies/merge/test_merge_default.py,sha256=iEia74Z7RflmxDZ3XzubN9yR8n5DR_CDSMyLIW1e8PU,198
|
|
1297
|
-
tests/orchestrator/strategies/merge/test_merge_list.py,sha256=ANt7EZotwkm4dxaCRvrVUZnAo2T3Xk5zEfbDkA3nQVc,9855
|
|
1298
|
-
tests/orchestrator/strategies/merge/test_merge_node.py,sha256=yCaIKFFdJcIANidQBJb95f50OPgm9wwTsuTEzhHumA0,3203
|
|
1299
|
-
tests/orchestrator/strategies/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1300
|
-
tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py,sha256=K4xg4UAXfNhSaLyknKVPO7MGBF44Z_gD7CuZ_pe28gU,3512
|
|
1301
|
-
tests/orchestrator/strategies/run/test_add_key_if_missing.py,sha256=hKwvk1ohcBVnQUCTiDhRW99J0xEa29BpwFi1KC0yWLE,329
|
|
1302
|
-
tests/orchestrator/strategies/run/test_always.py,sha256=w5-Dhp6yLzgZGAeMRz3OrqZbbAed9gZ1O266a3z9k7w,134
|
|
1303
|
-
hestia_earth_models-0.74.17.dist-info/METADATA,sha256=MQMZ5cIrnNeiLTJgCFHQEyOz_QJje2X7T_0ae25iK_U,4254
|
|
1304
|
-
hestia_earth_models-0.74.17.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
1305
|
-
hestia_earth_models-0.74.17.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1306
|
-
hestia_earth_models-0.74.17.dist-info/RECORD,,
|
|
678
|
+
hestia_earth_models-0.75.1.dist-info/licenses/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
|
|
679
|
+
hestia_earth_models-0.75.1.dist-info/METADATA,sha256=KOjt7CWzx1fmpsDFelMpu4hcqz1vbUHzeEpsn1GFV08,4049
|
|
680
|
+
hestia_earth_models-0.75.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
681
|
+
hestia_earth_models-0.75.1.dist-info/top_level.txt,sha256=q0QxKEYx9uLpAD5ZtC7Ypq29smEPfOzEAn7Xv8XHGOQ,13
|
|
682
|
+
hestia_earth_models-0.75.1.dist-info/RECORD,,
|