hestia-earth-models 0.64.1__tar.gz → 0.65.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1581) hide show
  1. hestia_earth_models-0.65.9/LICENSE +21 -0
  2. hestia_earth_models-0.65.9/MANIFEST.in +3 -0
  3. hestia_earth_models-0.65.9/PKG-INFO +91 -0
  4. hestia_earth_models-0.65.9/README.md +74 -0
  5. hestia_earth_models-0.65.9/hestia_earth/models/agribalyse2016/fuelElectricity.py +130 -0
  6. hestia_earth_models-0.65.9/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +91 -0
  7. hestia_earth_models-0.65.9/hestia_earth/models/aware/scarcityWeightedWaterUse.py +117 -0
  8. hestia_earth_models-0.65.9/hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py +78 -0
  9. hestia_earth_models-0.65.9/hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +78 -0
  10. hestia_earth_models-0.65.9/hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py +78 -0
  11. hestia_earth_models-0.65.9/hestia_earth/models/cache_sites.py +154 -0
  12. hestia_earth_models-0.65.9/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +98 -0
  13. hestia_earth_models-0.65.9/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +93 -0
  14. hestia_earth_models-0.65.9/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +67 -0
  15. hestia_earth_models-0.65.9/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +179 -0
  16. hestia_earth_models-0.65.9/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +136 -0
  17. hestia_earth_models-0.65.9/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +33 -0
  18. hestia_earth_models-0.65.9/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +33 -0
  19. hestia_earth_models-0.65.9/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +33 -0
  20. hestia_earth_models-0.65.9/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +33 -0
  21. hestia_earth_models-0.65.9/hestia_earth/models/config/Cycle.json +2173 -0
  22. hestia_earth_models-0.65.9/hestia_earth/models/config/ImpactAssessment.json +2041 -0
  23. hestia_earth_models-0.65.9/hestia_earth/models/config/Site.json +471 -0
  24. hestia_earth_models-0.65.9/hestia_earth/models/config/__init__.py +71 -0
  25. hestia_earth_models-0.65.9/hestia_earth/models/config/run-calculations.json +42 -0
  26. hestia_earth_models-0.65.9/hestia_earth/models/config/trigger-calculations.json +43 -0
  27. hestia_earth_models-0.65.9/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +78 -0
  28. hestia_earth_models-0.65.9/hestia_earth/models/cycle/animal/input/properties.py +99 -0
  29. hestia_earth_models-0.65.9/hestia_earth/models/cycle/animal/milkYield.py +75 -0
  30. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/__init__.py +40 -0
  31. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/cropResidue.py +74 -0
  32. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/electricityFuel.py +62 -0
  33. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/freshForage.py +60 -0
  34. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/seed.py +58 -0
  35. hestia_earth_models-0.65.9/hestia_earth/models/cycle/completeness/soilAmendment.py +44 -0
  36. hestia_earth_models-0.65.9/hestia_earth/models/cycle/concentrateFeed.py +179 -0
  37. hestia_earth_models-0.65.9/hestia_earth/models/cycle/cycleDuration.py +93 -0
  38. hestia_earth_models-0.65.9/hestia_earth/models/cycle/endDate.py +56 -0
  39. hestia_earth_models-0.65.9/hestia_earth/models/cycle/input/hestiaAggregatedData.py +156 -0
  40. hestia_earth_models-0.65.9/hestia_earth/models/cycle/input/properties.py +87 -0
  41. hestia_earth_models-0.65.9/hestia_earth/models/cycle/liveAnimal.py +107 -0
  42. hestia_earth_models-0.65.9/hestia_earth/models/cycle/materialAndSubstrate.py +158 -0
  43. hestia_earth_models-0.65.9/hestia_earth/models/cycle/milkYield.py +160 -0
  44. hestia_earth_models-0.65.9/hestia_earth/models/cycle/otherSitesArea.py +59 -0
  45. hestia_earth_models-0.65.9/hestia_earth/models/cycle/otherSitesUnusedDuration.py +92 -0
  46. hestia_earth_models-0.65.9/hestia_earth/models/cycle/pastureSystem.py +79 -0
  47. hestia_earth_models-0.65.9/hestia_earth/models/cycle/pre_checks/cache_sources.py +16 -0
  48. hestia_earth_models-0.65.9/hestia_earth/models/cycle/product/economicValueShare.py +210 -0
  49. hestia_earth_models-0.65.9/hestia_earth/models/cycle/product/properties.py +54 -0
  50. hestia_earth_models-0.65.9/hestia_earth/models/cycle/siteArea.py +84 -0
  51. hestia_earth_models-0.65.9/hestia_earth/models/cycle/siteDuration.py +70 -0
  52. hestia_earth_models-0.65.9/hestia_earth/models/cycle/startDate.py +77 -0
  53. hestia_earth_models-0.65.9/hestia_earth/models/cycle/startDateDefinition.py +67 -0
  54. hestia_earth_models-0.65.9/hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py +64 -0
  55. hestia_earth_models-0.65.9/hestia_earth/models/cycle/unknownPreSeasonWaterRegime.py +50 -0
  56. hestia_earth_models-0.65.9/hestia_earth/models/cycle/utils.py +43 -0
  57. hestia_earth_models-0.65.9/hestia_earth/models/ecoinventV3/__init__.py +154 -0
  58. hestia_earth_models-0.65.9/hestia_earth/models/ecoinventV3/utils.py +39 -0
  59. hestia_earth_models-0.65.9/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +145 -0
  60. hestia_earth_models-0.65.9/hestia_earth/models/edip2003/ozoneDepletionPotential.py +34 -0
  61. hestia_earth_models-0.65.9/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +147 -0
  62. hestia_earth_models-0.65.9/hestia_earth/models/emissionNotRelevant/__init__.py +73 -0
  63. hestia_earth_models-0.65.9/hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +33 -0
  64. hestia_earth_models-0.65.9/hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py +120 -0
  65. hestia_earth_models-0.65.9/hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py +156 -0
  66. hestia_earth_models-0.65.9/hestia_earth/models/environmentalFootprintV3/soilQualityIndexTotalLandUseEffects.py +77 -0
  67. hestia_earth_models-0.65.9/hestia_earth/models/environmentalFootprintV3/utils.py +17 -0
  68. hestia_earth_models-0.65.9/hestia_earth/models/fantkeEtAl2016/__init__.py +13 -0
  69. hestia_earth_models-0.65.9/hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +39 -0
  70. hestia_earth_models-0.65.9/hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py +34 -0
  71. hestia_earth_models-0.65.9/hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py +34 -0
  72. hestia_earth_models-0.65.9/hestia_earth/models/faostat2018/utils.py +186 -0
  73. hestia_earth_models-0.65.9/hestia_earth/models/frischknechtEtAl2000/__init__.py +13 -0
  74. hestia_earth_models-0.65.9/hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +122 -0
  75. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +87 -0
  76. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +76 -0
  77. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +100 -0
  78. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +84 -0
  79. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +69 -0
  80. hestia_earth_models-0.65.9/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +98 -0
  81. hestia_earth_models-0.65.9/hestia_earth/models/hestia/__init__.py +13 -0
  82. hestia_earth_models-0.65.9/hestia_earth/models/hestia/landCover.py +760 -0
  83. hestia_earth_models-0.65.9/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +49 -0
  84. hestia_earth_models-0.65.9/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +49 -0
  85. hestia_earth_models-0.65.9/hestia_earth/models/hestia/resourceUse_utils.py +200 -0
  86. hestia_earth_models-0.65.9/hestia_earth/models/hestia/seed_emissions.py +293 -0
  87. hestia_earth_models-0.65.9/hestia_earth/models/hestia/utils.py +48 -0
  88. hestia_earth_models-0.65.9/hestia_earth/models/impact_assessment/emissions.py +109 -0
  89. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +100 -0
  90. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +99 -0
  91. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +33 -0
  92. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +33 -0
  93. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +546 -0
  94. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/fatContent.py +38 -0
  95. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py +38 -0
  96. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/liveweightGain.py +38 -0
  97. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +38 -0
  98. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +91 -0
  99. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/pastureGrass.py +325 -0
  100. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +38 -0
  101. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/trueProteinContent.py +38 -0
  102. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/utils.py +109 -0
  103. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +98 -0
  104. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/belowGroundBiomass.py +531 -0
  105. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/biomass_utils.py +424 -0
  106. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py +96 -0
  107. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +279 -0
  108. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +154 -0
  109. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +208 -0
  110. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +221 -0
  111. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +1538 -0
  112. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +221 -0
  113. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/croppingDuration.py +99 -0
  114. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +66 -0
  115. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +238 -0
  116. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +1933 -0
  117. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +1795 -0
  118. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +287 -0
  119. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/pastureGrass.py +280 -0
  120. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2019/pastureGrass_utils.py +358 -0
  121. hestia_earth_models-0.65.9/hestia_earth/models/ipcc2021/gwp100.py +36 -0
  122. hestia_earth_models-0.65.9/hestia_earth/models/koble2014/aboveGroundCropResidue.py +164 -0
  123. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +33 -0
  124. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +33 -0
  125. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +37 -0
  126. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +37 -0
  127. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +37 -0
  128. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +37 -0
  129. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +33 -0
  130. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +33 -0
  131. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +33 -0
  132. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +37 -0
  133. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +37 -0
  134. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +33 -0
  135. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +51 -0
  136. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +33 -0
  137. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +37 -0
  138. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +37 -0
  139. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +33 -0
  140. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +37 -0
  141. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +37 -0
  142. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +37 -0
  143. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +33 -0
  144. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +33 -0
  145. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +33 -0
  146. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +37 -0
  147. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +37 -0
  148. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +37 -0
  149. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +37 -0
  150. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +33 -0
  151. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +33 -0
  152. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +33 -0
  153. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +37 -0
  154. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +37 -0
  155. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +33 -0
  156. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +51 -0
  157. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +33 -0
  158. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +37 -0
  159. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +37 -0
  160. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +33 -0
  161. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +37 -0
  162. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +37 -0
  163. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +37 -0
  164. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +33 -0
  165. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +33 -0
  166. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +37 -0
  167. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +37 -0
  168. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +37 -0
  169. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +37 -0
  170. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +33 -0
  171. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +33 -0
  172. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +33 -0
  173. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +37 -0
  174. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +37 -0
  175. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +33 -0
  176. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +51 -0
  177. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +33 -0
  178. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +37 -0
  179. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +37 -0
  180. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +33 -0
  181. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +37 -0
  182. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +37 -0
  183. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +37 -0
  184. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +33 -0
  185. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +33 -0
  186. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +37 -0
  187. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +37 -0
  188. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +37 -0
  189. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +37 -0
  190. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +33 -0
  191. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +33 -0
  192. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +33 -0
  193. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +37 -0
  194. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +37 -0
  195. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +33 -0
  196. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +51 -0
  197. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +33 -0
  198. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +37 -0
  199. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +37 -0
  200. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +33 -0
  201. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +37 -0
  202. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +37 -0
  203. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +37 -0
  204. hestia_earth_models-0.65.9/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +33 -0
  205. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/emissions.py +172 -0
  206. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +40 -0
  207. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +41 -0
  208. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py +42 -0
  209. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py +42 -0
  210. hestia_earth_models-0.65.9/hestia_earth/models/linkedImpactAssessment/utils.py +112 -0
  211. hestia_earth_models-0.65.9/hestia_earth/models/log.py +105 -0
  212. hestia_earth_models-0.65.9/hestia_earth/models/mocking/__init__.py +21 -0
  213. hestia_earth_models-0.65.9/hestia_earth/models/mocking/build_mock_search.py +44 -0
  214. hestia_earth_models-0.65.9/hestia_earth/models/mocking/mock_search.py +36 -0
  215. hestia_earth_models-0.65.9/hestia_earth/models/mocking/search-results.json +5143 -0
  216. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/excretaKgN.py +157 -0
  217. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +222 -0
  218. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +105 -0
  219. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +73 -0
  220. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +60 -0
  221. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +65 -0
  222. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +68 -0
  223. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +67 -0
  224. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py +68 -0
  225. hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/utils.py +90 -0
  226. hestia_earth_models-0.65.9/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +43 -0
  227. hestia_earth_models-0.65.9/hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +43 -0
  228. hestia_earth_models-0.65.9/hestia_earth/models/preload_requests.py +59 -0
  229. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +37 -0
  230. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +37 -0
  231. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +37 -0
  232. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +37 -0
  233. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +48 -0
  234. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  235. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +33 -0
  236. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +33 -0
  237. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +48 -0
  238. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +33 -0
  239. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  240. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +33 -0
  241. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +33 -0
  242. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +33 -0
  243. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +33 -0
  244. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +37 -0
  245. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +37 -0
  246. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +37 -0
  247. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +37 -0
  248. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +48 -0
  249. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  250. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +33 -0
  251. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +33 -0
  252. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +48 -0
  253. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +33 -0
  254. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  255. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +33 -0
  256. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +33 -0
  257. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +33 -0
  258. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +33 -0
  259. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +37 -0
  260. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +37 -0
  261. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +37 -0
  262. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +37 -0
  263. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +48 -0
  264. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  265. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +33 -0
  266. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +33 -0
  267. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +48 -0
  268. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +33 -0
  269. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +33 -0
  270. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +33 -0
  271. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +33 -0
  272. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +33 -0
  273. hestia_earth_models-0.65.9/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +33 -0
  274. hestia_earth_models-0.65.9/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +131 -0
  275. hestia_earth_models-0.65.9/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +131 -0
  276. hestia_earth_models-0.65.9/hestia_earth/models/schererPfister2015/utils.py +87 -0
  277. hestia_earth_models-0.65.9/hestia_earth/models/schmidt2007/utils.py +25 -0
  278. hestia_earth_models-0.65.9/hestia_earth/models/site/management.py +405 -0
  279. hestia_earth_models-0.65.9/hestia_earth/models/site/pre_checks/cache_sources.py +16 -0
  280. hestia_earth_models-0.65.9/hestia_earth/models/site/soilMeasurement.py +184 -0
  281. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +73 -0
  282. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +80 -0
  283. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +83 -0
  284. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +83 -0
  285. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +68 -0
  286. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +75 -0
  287. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +78 -0
  288. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +78 -0
  289. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +65 -0
  290. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +72 -0
  291. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +75 -0
  292. hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +75 -0
  293. hestia_earth_models-0.65.9/hestia_earth/models/transformation/input/excreta.py +110 -0
  294. hestia_earth_models-0.65.9/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +33 -0
  295. hestia_earth_models-0.65.9/hestia_earth/models/utils/__init__.py +220 -0
  296. hestia_earth_models-0.65.9/hestia_earth/models/utils/aggregated.py +118 -0
  297. hestia_earth_models-0.65.9/hestia_earth/models/utils/array_builders.py +589 -0
  298. hestia_earth_models-0.65.9/hestia_earth/models/utils/blank_node.py +1515 -0
  299. hestia_earth_models-0.65.9/hestia_earth/models/utils/cache_sources.py +15 -0
  300. hestia_earth_models-0.65.9/hestia_earth/models/utils/constant.py +122 -0
  301. hestia_earth_models-0.65.9/hestia_earth/models/utils/crop.py +72 -0
  302. hestia_earth_models-0.65.9/hestia_earth/models/utils/cycle.py +471 -0
  303. hestia_earth_models-0.65.9/hestia_earth/models/utils/descriptive_stats.py +49 -0
  304. hestia_earth_models-0.65.9/hestia_earth/models/utils/ecoClimateZone.py +127 -0
  305. hestia_earth_models-0.65.9/hestia_earth/models/utils/emission.py +102 -0
  306. hestia_earth_models-0.65.9/hestia_earth/models/utils/feedipedia.py +86 -0
  307. hestia_earth_models-0.65.9/hestia_earth/models/utils/fuel.py +32 -0
  308. hestia_earth_models-0.65.9/hestia_earth/models/utils/impact_assessment.py +259 -0
  309. hestia_earth_models-0.65.9/hestia_earth/models/utils/indicator.py +15 -0
  310. hestia_earth_models-0.65.9/hestia_earth/models/utils/input.py +149 -0
  311. hestia_earth_models-0.65.9/hestia_earth/models/utils/landCover.py +9 -0
  312. hestia_earth_models-0.65.9/hestia_earth/models/utils/lookup.py +204 -0
  313. hestia_earth_models-0.65.9/hestia_earth/models/utils/management.py +11 -0
  314. hestia_earth_models-0.65.9/hestia_earth/models/utils/measurement.py +298 -0
  315. hestia_earth_models-0.65.9/hestia_earth/models/utils/pesticideAI.py +45 -0
  316. hestia_earth_models-0.65.9/hestia_earth/models/utils/productivity.py +21 -0
  317. hestia_earth_models-0.65.9/hestia_earth/models/utils/property.py +134 -0
  318. hestia_earth_models-0.65.9/hestia_earth/models/utils/site.py +131 -0
  319. hestia_earth_models-0.65.9/hestia_earth/models/utils/stats.py +429 -0
  320. hestia_earth_models-0.65.9/hestia_earth/models/utils/term.py +702 -0
  321. hestia_earth_models-0.65.9/hestia_earth/models/utils/time_series.py +90 -0
  322. hestia_earth_models-0.65.9/hestia_earth/models/version.py +1 -0
  323. hestia_earth_models-0.65.9/hestia_earth/orchestrator/__init__.py +40 -0
  324. hestia_earth_models-0.65.9/hestia_earth/orchestrator/log.py +62 -0
  325. hestia_earth_models-0.65.9/hestia_earth/orchestrator/models/__init__.py +118 -0
  326. hestia_earth_models-0.65.9/hestia_earth/orchestrator/models/emissions/deleted.py +15 -0
  327. hestia_earth_models-0.65.9/hestia_earth/orchestrator/models/transformations.py +103 -0
  328. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/merge/__init__.py +42 -0
  329. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/merge/merge_append.py +29 -0
  330. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/merge/merge_default.py +1 -0
  331. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/merge/merge_list.py +103 -0
  332. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/merge/merge_node.py +59 -0
  333. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/run/__init__.py +8 -0
  334. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +85 -0
  335. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/run/add_key_if_missing.py +9 -0
  336. hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies/run/always.py +6 -0
  337. hestia_earth_models-0.65.9/hestia_earth/orchestrator/utils.py +116 -0
  338. hestia_earth_models-0.65.9/hestia_earth_models.egg-info/PKG-INFO +91 -0
  339. hestia_earth_models-0.65.9/hestia_earth_models.egg-info/SOURCES.txt +1215 -0
  340. hestia_earth_models-0.65.9/hestia_earth_models.egg-info/requires.txt +9 -0
  341. hestia_earth_models-0.65.9/setup.py +38 -0
  342. hestia_earth_models-0.65.9/tests/models/blonkConsultants2016/test_ch4ToAirNaturalVegetationBurning.py +34 -0
  343. hestia_earth_models-0.65.9/tests/models/blonkConsultants2016/test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +36 -0
  344. hestia_earth_models-0.65.9/tests/models/blonkConsultants2016/test_n2OToAirNaturalVegetationBurningDirect.py +34 -0
  345. hestia_earth_models-0.65.9/tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +196 -0
  346. hestia_earth_models-0.65.9/tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +124 -0
  347. hestia_earth_models-0.65.9/tests/models/cycle/animal/test_milkYield.py +30 -0
  348. hestia_earth_models-0.65.9/tests/models/cycle/completeness/test_freshForage.py +21 -0
  349. hestia_earth_models-0.65.9/tests/models/cycle/completeness/test_seed.py +36 -0
  350. hestia_earth_models-0.65.9/tests/models/cycle/completeness/test_soilAmendment.py +23 -0
  351. hestia_earth_models-0.65.9/tests/models/cycle/input/test_hestiaAggregatedData.py +98 -0
  352. hestia_earth_models-0.65.9/tests/models/cycle/test_endDate.py +38 -0
  353. hestia_earth_models-0.65.9/tests/models/cycle/test_liveAnimal.py +64 -0
  354. hestia_earth_models-0.65.9/tests/models/cycle/test_materialsAndSubstrate.py +49 -0
  355. hestia_earth_models-0.65.9/tests/models/cycle/test_milkYield.py +58 -0
  356. hestia_earth_models-0.65.9/tests/models/cycle/test_otherSitesArea.py +68 -0
  357. hestia_earth_models-0.65.9/tests/models/cycle/test_siteArea.py +51 -0
  358. hestia_earth_models-0.65.9/tests/models/cycle/test_siteDuration.py +83 -0
  359. hestia_earth_models-0.65.9/tests/models/cycle/test_startDate.py +58 -0
  360. hestia_earth_models-0.65.9/tests/models/cycle/test_stockingDensityAnimalHousingAverage.py +42 -0
  361. hestia_earth_models-0.65.9/tests/models/edip2003/test_ozoneDepletionPotential.py +34 -0
  362. hestia_earth_models-0.65.9/tests/models/environmentalFootprintV3/test_freshwaterEcotoxicityPotentialCtue.py +25 -0
  363. hestia_earth_models-0.65.9/tests/models/environmentalFootprintV3/test_soilQualityIndexLandOccupation.py +159 -0
  364. hestia_earth_models-0.65.9/tests/models/environmentalFootprintV3/test_soilQualityIndexLandTransformation.py +179 -0
  365. hestia_earth_models-0.65.9/tests/models/environmentalFootprintV3/test_soilQualityIndexTotalLandUseEffects.py +55 -0
  366. hestia_earth_models-0.65.9/tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +20 -0
  367. hestia_earth_models-0.65.9/tests/models/faostat2018/test_faostat_utils.py +84 -0
  368. hestia_earth_models-0.65.9/tests/models/faostat2018/test_landTransformation100YearAverageDuringCycle.py +21 -0
  369. hestia_earth_models-0.65.9/tests/models/faostat2018/test_landTransformation20YearAverageDuringCycle.py +21 -0
  370. hestia_earth_models-0.65.9/tests/models/faostat2018/test_utils.py +28 -0
  371. hestia_earth_models-0.65.9/tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +93 -0
  372. hestia_earth_models-0.65.9/tests/models/hestia/test_landCover.py +213 -0
  373. hestia_earth_models-0.65.9/tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +30 -0
  374. hestia_earth_models-0.65.9/tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +31 -0
  375. hestia_earth_models-0.65.9/tests/models/hestia/test_seed_emissions.py +27 -0
  376. hestia_earth_models-0.65.9/tests/models/impact_assessment/test_emissions.py +32 -0
  377. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_fatContent.py +22 -0
  378. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +22 -0
  379. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_liveweightGain.py +22 -0
  380. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_liveweightPerHead.py +22 -0
  381. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +21 -0
  382. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_pastureGrass.py +45 -0
  383. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +22 -0
  384. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_trueProteinContent.py +22 -0
  385. hestia_earth_models-0.65.9/tests/models/ipcc2019/animal/test_weightAtMaturity.py +21 -0
  386. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_aboveGroundBiomass.py +183 -0
  387. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_belowGroundBiomass.py +183 -0
  388. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_biomass_utils.py +115 -0
  389. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +60 -0
  390. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +123 -0
  391. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +121 -0
  392. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +50 -0
  393. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +153 -0
  394. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +50 -0
  395. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_organicCarbonPerHa.py +320 -0
  396. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py +459 -0
  397. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py +148 -0
  398. hestia_earth_models-0.65.9/tests/models/ipcc2019/test_pastureGrass.py +66 -0
  399. hestia_earth_models-0.65.9/tests/models/ipcc2021/test_gwp100.py +32 -0
  400. hestia_earth_models-0.65.9/tests/models/koble2014/test_aboveGroundCropResidue.py +62 -0
  401. hestia_earth_models-0.65.9/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +23 -0
  402. hestia_earth_models-0.65.9/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +23 -0
  403. hestia_earth_models-0.65.9/tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +25 -0
  404. hestia_earth_models-0.65.9/tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +25 -0
  405. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_excretaKgN.py +124 -0
  406. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_excretaKgVs.py +107 -0
  407. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +49 -0
  408. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +23 -0
  409. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +23 -0
  410. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +23 -0
  411. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +23 -0
  412. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +46 -0
  413. hestia_earth_models-0.65.9/tests/models/pooreNemecek2018/test_utils.py +26 -0
  414. hestia_earth_models-0.65.9/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +58 -0
  415. hestia_earth_models-0.65.9/tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +58 -0
  416. hestia_earth_models-0.65.9/tests/models/site/test_management.py +54 -0
  417. hestia_earth_models-0.65.9/tests/models/test_cache_sites.py +93 -0
  418. hestia_earth_models-0.65.9/tests/models/test_config.py +115 -0
  419. hestia_earth_models-0.65.9/tests/models/transformation/product/__init__.py +0 -0
  420. hestia_earth_models-0.65.9/tests/models/usetoxV2/__init__.py +0 -0
  421. hestia_earth_models-0.65.9/tests/models/utils/__init__.py +0 -0
  422. hestia_earth_models-0.65.9/tests/models/utils/test_array_builders.py +314 -0
  423. hestia_earth_models-0.65.9/tests/models/utils/test_blank_node.py +1241 -0
  424. hestia_earth_models-0.65.9/tests/models/utils/test_cache_sources.py +21 -0
  425. hestia_earth_models-0.65.9/tests/models/utils/test_descriptive_stats.py +50 -0
  426. hestia_earth_models-0.65.9/tests/models/utils/test_ecoClimateZone.py +152 -0
  427. hestia_earth_models-0.65.9/tests/models/utils/test_emission.py +74 -0
  428. hestia_earth_models-0.65.9/tests/models/utils/test_impact_assessment.py +32 -0
  429. hestia_earth_models-0.65.9/tests/models/utils/test_input.py +88 -0
  430. hestia_earth_models-0.65.9/tests/models/utils/test_measurement.py +116 -0
  431. hestia_earth_models-0.65.9/tests/models/utils/test_site.py +63 -0
  432. hestia_earth_models-0.65.9/tests/models/utils/test_stats.py +186 -0
  433. hestia_earth_models-0.65.9/tests/models/utils/test_time_series.py +88 -0
  434. hestia_earth_models-0.65.9/tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
  435. hestia_earth_models-0.65.9/tests/orchestrator/__init__.py +0 -0
  436. hestia_earth_models-0.65.9/tests/orchestrator/models/__init__.py +0 -0
  437. hestia_earth_models-0.65.9/tests/orchestrator/models/emissions/__init__.py +0 -0
  438. hestia_earth_models-0.65.9/tests/orchestrator/models/emissions/test_deleted.py +21 -0
  439. hestia_earth_models-0.65.9/tests/orchestrator/models/test_transformations.py +29 -0
  440. hestia_earth_models-0.65.9/tests/orchestrator/strategies/__init__.py +0 -0
  441. hestia_earth_models-0.65.9/tests/orchestrator/strategies/merge/__init__.py +0 -0
  442. hestia_earth_models-0.65.9/tests/orchestrator/strategies/merge/test_merge_append.py +33 -0
  443. hestia_earth_models-0.65.9/tests/orchestrator/strategies/merge/test_merge_default.py +7 -0
  444. hestia_earth_models-0.65.9/tests/orchestrator/strategies/merge/test_merge_list.py +327 -0
  445. hestia_earth_models-0.65.9/tests/orchestrator/strategies/merge/test_merge_node.py +95 -0
  446. hestia_earth_models-0.65.9/tests/orchestrator/strategies/run/__init__.py +0 -0
  447. hestia_earth_models-0.65.9/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +114 -0
  448. hestia_earth_models-0.65.9/tests/orchestrator/strategies/run/test_add_key_if_missing.py +14 -0
  449. hestia_earth_models-0.65.9/tests/orchestrator/strategies/run/test_always.py +5 -0
  450. hestia_earth_models-0.65.9/tests/orchestrator/test_models.py +69 -0
  451. hestia_earth_models-0.65.9/tests/orchestrator/test_orchestrator.py +27 -0
  452. hestia_earth_models-0.65.9/tests/orchestrator/test_utils.py +109 -0
  453. hestia-earth-models-0.64.1/LICENSE +0 -21
  454. hestia-earth-models-0.64.1/MANIFEST.in +0 -2
  455. hestia-earth-models-0.64.1/PKG-INFO +0 -69
  456. hestia-earth-models-0.64.1/README.md +0 -52
  457. hestia-earth-models-0.64.1/hestia_earth/models/agribalyse2016/fuelElectricity.py +0 -124
  458. hestia-earth-models-0.64.1/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +0 -91
  459. hestia-earth-models-0.64.1/hestia_earth/models/aware/scarcityWeightedWaterUse.py +0 -117
  460. hestia-earth-models-0.64.1/hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py +0 -82
  461. hestia-earth-models-0.64.1/hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -82
  462. hestia-earth-models-0.64.1/hestia_earth/models/blonkConsultants2016/landTransformationFromForest20YearAverageDuringCycle.py +0 -90
  463. hestia-earth-models-0.64.1/hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py +0 -85
  464. hestia-earth-models-0.64.1/hestia_earth/models/cache_sites.py +0 -161
  465. hestia-earth-models-0.64.1/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +0 -98
  466. hestia-earth-models-0.64.1/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +0 -96
  467. hestia-earth-models-0.64.1/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -66
  468. hestia-earth-models-0.64.1/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +0 -33
  469. hestia-earth-models-0.64.1/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -33
  470. hestia-earth-models-0.64.1/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +0 -33
  471. hestia-earth-models-0.64.1/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +0 -33
  472. hestia-earth-models-0.64.1/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +0 -75
  473. hestia-earth-models-0.64.1/hestia_earth/models/cycle/animal/input/properties.py +0 -92
  474. hestia-earth-models-0.64.1/hestia_earth/models/cycle/animal/milkYield.py +0 -86
  475. hestia-earth-models-0.64.1/hestia_earth/models/cycle/completeness/__init__.py +0 -40
  476. hestia-earth-models-0.64.1/hestia_earth/models/cycle/completeness/cropResidue.py +0 -69
  477. hestia-earth-models-0.64.1/hestia_earth/models/cycle/completeness/electricityFuel.py +0 -60
  478. hestia-earth-models-0.64.1/hestia_earth/models/cycle/completeness/seed.py +0 -56
  479. hestia-earth-models-0.64.1/hestia_earth/models/cycle/completeness/soilAmendment.py +0 -43
  480. hestia-earth-models-0.64.1/hestia_earth/models/cycle/concentrateFeed.py +0 -147
  481. hestia-earth-models-0.64.1/hestia_earth/models/cycle/cycleDuration.py +0 -94
  482. hestia-earth-models-0.64.1/hestia_earth/models/cycle/endDate.py +0 -47
  483. hestia-earth-models-0.64.1/hestia_earth/models/cycle/input/hestiaAggregatedData.py +0 -132
  484. hestia-earth-models-0.64.1/hestia_earth/models/cycle/input/properties.py +0 -81
  485. hestia-earth-models-0.64.1/hestia_earth/models/cycle/liveAnimal.py +0 -107
  486. hestia-earth-models-0.64.1/hestia_earth/models/cycle/milkYield.py +0 -159
  487. hestia-earth-models-0.64.1/hestia_earth/models/cycle/otherSitesUnusedDuration.py +0 -91
  488. hestia-earth-models-0.64.1/hestia_earth/models/cycle/pastureSystem.py +0 -78
  489. hestia-earth-models-0.64.1/hestia_earth/models/cycle/pre_checks/cache_sources.py +0 -38
  490. hestia-earth-models-0.64.1/hestia_earth/models/cycle/product/economicValueShare.py +0 -210
  491. hestia-earth-models-0.64.1/hestia_earth/models/cycle/product/properties.py +0 -48
  492. hestia-earth-models-0.64.1/hestia_earth/models/cycle/siteDuration.py +0 -60
  493. hestia-earth-models-0.64.1/hestia_earth/models/cycle/startDate.py +0 -75
  494. hestia-earth-models-0.64.1/hestia_earth/models/cycle/startDateDefinition.py +0 -68
  495. hestia-earth-models-0.64.1/hestia_earth/models/cycle/unknownPreSeasonWaterRegime.py +0 -51
  496. hestia-earth-models-0.64.1/hestia_earth/models/cycle/utils.py +0 -43
  497. hestia-earth-models-0.64.1/hestia_earth/models/ecoinventV3/__init__.py +0 -153
  498. hestia-earth-models-0.64.1/hestia_earth/models/ecoinventV3/utils.py +0 -40
  499. hestia-earth-models-0.64.1/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +0 -144
  500. hestia-earth-models-0.64.1/hestia_earth/models/edip2003/ozoneDepletionPotential.py +0 -34
  501. hestia-earth-models-0.64.1/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +0 -147
  502. hestia-earth-models-0.64.1/hestia_earth/models/emissionNotRelevant/__init__.py +0 -72
  503. hestia-earth-models-0.64.1/hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +0 -34
  504. hestia-earth-models-0.64.1/hestia_earth/models/faostat2018/landTransformationFromCropland100YearAverage.py +0 -73
  505. hestia-earth-models-0.64.1/hestia_earth/models/faostat2018/landTransformationFromCropland20YearAverage.py +0 -73
  506. hestia-earth-models-0.64.1/hestia_earth/models/faostat2018/utils.py +0 -82
  507. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +0 -87
  508. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +0 -76
  509. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +0 -100
  510. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +0 -84
  511. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +0 -69
  512. hestia-earth-models-0.64.1/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +0 -98
  513. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/__init__.py +0 -13
  514. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromCropland100YearAverageDuringCycle.py +0 -60
  515. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromCropland20YearAverageDuringCycle.py +0 -60
  516. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromForest100YearAverageDuringCycle.py +0 -60
  517. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromForest20YearAverageDuringCycle.py +0 -60
  518. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromOtherNaturalVegetation100YearAverageDuringCycle.py +0 -61
  519. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromOtherNaturalVegetation20YearAverageDuringCycle.py +0 -61
  520. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromPermanentPasture100YearAverageDuringCycle.py +0 -61
  521. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/landTransformationFromPermanentPasture20YearAverageDuringCycle.py +0 -61
  522. hestia-earth-models-0.64.1/hestia_earth/models/hyde32/utils.py +0 -68
  523. hestia-earth-models-0.64.1/hestia_earth/models/impact_assessment/emissions.py +0 -94
  524. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +0 -89
  525. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +0 -88
  526. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +0 -33
  527. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +0 -33
  528. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/animal/pastureGrass.py +0 -314
  529. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +0 -108
  530. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +0 -268
  531. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +0 -155
  532. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +0 -838
  533. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/croppingDuration.py +0 -94
  534. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +0 -61
  535. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +0 -236
  536. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +0 -2062
  537. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +0 -1800
  538. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -320
  539. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/pastureGrass.py +0 -265
  540. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2019/pastureGrass_utils.py +0 -343
  541. hestia-earth-models-0.64.1/hestia_earth/models/ipcc2021/gwp100.py +0 -36
  542. hestia-earth-models-0.64.1/hestia_earth/models/koble2014/aboveGroundCropResidue.py +0 -160
  543. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +0 -33
  544. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -34
  545. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -37
  546. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -37
  547. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -37
  548. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +0 -37
  549. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +0 -33
  550. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -34
  551. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -34
  552. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -37
  553. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -37
  554. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -33
  555. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +0 -51
  556. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -34
  557. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -37
  558. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -37
  559. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -33
  560. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -37
  561. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -37
  562. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -37
  563. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -34
  564. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +0 -33
  565. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -34
  566. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -37
  567. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -37
  568. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -37
  569. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +0 -37
  570. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +0 -33
  571. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -34
  572. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -34
  573. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -37
  574. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -37
  575. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -33
  576. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +0 -51
  577. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -34
  578. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -37
  579. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -37
  580. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -33
  581. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -37
  582. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -37
  583. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -37
  584. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -34
  585. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -34
  586. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -37
  587. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -37
  588. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -37
  589. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +0 -37
  590. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +0 -33
  591. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -34
  592. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -34
  593. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -37
  594. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -37
  595. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -33
  596. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +0 -51
  597. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -34
  598. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -37
  599. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -37
  600. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -33
  601. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -37
  602. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -37
  603. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -37
  604. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -34
  605. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -34
  606. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -37
  607. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -37
  608. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -37
  609. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +0 -37
  610. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +0 -33
  611. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -34
  612. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -34
  613. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -37
  614. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -37
  615. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -33
  616. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +0 -51
  617. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -34
  618. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -37
  619. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -37
  620. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -33
  621. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -37
  622. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -37
  623. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -37
  624. hestia-earth-models-0.64.1/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -34
  625. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/emissions.py +0 -169
  626. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +0 -36
  627. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +0 -25
  628. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromCropland100YearAverageInputsProduction.py +0 -36
  629. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromCropland20YearAverageInputsProduction.py +0 -36
  630. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromForest100YearAverageInputsProduction.py +0 -36
  631. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromForest20YearAverageInputsProduction.py +0 -36
  632. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromOtherNaturalVegetation100YearAverageInputsProduction.py +0 -36
  633. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromOtherNaturalVegetation20YearAverageInputsProduction.py +0 -36
  634. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPasture100YearAverageInputsProduction.py +0 -36
  635. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPasture20YearAverageInputsProduction.py +0 -36
  636. hestia-earth-models-0.64.1/hestia_earth/models/linkedImpactAssessment/utils.py +0 -43
  637. hestia-earth-models-0.64.1/hestia_earth/models/log.py +0 -104
  638. hestia-earth-models-0.64.1/hestia_earth/models/mocking/__init__.py +0 -21
  639. hestia-earth-models-0.64.1/hestia_earth/models/mocking/mock_search.py +0 -77
  640. hestia-earth-models-0.64.1/hestia_earth/models/mocking/search-results.json +0 -2290
  641. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/excretaKgN.py +0 -153
  642. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +0 -196
  643. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +0 -102
  644. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +0 -69
  645. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +0 -60
  646. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +0 -65
  647. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +0 -68
  648. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +0 -67
  649. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/saplings.py +0 -65
  650. hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/utils.py +0 -43
  651. hestia-earth-models-0.64.1/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -40
  652. hestia-earth-models-0.64.1/hestia_earth/models/preload_requests.py +0 -39
  653. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +0 -37
  654. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +0 -37
  655. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +0 -37
  656. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +0 -37
  657. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +0 -48
  658. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  659. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +0 -33
  660. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +0 -34
  661. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +0 -48
  662. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +0 -34
  663. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  664. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +0 -33
  665. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +0 -33
  666. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +0 -33
  667. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +0 -34
  668. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -37
  669. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +0 -37
  670. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +0 -37
  671. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -37
  672. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +0 -48
  673. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  674. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +0 -33
  675. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +0 -34
  676. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +0 -48
  677. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +0 -34
  678. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  679. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +0 -33
  680. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +0 -33
  681. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +0 -33
  682. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -34
  683. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -37
  684. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +0 -37
  685. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +0 -37
  686. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -37
  687. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +0 -48
  688. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  689. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +0 -33
  690. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +0 -34
  691. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +0 -48
  692. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +0 -34
  693. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -34
  694. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +0 -33
  695. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +0 -33
  696. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +0 -33
  697. hestia-earth-models-0.64.1/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -34
  698. hestia-earth-models-0.64.1/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +0 -121
  699. hestia-earth-models-0.64.1/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +0 -122
  700. hestia-earth-models-0.64.1/hestia_earth/models/schererPfister2015/utils.py +0 -86
  701. hestia-earth-models-0.64.1/hestia_earth/models/schmidt2007/utils.py +0 -16
  702. hestia-earth-models-0.64.1/hestia_earth/models/site/management.py +0 -330
  703. hestia-earth-models-0.64.1/hestia_earth/models/site/pre_checks/cache_sources.py +0 -34
  704. hestia-earth-models-0.64.1/hestia_earth/models/site/soilMeasurement.py +0 -184
  705. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +0 -73
  706. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +0 -80
  707. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +0 -83
  708. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +0 -83
  709. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +0 -68
  710. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +0 -75
  711. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +0 -78
  712. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +0 -78
  713. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +0 -65
  714. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +0 -72
  715. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +0 -75
  716. hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +0 -75
  717. hestia-earth-models-0.64.1/hestia_earth/models/transformation/input/excreta.py +0 -114
  718. hestia-earth-models-0.64.1/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +0 -34
  719. hestia-earth-models-0.64.1/hestia_earth/models/utils/__init__.py +0 -158
  720. hestia-earth-models-0.64.1/hestia_earth/models/utils/aggregated.py +0 -118
  721. hestia-earth-models-0.64.1/hestia_earth/models/utils/array_builders.py +0 -578
  722. hestia-earth-models-0.64.1/hestia_earth/models/utils/blank_node.py +0 -1315
  723. hestia-earth-models-0.64.1/hestia_earth/models/utils/constant.py +0 -112
  724. hestia-earth-models-0.64.1/hestia_earth/models/utils/crop.py +0 -59
  725. hestia-earth-models-0.64.1/hestia_earth/models/utils/cycle.py +0 -474
  726. hestia-earth-models-0.64.1/hestia_earth/models/utils/descriptive_stats.py +0 -285
  727. hestia-earth-models-0.64.1/hestia_earth/models/utils/ecoClimateZone.py +0 -31
  728. hestia-earth-models-0.64.1/hestia_earth/models/utils/emission.py +0 -105
  729. hestia-earth-models-0.64.1/hestia_earth/models/utils/feedipedia.py +0 -73
  730. hestia-earth-models-0.64.1/hestia_earth/models/utils/fuel.py +0 -29
  731. hestia-earth-models-0.64.1/hestia_earth/models/utils/impact_assessment.py +0 -218
  732. hestia-earth-models-0.64.1/hestia_earth/models/utils/indicator.py +0 -13
  733. hestia-earth-models-0.64.1/hestia_earth/models/utils/input.py +0 -146
  734. hestia-earth-models-0.64.1/hestia_earth/models/utils/lookup.py +0 -155
  735. hestia-earth-models-0.64.1/hestia_earth/models/utils/measurement.py +0 -323
  736. hestia-earth-models-0.64.1/hestia_earth/models/utils/pesticideAI.py +0 -50
  737. hestia-earth-models-0.64.1/hestia_earth/models/utils/productivity.py +0 -21
  738. hestia-earth-models-0.64.1/hestia_earth/models/utils/property.py +0 -127
  739. hestia-earth-models-0.64.1/hestia_earth/models/utils/site.py +0 -129
  740. hestia-earth-models-0.64.1/hestia_earth/models/utils/term.py +0 -682
  741. hestia-earth-models-0.64.1/hestia_earth/models/version.py +0 -1
  742. hestia-earth-models-0.64.1/hestia_earth_models.egg-info/PKG-INFO +0 -69
  743. hestia-earth-models-0.64.1/hestia_earth_models.egg-info/SOURCES.txt +0 -1127
  744. hestia-earth-models-0.64.1/hestia_earth_models.egg-info/requires.txt +0 -9
  745. hestia-earth-models-0.64.1/setup.py +0 -38
  746. hestia-earth-models-0.64.1/tests/models/blonkConsultants2016/test_ch4ToAirNaturalVegetationBurning.py +0 -34
  747. hestia-earth-models-0.64.1/tests/models/blonkConsultants2016/test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -36
  748. hestia-earth-models-0.64.1/tests/models/blonkConsultants2016/test_landTransformationFromForest20YearAverageDuringCycle.py +0 -36
  749. hestia-earth-models-0.64.1/tests/models/blonkConsultants2016/test_n2OToAirNaturalVegetationBurningDirect.py +0 -34
  750. hestia-earth-models-0.64.1/tests/models/cycle/animal/test_milkYield.py +0 -43
  751. hestia-earth-models-0.64.1/tests/models/cycle/completeness/test_seed.py +0 -36
  752. hestia-earth-models-0.64.1/tests/models/cycle/completeness/test_soilAmendment.py +0 -23
  753. hestia-earth-models-0.64.1/tests/models/cycle/input/test_hestiaAggregatedData.py +0 -95
  754. hestia-earth-models-0.64.1/tests/models/cycle/pre_checks/test_cache_sources.py +0 -25
  755. hestia-earth-models-0.64.1/tests/models/cycle/test_endDate.py +0 -22
  756. hestia-earth-models-0.64.1/tests/models/cycle/test_liveAnimal.py +0 -64
  757. hestia-earth-models-0.64.1/tests/models/cycle/test_milkYield.py +0 -58
  758. hestia-earth-models-0.64.1/tests/models/cycle/test_siteDuration.py +0 -61
  759. hestia-earth-models-0.64.1/tests/models/cycle/test_startDate.py +0 -40
  760. hestia-earth-models-0.64.1/tests/models/edip2003/test_ozoneDepletionPotential.py +0 -46
  761. hestia-earth-models-0.64.1/tests/models/environmentalFootprintV3/test_freshwaterEcotoxicityPotentialCtue.py +0 -23
  762. hestia-earth-models-0.64.1/tests/models/faostat2018/test_landTransformationFromCropland100YearAverage.py +0 -40
  763. hestia-earth-models-0.64.1/tests/models/faostat2018/test_landTransformationFromCropland20YearAverage.py +0 -40
  764. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromCropland100YearAverageDuringCycle.py +0 -21
  765. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromCropland20YearAverageDuringCycle.py +0 -21
  766. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromForest100YearAverageDuringCycle.py +0 -21
  767. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromForest20YearAverageDuringCycle.py +0 -21
  768. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromOtherNaturalVegetation100YearAverageDuringCycle.py +0 -23
  769. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromOtherNaturalVegetation20YearAverageDuringCycle.py +0 -21
  770. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromPermanentPasture100YearAverageDuringCycle.py +0 -21
  771. hestia-earth-models-0.64.1/tests/models/hyde32/test_landTransformationFromPermanentPasture20YearAverageDuringCycle.py +0 -21
  772. hestia-earth-models-0.64.1/tests/models/impact_assessment/test_emissions.py +0 -31
  773. hestia-earth-models-0.64.1/tests/models/ipcc2019/animal/test_pastureGrass.py +0 -45
  774. hestia-earth-models-0.64.1/tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -20
  775. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +0 -120
  776. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -38
  777. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -335
  778. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py +0 -471
  779. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py +0 -200
  780. hestia-earth-models-0.64.1/tests/models/ipcc2019/test_pastureGrass.py +0 -66
  781. hestia-earth-models-0.64.1/tests/models/ipcc2021/test_gwp100.py +0 -32
  782. hestia-earth-models-0.64.1/tests/models/koble2014/test_aboveGroundCropResidue.py +0 -49
  783. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -21
  784. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -21
  785. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromCropland100YearAverageInputsProduction.py +0 -23
  786. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromCropland20YearAverageInputsProduction.py +0 -23
  787. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromForest100YearAverageInputsProduction.py +0 -23
  788. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromForest20YearAverageInputsProduction.py +0 -23
  789. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromOtherNaturalVegetation100YearAverageInputsProduction.py +0 -23
  790. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromOtherNaturalVegetation20YearAverageInputsProduction.py +0 -23
  791. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromPermanentPasture100YearAverageInputsProduction.py +0 -24
  792. hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment/test_landTransformationFromPermanentPasture20YearAverageInputsProduction.py +0 -24
  793. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_excretaKgN.py +0 -124
  794. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -107
  795. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -46
  796. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -22
  797. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -22
  798. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -22
  799. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -22
  800. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_no3ToGroundwaterSoilFlux.py +0 -90
  801. hestia-earth-models-0.64.1/tests/models/pooreNemecek2018/test_saplings.py +0 -46
  802. hestia-earth-models-0.64.1/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -45
  803. hestia-earth-models-0.64.1/tests/models/site/pre_checks/test_cache_sources.py +0 -21
  804. hestia-earth-models-0.64.1/tests/models/site/test_management.py +0 -350
  805. hestia-earth-models-0.64.1/tests/models/stehfestBouwman2006/test_n2OToAirSoilFlux.py +0 -41
  806. hestia-earth-models-0.64.1/tests/models/stehfestBouwman2006/test_noxToAirSoilFlux.py +0 -40
  807. hestia-earth-models-0.64.1/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirSoilFlux.py +0 -33
  808. hestia-earth-models-0.64.1/tests/models/test_cache_sites.py +0 -65
  809. hestia-earth-models-0.64.1/tests/models/utils/test_array_builders.py +0 -253
  810. hestia-earth-models-0.64.1/tests/models/utils/test_blank_node.py +0 -994
  811. hestia-earth-models-0.64.1/tests/models/utils/test_descriptive_stats.py +0 -134
  812. hestia-earth-models-0.64.1/tests/models/utils/test_emission.py +0 -79
  813. hestia-earth-models-0.64.1/tests/models/utils/test_impact_assessment.py +0 -32
  814. hestia-earth-models-0.64.1/tests/models/utils/test_input.py +0 -24
  815. hestia-earth-models-0.64.1/tests/models/utils/test_measurement.py +0 -137
  816. hestia-earth-models-0.64.1/tests/models/utils/test_site.py +0 -32
  817. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/__init__.py +0 -0
  818. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/__init__.py +0 -0
  819. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/agribalyse2016/__init__.py +0 -0
  820. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
  821. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py +0 -0
  822. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/n2OToAirCropResidueBurningDirect.py +0 -0
  823. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py +0 -0
  824. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py +0 -0
  825. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py +0 -0
  826. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/aware/__init__.py +0 -0
  827. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/blonkConsultants2016/__init__.py +0 -0
  828. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/blonkConsultants2016/utils.py +0 -0
  829. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/chaudharyBrooks2018/__init__.py +0 -0
  830. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/chaudharyBrooks2018/utils.py +0 -0
  831. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cml2001Baseline/__init__.py +0 -0
  832. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cml2001NonBaseline/__init__.py +0 -0
  833. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/__init__.py +0 -0
  834. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +0 -0
  835. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/animal/__init__.py +0 -0
  836. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/animal/input/__init__.py +0 -0
  837. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/animal/properties.py +0 -0
  838. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/coldCarcassWeightPerHead.py +0 -0
  839. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py +0 -0
  840. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/completeness/animalFeed.py +0 -0
  841. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/completeness/excreta.py +0 -0
  842. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/completeness/material.py +0 -0
  843. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/cropResidueManagement.py +0 -0
  844. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/croppingIntensity.py +0 -0
  845. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/energyContentLowerHeatingValue.py +0 -0
  846. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/excretaKgMass.py +0 -0
  847. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/excretaKgN.py +0 -0
  848. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/excretaKgVs.py +0 -0
  849. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/__init__.py +0 -0
  850. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioCarbon.py +0 -0
  851. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioDryMatter.py +0 -0
  852. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py +0 -0
  853. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py +0 -0
  854. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py +0 -0
  855. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/inorganicFertiliser.py +0 -0
  856. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/input/__init__.py +0 -0
  857. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/input/value.py +0 -0
  858. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/irrigatedTypeUnspecified.py +0 -0
  859. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/longFallowRatio.py +0 -0
  860. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/pastureGrass.py +0 -0
  861. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/post_checks/__init__.py +0 -0
  862. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/post_checks/cache.py +0 -0
  863. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/post_checks/otherSites.py +0 -0
  864. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/post_checks/site.py +0 -0
  865. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/practice/__init__.py +0 -0
  866. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/practice/value.py +0 -0
  867. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/pre_checks/__init__.py +0 -0
  868. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/pre_checks/otherSites.py +0 -0
  869. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/pre_checks/site.py +0 -0
  870. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/__init__.py +0 -0
  871. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/currency.py +0 -0
  872. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/price.py +0 -0
  873. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/primary.py +0 -0
  874. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/revenue.py +0 -0
  875. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/utils.py +0 -0
  876. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/product/value.py +0 -0
  877. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/readyToCookWeightPerHead.py +0 -0
  878. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/residueBurnt.py +0 -0
  879. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/residueIncorporated.py +0 -0
  880. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/residueLeftOnField.py +0 -0
  881. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/residueRemoved.py +0 -0
  882. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/siteUnusedDuration.py +0 -0
  883. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/cycle/transformation.py +0 -0
  884. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/dammgen2009/__init__.py +0 -0
  885. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/dammgen2009/noxToAirExcreta.py +0 -0
  886. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/data/__init__.py +0 -0
  887. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/data/ecoinventV3/__init__.py +0 -0
  888. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/deRuijterEtAl2010/__init__.py +0 -0
  889. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py +0 -0
  890. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +0 -0
  891. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/edip2003/__init__.py +0 -0
  892. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/__init__.py +0 -0
  893. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +0 -0
  894. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +0 -0
  895. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +0 -0
  896. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +0 -0
  897. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +0 -0
  898. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +0 -0
  899. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +0 -0
  900. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +0 -0
  901. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/emepEea2019/utils.py +0 -0
  902. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/environmentalFootprintV3/__init__.py +0 -0
  903. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/epa2014/__init__.py +0 -0
  904. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +0 -0
  905. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/__init__.py +0 -0
  906. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py +0 -0
  907. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py +0 -0
  908. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/liveweightPerHead.py +0 -0
  909. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/product/__init__.py +0 -0
  910. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/product/price.py +0 -0
  911. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/readyToCookWeightPerHead.py +0 -0
  912. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/faostat2018/seed.py +0 -0
  913. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/__init__.py +0 -0
  914. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/aware.py +0 -0
  915. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/clayContent.py +0 -0
  916. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/croppingIntensity.py +0 -0
  917. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/drainageClass.py +0 -0
  918. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +0 -0
  919. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/ecoregion.py +0 -0
  920. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/erodibility.py +0 -0
  921. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +0 -0
  922. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/histosol.py +0 -0
  923. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/longFallowRatio.py +0 -0
  924. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py +0 -0
  925. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py +0 -0
  926. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +0 -0
  927. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +0 -0
  928. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +0 -0
  929. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/region.py +0 -0
  930. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/sandContent.py +0 -0
  931. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/siltContent.py +0 -0
  932. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/slope.py +0 -0
  933. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/slopeLength.py +0 -0
  934. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/soilPh.py +0 -0
  935. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py +0 -0
  936. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py +0 -0
  937. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/utils.py +0 -0
  938. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/geospatialDatabase/waterDepth.py +0 -0
  939. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/globalCropWaterModel2008/__init__.py +0 -0
  940. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/globalCropWaterModel2008/rootingDepth.py +0 -0
  941. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/haversineFormula/__init__.py +0 -0
  942. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/haversineFormula/transport/__init__.py +0 -0
  943. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/haversineFormula/transport/distance.py +0 -0
  944. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/__init__.py +0 -0
  945. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/allocationMethod.py +0 -0
  946. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/irrigated.py +0 -0
  947. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/organic.py +0 -0
  948. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/post_checks/__init__.py +0 -0
  949. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/post_checks/cycle.py +0 -0
  950. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/post_checks/site.py +0 -0
  951. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/pre_checks/__init__.py +0 -0
  952. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/pre_checks/cycle.py +0 -0
  953. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/pre_checks/site.py +0 -0
  954. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/product/__init__.py +0 -0
  955. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/product/economicValueShare.py +0 -0
  956. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/impact_assessment/product/value.py +0 -0
  957. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/__init__.py +0 -0
  958. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py +0 -0
  959. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py +0 -0
  960. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/belowGroundCropResidue.py +0 -0
  961. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
  962. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +0 -0
  963. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +0 -0
  964. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +0 -0
  965. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +0 -0
  966. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +0 -0
  967. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +0 -0
  968. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +0 -0
  969. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2006/utils.py +0 -0
  970. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
  971. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
  972. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/__init__.py +0 -0
  973. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +0 -0
  974. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/animal/__init__.py +0 -0
  975. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/belowGroundCropResidue.py +0 -0
  976. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/carbonContent.py +0 -0
  977. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +0 -0
  978. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +0 -0
  979. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py +0 -0
  980. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/ligninContent.py +0 -0
  981. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +0 -0
  982. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py +0 -0
  983. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +0 -0
  984. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +0 -0
  985. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +0 -0
  986. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +0 -0
  987. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +0 -0
  988. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py +0 -0
  989. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py +0 -0
  990. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/nitrogenContent.py +0 -0
  991. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +0 -0
  992. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +0 -0
  993. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +0 -0
  994. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +0 -0
  995. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py +0 -0
  996. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py +0 -0
  997. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2019/utils.py +0 -0
  998. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/ipcc2021/__init__.py +0 -0
  999. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/jarvisAndPain1994/__init__.py +0 -0
  1000. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +0 -0
  1001. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/__init__.py +0 -0
  1002. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/cropResidueManagement.py +0 -0
  1003. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/residueBurnt.py +0 -0
  1004. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/residueLeftOnField.py +0 -0
  1005. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/residueRemoved.py +0 -0
  1006. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/koble2014/utils.py +0 -0
  1007. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/lcImpactAllEffects100Years/__init__.py +0 -0
  1008. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
  1009. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/lcImpactCertainEffects100Years/__init__.py +0 -0
  1010. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
  1011. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/linkedImpactAssessment/__init__.py +0 -0
  1012. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/__init__.py +0 -0
  1013. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +0 -0
  1014. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py +0 -0
  1015. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +0 -0
  1016. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/longFallowDuration.py +0 -0
  1017. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +0 -0
  1018. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +0 -0
  1019. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +0 -0
  1020. /hestia-earth-models-0.64.1/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux.py → /hestia_earth_models-0.65.9/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py +0 -0
  1021. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +0 -0
  1022. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/nurseryDensity.py +0 -0
  1023. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/nurseryDuration.py +0 -0
  1024. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/plantationDensity.py +0 -0
  1025. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/plantationLifespan.py +0 -0
  1026. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +0 -0
  1027. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/pooreNemecek2018/rotationDuration.py +0 -0
  1028. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/poschEtAl2008/__init__.py +0 -0
  1029. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Egalitarian/__init__.py +0 -0
  1030. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py +0 -0
  1031. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py +0 -0
  1032. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Hierarchist/__init__.py +0 -0
  1033. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py +0 -0
  1034. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py +0 -0
  1035. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Individualist/__init__.py +0 -0
  1036. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py +0 -0
  1037. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py +0 -0
  1038. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/requirements.py +0 -0
  1039. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schererPfister2015/__init__.py +0 -0
  1040. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py +0 -0
  1041. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py +0 -0
  1042. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py +0 -0
  1043. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schmidt2007/__init__.py +0 -0
  1044. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +0 -0
  1045. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +0 -0
  1046. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +0 -0
  1047. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +0 -0
  1048. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/__init__.py +0 -0
  1049. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/brackishWater.py +0 -0
  1050. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py +0 -0
  1051. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/flowingWater.py +0 -0
  1052. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/freshWater.py +0 -0
  1053. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/measurement/__init__.py +0 -0
  1054. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/measurement/value.py +0 -0
  1055. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/netPrimaryProduction.py +0 -0
  1056. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/organicCarbonPerHa.py +0 -0
  1057. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/organicCarbonPerKgSoil.py +0 -0
  1058. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/organicCarbonPerM3Soil.py +0 -0
  1059. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/organicMatterPerKgSoil.py +0 -0
  1060. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/organicMatterPerM3Soil.py +0 -0
  1061. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/post_checks/__init__.py +0 -0
  1062. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/post_checks/cache.py +0 -0
  1063. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/potentialEvapotranspirationAnnual.py +0 -0
  1064. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/potentialEvapotranspirationMonthly.py +0 -0
  1065. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/pre_checks/__init__.py +0 -0
  1066. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +0 -0
  1067. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/pre_checks/cache_years.py +0 -0
  1068. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/precipitationAnnual.py +0 -0
  1069. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/precipitationMonthly.py +0 -0
  1070. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/rainfallAnnual.py +0 -0
  1071. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/rainfallMonthly.py +0 -0
  1072. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/salineWater.py +0 -0
  1073. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/temperatureAnnual.py +0 -0
  1074. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/temperatureMonthly.py +0 -0
  1075. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/totalNitrogenPerKgSoil.py +0 -0
  1076. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/utils.py +0 -0
  1077. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/site/waterDepth.py +0 -0
  1078. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/stehfestBouwman2006/__init__.py +0 -0
  1079. /hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux.py → /hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py +0 -0
  1080. /hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux.py → /hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py +0 -0
  1081. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
  1082. /hestia-earth-models-0.64.1/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux.py → /hestia_earth_models-0.65.9/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py +0 -0
  1083. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/__init__.py +0 -0
  1084. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/__init__.py +0 -0
  1085. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/max.py +0 -0
  1086. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/min.py +0 -0
  1087. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/properties.py +0 -0
  1088. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/sd.py +0 -0
  1089. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/utils.py +0 -0
  1090. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/input/value.py +0 -0
  1091. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/product/__init__.py +0 -0
  1092. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/transformation/product/excreta.py +0 -0
  1093. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/usetoxV2/__init__.py +0 -0
  1094. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/animalProduct.py +0 -0
  1095. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/aquacultureManagement.py +0 -0
  1096. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/completeness.py +0 -0
  1097. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/cropResidue.py +0 -0
  1098. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/cropResidueManagement.py +0 -0
  1099. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/currency.py +0 -0
  1100. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/excretaManagement.py +0 -0
  1101. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/fertiliser.py +0 -0
  1102. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/inorganicFertiliser.py +0 -0
  1103. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/liveAnimal.py +0 -0
  1104. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/organicFertiliser.py +0 -0
  1105. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/practice.py +0 -0
  1106. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/product.py +0 -0
  1107. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/source.py +0 -0
  1108. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/temperature.py +0 -0
  1109. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/utils/transformation.py +0 -0
  1110. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
  1111. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py +0 -0
  1112. {hestia-earth-models-0.64.1/tests/models → hestia_earth_models-0.65.9/hestia_earth/orchestrator/models/emissions}/__init__.py +0 -0
  1113. {hestia-earth-models-0.64.1/tests/models/agribalyse2016 → hestia_earth_models-0.65.9/hestia_earth/orchestrator/strategies}/__init__.py +0 -0
  1114. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth_models.egg-info/dependency_links.txt +0 -0
  1115. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/hestia_earth_models.egg-info/top_level.txt +0 -0
  1116. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/setup.cfg +0 -0
  1117. {hestia-earth-models-0.64.1/tests/models/akagiEtAl2011AndIpcc2006 → hestia_earth_models-0.65.9/tests/models}/__init__.py +0 -0
  1118. {hestia-earth-models-0.64.1/tests/models/aware → hestia_earth_models-0.65.9/tests/models/agribalyse2016}/__init__.py +0 -0
  1119. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/agribalyse2016/test_fuelElectricity.py +0 -0
  1120. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
  1121. {hestia-earth-models-0.64.1/tests/models/blonkConsultants2016 → hestia_earth_models-0.65.9/tests/models/akagiEtAl2011AndIpcc2006}/__init__.py +0 -0
  1122. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/akagiEtAl2011AndIpcc2006/test_ch4ToAirCropResidueBurning.py +0 -0
  1123. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/akagiEtAl2011AndIpcc2006/test_n2OToAirCropResidueBurningDirect.py +0 -0
  1124. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/akagiEtAl2011AndIpcc2006/test_nh3ToAirCropResidueBurning.py +0 -0
  1125. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/akagiEtAl2011AndIpcc2006/test_noxToAirCropResidueBurning.py +0 -0
  1126. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/akagiEtAl2011AndIpcc2006/test_utils.py +0 -0
  1127. {hestia-earth-models-0.64.1/tests/models/chaudharyBrooks2018 → hestia_earth_models-0.65.9/tests/models/aware}/__init__.py +0 -0
  1128. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/aware/test_scarcityWeightedWaterUse.py +0 -0
  1129. {hestia-earth-models-0.64.1/tests/models/cml2001Baseline → hestia_earth_models-0.65.9/tests/models/blonkConsultants2016}/__init__.py +0 -0
  1130. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/blonkConsultants2016/test_utils.py +0 -0
  1131. {hestia-earth-models-0.64.1/tests/models/cml2001NonBaseline → hestia_earth_models-0.65.9/tests/models/chaudharyBrooks2018}/__init__.py +0 -0
  1132. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -0
  1133. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -0
  1134. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
  1135. {hestia-earth-models-0.64.1/tests/models/cycle → hestia_earth_models-0.65.9/tests/models/cml2001Baseline}/__init__.py +0 -0
  1136. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -0
  1137. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
  1138. {hestia-earth-models-0.64.1/tests/models/cycle/animal → hestia_earth_models-0.65.9/tests/models/cml2001NonBaseline}/__init__.py +0 -0
  1139. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
  1140. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -0
  1141. {hestia-earth-models-0.64.1/tests/models/cycle/animal/input → hestia_earth_models-0.65.9/tests/models/cycle}/__init__.py +0 -0
  1142. {hestia-earth-models-0.64.1/tests/models/cycle/completeness → hestia_earth_models-0.65.9/tests/models/cycle/animal}/__init__.py +0 -0
  1143. {hestia-earth-models-0.64.1/tests/models/cycle → hestia_earth_models-0.65.9/tests/models/cycle/animal}/input/__init__.py +0 -0
  1144. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -0
  1145. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/animal/input/test_properties.py +0 -0
  1146. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/animal/test_properties.py +0 -0
  1147. {hestia-earth-models-0.64.1/tests/models/cycle/post_checks → hestia_earth_models-0.65.9/tests/models/cycle/completeness}/__init__.py +0 -0
  1148. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/completeness/test_animalFeed.py +0 -0
  1149. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/completeness/test_cropResidue.py +0 -0
  1150. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/completeness/test_electricityFuel.py +0 -0
  1151. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/completeness/test_excretaManagement.py +0 -0
  1152. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/completeness/test_material.py +0 -0
  1153. {hestia-earth-models-0.64.1/tests/models/cycle/practice → hestia_earth_models-0.65.9/tests/models/cycle/input}/__init__.py +0 -0
  1154. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/input/test_properties.py +0 -0
  1155. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/input/test_value.py +0 -0
  1156. {hestia-earth-models-0.64.1/tests/models/cycle/pre_checks → hestia_earth_models-0.65.9/tests/models/cycle/post_checks}/__init__.py +0 -0
  1157. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/post_checks/test_cache.py +0 -0
  1158. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/post_checks/test_otherSites.py +0 -0
  1159. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/post_checks/test_site.py +0 -0
  1160. {hestia-earth-models-0.64.1/tests/models/cycle/product → hestia_earth_models-0.65.9/tests/models/cycle/practice}/__init__.py +0 -0
  1161. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/practice/test_value.py +0 -0
  1162. {hestia-earth-models-0.64.1/tests/models/dammgen2009 → hestia_earth_models-0.65.9/tests/models/cycle/pre_checks}/__init__.py +0 -0
  1163. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/pre_checks/test_otherSites.py +0 -0
  1164. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/pre_checks/test_site.py +0 -0
  1165. {hestia-earth-models-0.64.1/tests/models/deRuijterEtAl2010 → hestia_earth_models-0.65.9/tests/models/cycle/product}/__init__.py +0 -0
  1166. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_currency.py +0 -0
  1167. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_economicValueShare.py +0 -0
  1168. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_price.py +0 -0
  1169. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_primary.py +0 -0
  1170. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_properties.py +0 -0
  1171. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_revenue.py +0 -0
  1172. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/product/test_value.py +0 -0
  1173. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -0
  1174. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_coldCarcassWeightPerHead.py +0 -0
  1175. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_coldDressedCarcassWeightPerHead.py +0 -0
  1176. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_completeness.py +0 -0
  1177. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_concentrateFeed.py +0 -0
  1178. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_cropResidueManagement.py +0 -0
  1179. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_croppingIntensity.py +0 -0
  1180. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_cycleDuration.py +0 -0
  1181. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_energyContentLowerHeatingValue.py +0 -0
  1182. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_excretaKgMass.py +0 -0
  1183. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_excretaKgN.py +0 -0
  1184. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_excretaKgVs.py +0 -0
  1185. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_feedConversionRatio.py +0 -0
  1186. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_inorganicFertiliser.py +0 -0
  1187. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_irrigatedTypeUnspecified.py +0 -0
  1188. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_longFallowRatio.py +0 -0
  1189. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_otherSitesUnusedDuration.py +0 -0
  1190. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_pastureGrass.py +0 -0
  1191. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_pastureSystem.py +0 -0
  1192. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_post_checks.py +0 -0
  1193. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_pre_checks.py +0 -0
  1194. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_readyToCookWeightPerHead.py +0 -0
  1195. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_residueBurnt.py +0 -0
  1196. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_residueIncorporated.py +0 -0
  1197. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_residueLeftOnField.py +0 -0
  1198. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_residueRemoved.py +0 -0
  1199. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_siteUnusedDuration.py +0 -0
  1200. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_startDateDefinition.py +0 -0
  1201. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_transformations.py +0 -0
  1202. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/cycle/test_unknownPreSeasonWaterRegime.py +0 -0
  1203. {hestia-earth-models-0.64.1/tests/models/edip2003 → hestia_earth_models-0.65.9/tests/models/dammgen2009}/__init__.py +0 -0
  1204. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/dammgen2009/test_noxToAirExcreta.py +0 -0
  1205. {hestia-earth-models-0.64.1/tests/models/emepEea2019 → hestia_earth_models-0.65.9/tests/models/deRuijterEtAl2010}/__init__.py +0 -0
  1206. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -0
  1207. {hestia-earth-models-0.64.1/tests/models/environmentalFootprintV3 → hestia_earth_models-0.65.9/tests/models/edip2003}/__init__.py +0 -0
  1208. {hestia-earth-models-0.64.1/tests/models/epa2014 → hestia_earth_models-0.65.9/tests/models/emepEea2019}/__init__.py +0 -0
  1209. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -0
  1210. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -0
  1211. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -0
  1212. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -0
  1213. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -0
  1214. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -0
  1215. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -0
  1216. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -0
  1217. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -0
  1218. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/emepEea2019/test_utils.py +0 -0
  1219. {hestia-earth-models-0.64.1/tests/models/faostat2018 → hestia_earth_models-0.65.9/tests/models/environmentalFootprintV3}/__init__.py +0 -0
  1220. {hestia-earth-models-0.64.1/tests/models/faostat2018/product → hestia_earth_models-0.65.9/tests/models/epa2014}/__init__.py +0 -0
  1221. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -0
  1222. {hestia-earth-models-0.64.1/tests/models/geospatialDatabase → hestia_earth_models-0.65.9/tests/models/fantkeEtAl2016}/__init__.py +0 -0
  1223. {hestia-earth-models-0.64.1/tests/models/globalCropWaterModel2008 → hestia_earth_models-0.65.9/tests/models/faostat2018}/__init__.py +0 -0
  1224. {hestia-earth-models-0.64.1/tests/models/haversineFormula → hestia_earth_models-0.65.9/tests/models/faostat2018/product}/__init__.py +0 -0
  1225. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/product/test_price.py +0 -0
  1226. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -0
  1227. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -0
  1228. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/test_liveweightPerHead.py +0 -0
  1229. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -0
  1230. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/faostat2018/test_seed.py +0 -0
  1231. {hestia-earth-models-0.64.1/tests/models/haversineFormula/transport → hestia_earth_models-0.65.9/tests/models/frischknechtEtAl2000}/__init__.py +0 -0
  1232. {hestia-earth-models-0.64.1/tests/models/hyde32 → hestia_earth_models-0.65.9/tests/models/geospatialDatabase}/__init__.py +0 -0
  1233. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_aware.py +0 -0
  1234. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_clayContent.py +0 -0
  1235. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_croppingIntensity.py +0 -0
  1236. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_drainageClass.py +0 -0
  1237. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -0
  1238. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_ecoregion.py +0 -0
  1239. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_erodibility.py +0 -0
  1240. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -0
  1241. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_histosol.py +0 -0
  1242. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_longFallowRatio.py +0 -0
  1243. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -0
  1244. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -0
  1245. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -0
  1246. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -0
  1247. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -0
  1248. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -0
  1249. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -0
  1250. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -0
  1251. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_region.py +0 -0
  1252. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_sandContent.py +0 -0
  1253. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_siltContent.py +0 -0
  1254. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_slope.py +0 -0
  1255. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_slopeLength.py +0 -0
  1256. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_soilPh.py +0 -0
  1257. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -0
  1258. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -0
  1259. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -0
  1260. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -0
  1261. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -0
  1262. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_utils.py +0 -0
  1263. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/geospatialDatabase/test_waterDepth.py +0 -0
  1264. {hestia-earth-models-0.64.1/tests/models/impact_assessment → hestia_earth_models-0.65.9/tests/models/globalCropWaterModel2008}/__init__.py +0 -0
  1265. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -0
  1266. {hestia-earth-models-0.64.1/tests/models/impact_assessment/post_checks → hestia_earth_models-0.65.9/tests/models/haversineFormula}/__init__.py +0 -0
  1267. {hestia-earth-models-0.64.1/tests/models/impact_assessment/pre_checks → hestia_earth_models-0.65.9/tests/models/haversineFormula/transport}/__init__.py +0 -0
  1268. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/haversineFormula/transport/test_distance.py +0 -0
  1269. {hestia-earth-models-0.64.1/tests/models/impact_assessment/product → hestia_earth_models-0.65.9/tests/models/hestia}/__init__.py +0 -0
  1270. {hestia-earth-models-0.64.1/tests/models/ipcc2006 → hestia_earth_models-0.65.9/tests/models/impact_assessment}/__init__.py +0 -0
  1271. {hestia-earth-models-0.64.1/tests/models/ipcc2013ExcludingFeedbacks → hestia_earth_models-0.65.9/tests/models/impact_assessment/post_checks}/__init__.py +0 -0
  1272. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/post_checks/test_cycle.py +0 -0
  1273. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/post_checks/test_site.py +0 -0
  1274. {hestia-earth-models-0.64.1/tests/models/ipcc2013IncludingFeedbacks → hestia_earth_models-0.65.9/tests/models/impact_assessment/pre_checks}/__init__.py +0 -0
  1275. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/pre_checks/test_cycle.py +0 -0
  1276. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/pre_checks/test_site.py +0 -0
  1277. {hestia-earth-models-0.64.1/tests/models/ipcc2019 → hestia_earth_models-0.65.9/tests/models/impact_assessment/product}/__init__.py +0 -0
  1278. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/product/test_economicValueShare.py +0 -0
  1279. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/product/test_value.py +0 -0
  1280. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/test_allocationMethod.py +0 -0
  1281. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/test_irrigated.py +0 -0
  1282. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/test_oganic.py +0 -0
  1283. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/test_post_checks.py +0 -0
  1284. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/impact_assessment/test_pre_checks.py +0 -0
  1285. {hestia-earth-models-0.64.1/tests/models/ipcc2019/animal → hestia_earth_models-0.65.9/tests/models/ipcc2006}/__init__.py +0 -0
  1286. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -0
  1287. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -0
  1288. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -0
  1289. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py +0 -0
  1290. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  1291. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
  1292. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -0
  1293. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -0
  1294. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  1295. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
  1296. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  1297. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
  1298. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py +0 -0
  1299. {hestia-earth-models-0.64.1/tests/models/ipcc2021 → hestia_earth_models-0.65.9/tests/models/ipcc2013ExcludingFeedbacks}/__init__.py +0 -0
  1300. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -0
  1301. {hestia-earth-models-0.64.1/tests/models/jarvisAndPain1994 → hestia_earth_models-0.65.9/tests/models/ipcc2013IncludingFeedbacks}/__init__.py +0 -0
  1302. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -0
  1303. {hestia-earth-models-0.64.1/tests/models/koble2014 → hestia_earth_models-0.65.9/tests/models/ipcc2019}/__init__.py +0 -0
  1304. {hestia-earth-models-0.64.1/tests/models/lcImpactAllEffects100Years → hestia_earth_models-0.65.9/tests/models/ipcc2019/animal}/__init__.py +0 -0
  1305. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -0
  1306. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -0
  1307. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_carbonContent.py +0 -0
  1308. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -0
  1309. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -0
  1310. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -0
  1311. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -0
  1312. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -0
  1313. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_croppingDuration.py +0 -0
  1314. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_ligninContent.py +0 -0
  1315. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  1316. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
  1317. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -0
  1318. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  1319. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
  1320. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  1321. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
  1322. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -0
  1323. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -0
  1324. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_nitrogenContent.py +0 -0
  1325. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
  1326. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -0
  1327. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
  1328. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
  1329. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -0
  1330. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -0
  1331. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -0
  1332. {hestia-earth-models-0.64.1/tests/models/lcImpactAllEffectsInfinite → hestia_earth_models-0.65.9/tests/models/ipcc2021}/__init__.py +0 -0
  1333. {hestia-earth-models-0.64.1/tests/models/lcImpactCertainEffects100Years → hestia_earth_models-0.65.9/tests/models/jarvisAndPain1994}/__init__.py +0 -0
  1334. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -0
  1335. {hestia-earth-models-0.64.1/tests/models/lcImpactCertainEffectsInfinite → hestia_earth_models-0.65.9/tests/models/koble2014}/__init__.py +0 -0
  1336. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/koble2014/test_cropResidueManagement.py +0 -0
  1337. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/koble2014/test_residueBurnt.py +0 -0
  1338. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/koble2014/test_residueLeftOnField.py +0 -0
  1339. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/koble2014/test_residueRemoved.py +0 -0
  1340. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/koble2014/test_utils.py +0 -0
  1341. {hestia-earth-models-0.64.1/tests/models/linkedImpactAssessment → hestia_earth_models-0.65.9/tests/models/lcImpactAllEffects100Years}/__init__.py +0 -0
  1342. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
  1343. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  1344. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  1345. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  1346. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  1347. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -0
  1348. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
  1349. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  1350. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  1351. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  1352. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  1353. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  1354. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
  1355. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  1356. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  1357. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
  1358. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  1359. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1360. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1361. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1362. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1363. {hestia-earth-models-0.64.1/tests/models/pooreNemecek2018 → hestia_earth_models-0.65.9/tests/models/lcImpactAllEffectsInfinite}/__init__.py +0 -0
  1364. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
  1365. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  1366. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  1367. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  1368. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  1369. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -0
  1370. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
  1371. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  1372. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  1373. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  1374. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  1375. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  1376. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
  1377. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  1378. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  1379. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
  1380. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  1381. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1382. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1383. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1384. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1385. {hestia-earth-models-0.64.1/tests/models/poschEtAl2008 → hestia_earth_models-0.65.9/tests/models/lcImpactCertainEffects100Years}/__init__.py +0 -0
  1386. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  1387. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  1388. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  1389. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  1390. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -0
  1391. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
  1392. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  1393. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  1394. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  1395. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  1396. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  1397. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
  1398. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  1399. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  1400. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
  1401. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  1402. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1403. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1404. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1405. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1406. {hestia-earth-models-0.64.1/tests/models/recipe2016Egalitarian → hestia_earth_models-0.65.9/tests/models/lcImpactCertainEffectsInfinite}/__init__.py +0 -0
  1407. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  1408. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  1409. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  1410. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  1411. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -0
  1412. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
  1413. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  1414. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  1415. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  1416. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  1417. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  1418. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
  1419. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  1420. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  1421. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
  1422. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  1423. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1424. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1425. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1426. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1427. {hestia-earth-models-0.64.1/tests/models/recipe2016Hierarchist → hestia_earth_models-0.65.9/tests/models/linkedImpactAssessment}/__init__.py +0 -0
  1428. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/linkedImpactAssessment/test_emissions.py +0 -0
  1429. {hestia-earth-models-0.64.1/tests/models/recipe2016Individualist → hestia_earth_models-0.65.9/tests/models/pooreNemecek2018}/__init__.py +0 -0
  1430. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -0
  1431. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -0
  1432. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -0
  1433. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -0
  1434. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -0
  1435. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -0
  1436. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -0
  1437. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -0
  1438. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -0
  1439. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -0
  1440. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -0
  1441. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_plantationDensity.py +0 -0
  1442. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -0
  1443. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -0
  1444. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/pooreNemecek2018/test_rotationDuration.py +0 -0
  1445. {hestia-earth-models-0.64.1/tests/models/schererPfister2015 → hestia_earth_models-0.65.9/tests/models/poschEtAl2008}/__init__.py +0 -0
  1446. {hestia-earth-models-0.64.1/tests/models/schmidt2007 → hestia_earth_models-0.65.9/tests/models/recipe2016Egalitarian}/__init__.py +0 -0
  1447. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1448. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -0
  1449. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1450. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -0
  1451. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1452. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -0
  1453. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -0
  1454. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1455. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -0
  1456. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -0
  1457. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -0
  1458. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -0
  1459. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1460. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -0
  1461. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -0
  1462. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -0
  1463. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1464. {hestia-earth-models-0.64.1/tests/models/site → hestia_earth_models-0.65.9/tests/models/recipe2016Hierarchist}/__init__.py +0 -0
  1465. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1466. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -0
  1467. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1468. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -0
  1469. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1470. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -0
  1471. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -0
  1472. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1473. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -0
  1474. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -0
  1475. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -0
  1476. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -0
  1477. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1478. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -0
  1479. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -0
  1480. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -0
  1481. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1482. {hestia-earth-models-0.64.1/tests/models/site/measurement → hestia_earth_models-0.65.9/tests/models/recipe2016Individualist}/__init__.py +0 -0
  1483. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1484. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -0
  1485. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1486. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -0
  1487. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1488. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -0
  1489. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -0
  1490. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1491. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -0
  1492. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -0
  1493. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -0
  1494. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -0
  1495. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1496. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -0
  1497. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -0
  1498. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -0
  1499. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1500. {hestia-earth-models-0.64.1/tests/models/site/post_checks → hestia_earth_models-0.65.9/tests/models/schererPfister2015}/__init__.py +0 -0
  1501. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -0
  1502. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -0
  1503. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -0
  1504. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -0
  1505. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -0
  1506. {hestia-earth-models-0.64.1/tests/models/site/pre_checks → hestia_earth_models-0.65.9/tests/models/schmidt2007}/__init__.py +0 -0
  1507. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -0
  1508. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -0
  1509. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -0
  1510. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -0
  1511. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/schmidt2007/test_utils.py +0 -0
  1512. {hestia-earth-models-0.64.1/tests/models/stehfestBouwman2006 → hestia_earth_models-0.65.9/tests/models/site}/__init__.py +0 -0
  1513. {hestia-earth-models-0.64.1/tests/models/stehfestBouwman2006GisImplementation → hestia_earth_models-0.65.9/tests/models/site/measurement}/__init__.py +0 -0
  1514. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/measurement/test_value.py +0 -0
  1515. {hestia-earth-models-0.64.1/tests/models/transformation → hestia_earth_models-0.65.9/tests/models/site/post_checks}/__init__.py +0 -0
  1516. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/post_checks/test_cache.py +0 -0
  1517. {hestia-earth-models-0.64.1/tests/models/transformation/input → hestia_earth_models-0.65.9/tests/models/site/pre_checks}/__init__.py +0 -0
  1518. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/pre_checks/test_cache_years.py +0 -0
  1519. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_brackishWater.py +0 -0
  1520. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_cationExchangeCapacityPerKgSoil.py +0 -0
  1521. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_flowingWater.py +0 -0
  1522. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_freshWater.py +0 -0
  1523. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_netPrimaryProduction.py +0 -0
  1524. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_organicCarbonPerHa.py +0 -0
  1525. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_organicCarbonPerKgSoil.py +0 -0
  1526. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_organicCarbonPerM3Soil.py +0 -0
  1527. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_organicMatterPerKgSoil.py +0 -0
  1528. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_organicMatterPerM3Soil.py +0 -0
  1529. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_potentialEvapotranspirationAnnual.py +0 -0
  1530. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_potentialEvapotranspirationMonthly.py +0 -0
  1531. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_precipitationAnnual.py +0 -0
  1532. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_precipitationMonthly.py +0 -0
  1533. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_rainfallAnnual.py +0 -0
  1534. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_rainfallMonthly.py +0 -0
  1535. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_salineWater.py +0 -0
  1536. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_soilMeasurement.py +0 -0
  1537. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_temperatureAnnual.py +0 -0
  1538. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_temperatureMonthly.py +0 -0
  1539. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_totalNitrogenPerKgSoil.py +0 -0
  1540. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/site/test_waterDepth.py +0 -0
  1541. {hestia-earth-models-0.64.1/tests/models/transformation/product → hestia_earth_models-0.65.9/tests/models/stehfestBouwman2006}/__init__.py +0 -0
  1542. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  1543. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -0
  1544. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  1545. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  1546. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -0
  1547. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -0
  1548. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -0
  1549. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -0
  1550. {hestia-earth-models-0.64.1/tests/models/usetoxV2 → hestia_earth_models-0.65.9/tests/models/stehfestBouwman2006GisImplementation}/__init__.py +0 -0
  1551. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -0
  1552. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -0
  1553. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -0
  1554. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -0
  1555. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/test_ecoinventV3.py +0 -0
  1556. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/test_ecoinventV3AndEmberClimate.py +0 -0
  1557. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/test_emissionNotRelevant.py +0 -0
  1558. {hestia-earth-models-0.64.1/tests/models/utils → hestia_earth_models-0.65.9/tests/models/transformation}/__init__.py +0 -0
  1559. {hestia-earth-models-0.64.1/tests/models/webbEtAl2012AndSintermannEtAl2012 → hestia_earth_models-0.65.9/tests/models/transformation/input}/__init__.py +0 -0
  1560. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_excreta.py +0 -0
  1561. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_max.py +0 -0
  1562. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_min.py +0 -0
  1563. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_properties.py +0 -0
  1564. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_sd.py +0 -0
  1565. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/input/test_value.py +0 -0
  1566. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/transformation/product/test_excreta.py +0 -0
  1567. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
  1568. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_crop.py +0 -0
  1569. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_cropResidueManagement.py +0 -0
  1570. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_currency.py +0 -0
  1571. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_dataCompleteness.py +0 -0
  1572. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_feedipedia.py +0 -0
  1573. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_indicator.py +0 -0
  1574. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_liveAnimal.py +0 -0
  1575. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_lookup.py +0 -0
  1576. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_practice.py +0 -0
  1577. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_product.py +0 -0
  1578. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_property.py +0 -0
  1579. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_source.py +0 -0
  1580. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/utils/test_term.py +0 -0
  1581. {hestia-earth-models-0.64.1 → hestia_earth_models-0.65.9}/tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019-2025 Harmonised Environmental Storage and Tracking of the Impacts of Agriculture (HESTIA) Project
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,3 @@
1
+ include README.md
2
+ include hestia_earth/models/mocking/*.json
3
+ include hestia_earth/models/config/*.json
@@ -0,0 +1,91 @@
1
+ Metadata-Version: 2.1
2
+ Name: hestia_earth_models
3
+ Version: 0.65.9
4
+ Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
5
+ Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
6
+ Author: HESTIA Team
7
+ Author-email: guillaumeroyer.mail@gmail.com
8
+ License: MIT
9
+ Platform: UNKNOWN
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
+ Classifier: Programming Language :: Python :: 3.6
12
+ Description-Content-Type: text/markdown
13
+ Provides-Extra: spatial
14
+ License-File: LICENSE
15
+
16
+ # HESTIA Engine Models
17
+
18
+ [![Pipeline Status](https://gitlab.com/hestia-earth/hestia-engine-models/badges/master/pipeline.svg)](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
19
+ [![Coverage Report](https://gitlab.com/hestia-earth/hestia-engine-models/badges/master/coverage.svg)](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
20
+
21
+ HESTIA's set of models for running calculations or retrieving data using external datasets and internal lookups.
22
+
23
+ ## Documentation
24
+
25
+ Documentation for every model can be found in the [HESTIA API Documentation](https://hestia.earth/docs/#hestia-calculation-models).
26
+
27
+ ## Install
28
+
29
+ 1. Install python `3` (we recommend using python `3.6` minimum)
30
+ 2. Install the module:
31
+ ```bash
32
+ pip install hestia_earth.models
33
+ ```
34
+ 3. Set the following environment variables:
35
+ ```
36
+ API_URL=https://api.hestia.earth
37
+ WEB_URL=https://hestia.earth
38
+ ```
39
+
40
+ ### Usage
41
+
42
+ ```python
43
+ from hestia_earth.models.pooreNemecek2018 import run
44
+
45
+ cycle_data = {"@type": "Cycle", ...}
46
+ # cycle is a JSONLD node Cycle
47
+ result = run('no3ToGroundwaterSoilFlux', cycle_data)
48
+ print(result)
49
+ ```
50
+
51
+ This will display only the result of the `no3ToGroundwaterSoilFlux` model (Emission).
52
+
53
+ Additionally, to reduce the number of queries to the HESTIA API and run the models faster, prefetching can be enabled:
54
+ ```python
55
+ from hestia_earth.models.preload_requests import enable_preload
56
+
57
+ enable_preload()
58
+ ```
59
+
60
+ #### Using the orchestrator
61
+
62
+ The models come with an "orchestrator", which allows you to run a pre-configured set of models instead of a single one.
63
+
64
+ The configuration for each Node (Cycle, Site or ImpactAssessment) can be found in the [config](./config) folder.
65
+
66
+ Usage:
67
+ ```python
68
+ from hestia_earth.orchestrator import run
69
+ from hestia_earth.models.config import load_config
70
+
71
+ cycle_data = {"@type": "Cycle", ...}
72
+ result = run(cycle, load_config(cycle))
73
+ print(result)
74
+ ```
75
+
76
+ This will display the Cycle recalculated with all HESTIA default models running.
77
+
78
+ #### Using Spatial Models
79
+
80
+ We have models that can gap-fill geographical information on a `Site`. If you want to use these models:
81
+ 1. Install the library: `pip install hestia_earth.earth_engine`
82
+ 2. Follow the [Getting Started instructions](https://gitlab.com/hestia-earth/hestia-earth-engine#getting-started).
83
+
84
+ #### Using the ecoinventV3 model
85
+
86
+ ecoinvent is a consistent, transparent, and well validated life cycle inventory database.
87
+ We use ecoinvent data to ascertain the environmental impacts of activities that occur outside of our system boundary, for example data on the environmental impacts of extracting oil and producing diesel, or the impacts of manufacturing plastics.
88
+
89
+ The `ecoinventV3` model requires a valid [license](https://ecoinvent.org/offerings/licences/) to run. We are currently working on a way to enable users of this code with a valid ecoinvent licence to run these models themselves, but for now, these models are only available on the public platform.
90
+
91
+
@@ -0,0 +1,74 @@
1
+ # HESTIA Engine Models
2
+
3
+ [![Pipeline Status](https://gitlab.com/hestia-earth/hestia-engine-models/badges/master/pipeline.svg)](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
4
+ [![Coverage Report](https://gitlab.com/hestia-earth/hestia-engine-models/badges/master/coverage.svg)](https://gitlab.com/hestia-earth/hestia-engine-models/commits/master)
5
+
6
+ HESTIA's set of models for running calculations or retrieving data using external datasets and internal lookups.
7
+
8
+ ## Documentation
9
+
10
+ Documentation for every model can be found in the [HESTIA API Documentation](https://hestia.earth/docs/#hestia-calculation-models).
11
+
12
+ ## Install
13
+
14
+ 1. Install python `3` (we recommend using python `3.6` minimum)
15
+ 2. Install the module:
16
+ ```bash
17
+ pip install hestia_earth.models
18
+ ```
19
+ 3. Set the following environment variables:
20
+ ```
21
+ API_URL=https://api.hestia.earth
22
+ WEB_URL=https://hestia.earth
23
+ ```
24
+
25
+ ### Usage
26
+
27
+ ```python
28
+ from hestia_earth.models.pooreNemecek2018 import run
29
+
30
+ cycle_data = {"@type": "Cycle", ...}
31
+ # cycle is a JSONLD node Cycle
32
+ result = run('no3ToGroundwaterSoilFlux', cycle_data)
33
+ print(result)
34
+ ```
35
+
36
+ This will display only the result of the `no3ToGroundwaterSoilFlux` model (Emission).
37
+
38
+ Additionally, to reduce the number of queries to the HESTIA API and run the models faster, prefetching can be enabled:
39
+ ```python
40
+ from hestia_earth.models.preload_requests import enable_preload
41
+
42
+ enable_preload()
43
+ ```
44
+
45
+ #### Using the orchestrator
46
+
47
+ The models come with an "orchestrator", which allows you to run a pre-configured set of models instead of a single one.
48
+
49
+ The configuration for each Node (Cycle, Site or ImpactAssessment) can be found in the [config](./config) folder.
50
+
51
+ Usage:
52
+ ```python
53
+ from hestia_earth.orchestrator import run
54
+ from hestia_earth.models.config import load_config
55
+
56
+ cycle_data = {"@type": "Cycle", ...}
57
+ result = run(cycle, load_config(cycle))
58
+ print(result)
59
+ ```
60
+
61
+ This will display the Cycle recalculated with all HESTIA default models running.
62
+
63
+ #### Using Spatial Models
64
+
65
+ We have models that can gap-fill geographical information on a `Site`. If you want to use these models:
66
+ 1. Install the library: `pip install hestia_earth.earth_engine`
67
+ 2. Follow the [Getting Started instructions](https://gitlab.com/hestia-earth/hestia-earth-engine#getting-started).
68
+
69
+ #### Using the ecoinventV3 model
70
+
71
+ ecoinvent is a consistent, transparent, and well validated life cycle inventory database.
72
+ We use ecoinvent data to ascertain the environmental impacts of activities that occur outside of our system boundary, for example data on the environmental impacts of extracting oil and producing diesel, or the impacts of manufacturing plastics.
73
+
74
+ The `ecoinventV3` model requires a valid [license](https://ecoinvent.org/offerings/licences/) to run. We are currently working on a way to enable users of this code with a valid ecoinvent licence to run these models themselves, but for now, these models are only available on the public platform.
@@ -0,0 +1,130 @@
1
+ """
2
+ Fuel and Electricity
3
+
4
+ This model calculates fuel and electricity data from the number of hours each machine is used for.
5
+ """
6
+ from hestia_earth.schema import TermTermType
7
+ from hestia_earth.utils.model import filter_list_term_type
8
+ from hestia_earth.utils.tools import flatten, list_sum, non_empty_list
9
+
10
+ from hestia_earth.models.log import debugValues, logRequirements, logShouldRun, log_as_table
11
+ from hestia_earth.models.utils import group_by
12
+ from hestia_earth.models.utils.term import get_lookup_value
13
+ from hestia_earth.models.utils.input import _new_input
14
+ from . import MODEL
15
+
16
+ REQUIREMENTS = {
17
+ "Cycle": {
18
+ "completeness.electricityFuel": "False",
19
+ "practices": [{
20
+ "@type": "Practice",
21
+ "term.termType": "operation",
22
+ "value": "> 0"
23
+ }]
24
+ }
25
+ }
26
+ LOOKUPS = {
27
+ "operation": "fuelUse"
28
+ }
29
+ RETURNS = {
30
+ "Input": [{
31
+ "term.termType": "fuel",
32
+ "value": "",
33
+ "operation": ""
34
+ }]
35
+ }
36
+ MODEL_KEY = 'fuelElectricity'
37
+
38
+
39
+ def _input(term_id: str, value: float, operation: dict):
40
+ input = _new_input(term_id, MODEL)
41
+ input['value'] = [value]
42
+ input['operation'] = operation
43
+ return input
44
+
45
+
46
+ def _operation_input(operation: dict):
47
+ input = operation.get('input', {})
48
+ return _input(input.get('id'), input.get('value') * operation.get('value'), operation.get('term', {}))
49
+
50
+
51
+ def _run_operation(cycle: dict):
52
+ def exec(operations: list):
53
+ input_term_id = operations[0].get('input').get('id')
54
+ values_logs = log_as_table([
55
+ {
56
+ 'id': p.get('term').get('@id'),
57
+ 'value': p.get('value'),
58
+ 'coefficient': p.get('input').get('value')
59
+ } for p in operations
60
+ ])
61
+
62
+ debugValues(cycle, model=MODEL, term=input_term_id,
63
+ values=values_logs)
64
+
65
+ logShouldRun(cycle, MODEL, input_term_id, True, model_key=MODEL_KEY)
66
+
67
+ return list(map(_operation_input, operations))
68
+ return exec
69
+
70
+
71
+ def _operation_data(practice: dict):
72
+ term = practice.get('term', {})
73
+ values = practice.get('value', [])
74
+ value = list_sum(values) if all([not isinstance(v, str) for v in values]) else None # str allowed for Practice
75
+
76
+ coeffs = get_lookup_value(term, LOOKUPS['operation'], model=MODEL, model_key=MODEL_KEY)
77
+ values = non_empty_list(coeffs.split(';')) if coeffs else []
78
+ inputs = [{'id': c.split(':')[0], 'value': float(c.split(':')[1])} for c in values]
79
+
80
+ return [{
81
+ 'term': term,
82
+ 'value': value,
83
+ 'input': input,
84
+ 'dates': ';'.join(practice.get('dates', []))
85
+ } for input in inputs]
86
+
87
+
88
+ def _should_run(cycle: dict):
89
+ is_incomplete = not cycle.get('completeness', {}).get('electricityFuel', False)
90
+ operations = filter_list_term_type(cycle.get('practices', []), TermTermType.OPERATION)
91
+
92
+ operations = flatten(map(_operation_data, operations))
93
+ term_ids = list(set(non_empty_list(map(lambda v: v.get('term', {}).get('@id'), operations))))
94
+
95
+ valid_operations = [v for v in operations if (v.get('value') or 0) > 0]
96
+ has_operations = len(valid_operations) > 0
97
+
98
+ # group operations by term to show in logs
99
+ grouped_operations = group_by(operations, ['term.@id'])
100
+
101
+ for term_id, operations in grouped_operations.items():
102
+ logs = [
103
+ {
104
+ 'value': operation.get('value'),
105
+ 'dates': operation.get('dates'),
106
+ 'input-id': operation.get('input', {}).get('@id'),
107
+ }
108
+ for operation in operations
109
+ ]
110
+ logRequirements(cycle, model=MODEL, term=term_id, model_key=MODEL_KEY,
111
+ details=log_as_table(logs))
112
+
113
+ should_run = any([(v.get('value') or 0) > 0 for v in operations])
114
+ logShouldRun(cycle, MODEL, term_id, should_run, model_key=MODEL_KEY)
115
+
116
+ logRequirements(cycle, model=MODEL, model_key=MODEL_KEY,
117
+ is_term_type_electricityFuel_incomplete=is_incomplete,
118
+ has_operations=has_operations,
119
+ operations=';'.join(term_ids))
120
+
121
+ should_run = all([is_incomplete, has_operations])
122
+ logShouldRun(cycle, MODEL, None, should_run, model_key=MODEL_KEY)
123
+ return should_run, valid_operations
124
+
125
+
126
+ def run(cycle: dict):
127
+ should_run, operations = _should_run(cycle)
128
+ # group operations by input to show logs as table
129
+ grouped_operations = group_by(operations, ['input.id'])
130
+ return flatten(map(_run_operation(cycle), grouped_operations.values())) if should_run else []
@@ -0,0 +1,91 @@
1
+ """
2
+ Machinery gradually depreciates over multiple production Cycles until it reaches the
3
+ [end of its life](https://hestia.earth/schema/Infrastructure#endDate).
4
+ As a rough rule, the more the machinery is used, the faster it depreciates.
5
+ Machinery use can be proxied for by the amount of fuel used.
6
+ From 139 processes in [AGRIBALYSE](https://agribalyse.ademe.fr/), the ratio of machinery depreciated per unit of
7
+ fuel consumed (kg machinery kg diesel–1) was established.
8
+ Recognizing that farms in less developed countries have poorer access to capital and maintain farm machinery for longer,
9
+ the machinery-to-diesel ratio was doubled in countries with a [Human Development Index](http://hdr.undp.org/en/data)
10
+ of less than 0.8.
11
+ """
12
+ from hestia_earth.utils.tools import list_sum, flatten
13
+
14
+ from hestia_earth.models.log import logRequirements, logShouldRun, debugValues, log_as_table
15
+ from hestia_earth.models.utils.productivity import get_productivity, PRODUCTIVITY
16
+ from hestia_earth.models.utils.input import _new_input
17
+ from hestia_earth.models.utils.completeness import _is_term_type_incomplete
18
+ from hestia_earth.models.utils.term import get_liquid_fuel_terms
19
+ from . import MODEL
20
+
21
+ REQUIREMENTS = {
22
+ "Cycle": {
23
+ "inputs": [{
24
+ "@type": "Input",
25
+ "term.termType": "fuel",
26
+ "value": ""
27
+ }],
28
+ "completeness.material": "False",
29
+ "site": {
30
+ "@type": "Site",
31
+ "country": {"@type": "Term", "termType": "region"}
32
+ }
33
+ }
34
+ }
35
+ LOOKUPS = {
36
+ "region": "HDI"
37
+ }
38
+ RETURNS = {
39
+ "Input": [{
40
+ "value": ""
41
+ }]
42
+ }
43
+ TERM_ID = 'machineryInfrastructureDepreciatedAmountPerCycle'
44
+
45
+
46
+ def _input(value: float):
47
+ input = _new_input(TERM_ID, MODEL)
48
+ input['value'] = [value]
49
+ return input
50
+
51
+
52
+ def _get_input_value_from_term(inputs: list, term_id: str):
53
+ values = flatten([
54
+ input.get('value', []) for input in inputs if input.get('term', {}).get('@id') == term_id
55
+ ])
56
+ return list_sum(values, 0) if len(values) > 0 else None
57
+
58
+
59
+ def get_value(country: dict, cycle: dict):
60
+ liquid_fuels = get_liquid_fuel_terms()
61
+ productivity_key = get_productivity(country)
62
+ machinery_usage = 11.5 if productivity_key == PRODUCTIVITY.HIGH else 23
63
+ values = [(term_id, _get_input_value_from_term(cycle.get('inputs', []), term_id)) for term_id in liquid_fuels]
64
+ value_logs = log_as_table([{'id': term_id, 'value': value} for term_id, value in values])
65
+ values = [value for term_id, value in values if value is not None]
66
+ fuel_use = list_sum(values, 0)
67
+ debugValues(cycle, model=MODEL, term=TERM_ID,
68
+ productivity_key=productivity_key.value,
69
+ fuel_use_details=value_logs,
70
+ fuel_use=fuel_use)
71
+ return fuel_use/machinery_usage if fuel_use > 0 else None
72
+
73
+
74
+ def _run(cycle: dict):
75
+ country = cycle.get('site', {}).get('country', {})
76
+ value = get_value(country, cycle)
77
+ return [_input(value)] if value is not None else []
78
+
79
+
80
+ def _should_run(cycle: dict):
81
+ term_type_incomplete = _is_term_type_incomplete(cycle, TERM_ID)
82
+
83
+ logRequirements(cycle, model=MODEL, term=TERM_ID,
84
+ term_type_material_incomplete=term_type_incomplete)
85
+
86
+ should_run = all([term_type_incomplete])
87
+ logShouldRun(cycle, MODEL, TERM_ID, should_run)
88
+ return should_run
89
+
90
+
91
+ def run(cycle: dict): return _run(cycle) if _should_run(cycle) else []
@@ -0,0 +1,117 @@
1
+ """
2
+ This model calculates the scarcity weighted water use based on the geospatial AWARE model
3
+ (see UNEP (2016); Boulay et al (2016); Boulay et al (2020); EC-JRC (2017)).
4
+ """
5
+ from hestia_earth.schema import SiteSiteType
6
+ from hestia_earth.utils.lookup import download_lookup, _get_single_table_value, column_name, get_table_value
7
+ from hestia_earth.utils.tools import safe_parse_float
8
+
9
+ from hestia_earth.models.log import logRequirements, debugMissingLookup, logShouldRun
10
+ from hestia_earth.models.utils import sum_values, multiply_values
11
+ from hestia_earth.models.utils.indicator import _new_indicator
12
+ from hestia_earth.models.utils.impact_assessment import (
13
+ convert_value_from_cycle, emission_value, get_product, get_site, get_region_id
14
+ )
15
+ from hestia_earth.models.utils.input import sum_input_impacts
16
+ from . import MODEL
17
+
18
+ REQUIREMENTS = {
19
+ "ImpactAssessment": {
20
+ "site": {
21
+ "@type": "Site",
22
+ "or": {
23
+ "awareWaterBasinId": "",
24
+ "country": {"@type": "Term", "termType": "region"}
25
+ }
26
+ },
27
+ "optional": {
28
+ "emissionsResourceUse": [{
29
+ "@type": "Indicator",
30
+ "term.@id": "freshwaterWithdrawalsDuringCycle",
31
+ "value": ""
32
+ }]
33
+ }
34
+ }
35
+ }
36
+ RETURNS = {
37
+ "Indicator": [{
38
+ "value": ""
39
+ }]
40
+ }
41
+ LOOKUPS = {
42
+ "@doc": "Different lookup files are used depending on the situation",
43
+ "awareWaterBasinId": "using `awareWaterBasinId` and `YR_IRRI` (for `cropland`, `glass or high accessible cover`, or `permanent pasture`) or `YR_NONIRRI`", # noqa: E501
44
+ "region-aware-factors": "using `region` and `YR_IRRI` (for `cropland`, `glass or high accessible cover` or `permanent pasture`) or `YR_NONIRRI`" # noqa: E501
45
+ }
46
+ TERM_ID = 'scarcityWeightedWaterUse'
47
+ AWARE_KEY = 'awareWaterBasinId'
48
+ IRRIGATED_SITE_TYPES = [
49
+ SiteSiteType.CROPLAND.value,
50
+ SiteSiteType.GLASS_OR_HIGH_ACCESSIBLE_COVER.value,
51
+ SiteSiteType.PERMANENT_PASTURE.value
52
+ ]
53
+
54
+
55
+ def _indicator(value: float):
56
+ indicator = _new_indicator(TERM_ID, MODEL)
57
+ indicator['value'] = value
58
+ return indicator
59
+
60
+
61
+ def _get_factor_from_basinId(site: dict, aware_id: str):
62
+ lookup_col = 'YR_IRRI' if site.get('siteType') in IRRIGATED_SITE_TYPES else 'YR_NONIRRI'
63
+ value = _get_single_table_value(
64
+ download_lookup(f"{AWARE_KEY}.csv"), column_name(AWARE_KEY), int(aware_id), column_name(lookup_col)
65
+ )
66
+ debugMissingLookup(f"{AWARE_KEY}.csv", AWARE_KEY, aware_id, lookup_col, value, model=MODEL, term=TERM_ID)
67
+ return safe_parse_float(value, None)
68
+
69
+
70
+ def _get_factor_from_region(impact_assessment: dict, site: dict):
71
+ region_id = get_region_id(impact_assessment)
72
+ site_type = site.get('siteType')
73
+ lookup_name = 'region-aware-factors.csv'
74
+ lookup = download_lookup(lookup_name)
75
+ lookup_suffix = 'unspecified' if not site_type else ('irri' if site_type in IRRIGATED_SITE_TYPES else 'non_irri')
76
+ column = f"Agg_CF_{lookup_suffix}"
77
+ value = get_table_value(lookup, 'termid', region_id, column_name(column))
78
+ debugMissingLookup(lookup_name, 'termid', region_id, column, value, model=MODEL, term=TERM_ID)
79
+ return safe_parse_float(value, None)
80
+
81
+
82
+ def _run(impact_assessment: dict):
83
+ cycle = impact_assessment.get('cycle', {})
84
+ product = get_product(impact_assessment)
85
+ fresh_water = emission_value(impact_assessment, 'freshwaterWithdrawalsDuringCycle')
86
+ site = get_site(impact_assessment)
87
+ aware_id = site.get(AWARE_KEY)
88
+ factor = (
89
+ _get_factor_from_basinId(site, aware_id) if aware_id else None
90
+ ) or _get_factor_from_region(impact_assessment, site)
91
+ inputs_value = convert_value_from_cycle(
92
+ impact_assessment, product, sum_input_impacts(cycle.get('inputs', []), TERM_ID), model=MODEL, term_id=TERM_ID
93
+ )
94
+
95
+ logRequirements(impact_assessment, model=MODEL, term=TERM_ID,
96
+ fresh_water=fresh_water,
97
+ aware_id=aware_id,
98
+ factor=factor,
99
+ inputs_value=inputs_value)
100
+
101
+ value = sum_values([
102
+ multiply_values([fresh_water, factor]),
103
+ inputs_value
104
+ ])
105
+ return _indicator(value) if value is not None else None
106
+
107
+
108
+ def _should_run(impact_assessment: dict):
109
+ site = get_site(impact_assessment)
110
+ # does not run without a site as data is geospatial
111
+ should_run = all([site])
112
+ logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
113
+ return should_run
114
+
115
+
116
+ def run(impact_assessment: dict):
117
+ return _run(impact_assessment) if _should_run(impact_assessment) else None
@@ -0,0 +1,78 @@
1
+ from hestia_earth.schema import EmissionMethodTier, CycleFunctionalUnit
2
+
3
+ from hestia_earth.models.log import logRequirements, logShouldRun
4
+ from hestia_earth.models.utils.emission import _new_emission
5
+ from hestia_earth.models.utils.cycle import land_occupation_per_ha
6
+ from .utils import get_emission_factor
7
+ from . import MODEL
8
+
9
+ REQUIREMENTS = {
10
+ "Cycle": {
11
+ "functionalUnit": "1 ha",
12
+ "or": [
13
+ {
14
+ "cycleDuration": "",
15
+ "practices": [{"@type": "Practice", "value": "", "term.@id": "longFallowRatio"}]
16
+ },
17
+ {
18
+ "@doc": "for plantations, additional properties are required",
19
+ "practices": [
20
+ {"@type": "Practice", "value": "", "term.@id": "nurseryDensity"},
21
+ {"@type": "Practice", "value": "", "term.@id": "nurseryDuration"},
22
+ {"@type": "Practice", "value": "", "term.@id": "plantationProductiveLifespan"},
23
+ {"@type": "Practice", "value": "", "term.@id": "plantationDensity"},
24
+ {"@type": "Practice", "value": "", "term.@id": "plantationLifespan"},
25
+ {"@type": "Practice", "value": "", "term.@id": "rotationDuration"}
26
+ ]
27
+ }
28
+ ],
29
+ "site": {
30
+ "@type": "Site",
31
+ "country": {"@type": "Term", "termType": "region"}
32
+ }
33
+ }
34
+ }
35
+ LOOKUPS = {
36
+ "crop": ["isPlantation", "cropGroupingFaostatArea"],
37
+ "region-crop-cropGroupingFaostatArea-ch4forestBiomassBurning": "use crop grouping above or default to site.siteType"
38
+ }
39
+ RETURNS = {
40
+ "Emission": [{
41
+ "value": "",
42
+ "methodTier": "tier 1"
43
+ }]
44
+ }
45
+ TERM_ID = 'ch4ToAirNaturalVegetationBurning'
46
+ TIER = EmissionMethodTier.TIER_1.value
47
+
48
+
49
+ def _emission(value: float):
50
+ emission = _new_emission(TERM_ID, MODEL)
51
+ emission['value'] = [value]
52
+ emission['methodTier'] = TIER
53
+ return emission
54
+
55
+
56
+ def _run(land_occupation: float, ch4_forest_biomass_burning: float):
57
+ value = land_occupation * ch4_forest_biomass_burning
58
+ return [_emission(value)]
59
+
60
+
61
+ def _should_run(cycle: dict):
62
+ is_1_ha_functional_unit = cycle.get('functionalUnit') == CycleFunctionalUnit._1_HA.value
63
+ land_occupation = land_occupation_per_ha(MODEL, TERM_ID, cycle)
64
+ ch4_forest_biomass_burning = get_emission_factor(TERM_ID, cycle, 'ch4forestBiomassBurning')
65
+
66
+ logRequirements(cycle, model=MODEL, term=TERM_ID,
67
+ is_1_ha_functional_unit=is_1_ha_functional_unit,
68
+ land_occupation=land_occupation,
69
+ ch4_forest_biomass_burning=ch4_forest_biomass_burning)
70
+
71
+ should_run = all([is_1_ha_functional_unit, land_occupation, ch4_forest_biomass_burning is not None])
72
+ logShouldRun(cycle, MODEL, TERM_ID, should_run, methodTier=TIER)
73
+ return should_run, land_occupation, ch4_forest_biomass_burning
74
+
75
+
76
+ def run(cycle: dict):
77
+ should_run, land_occupation, ch4_forest_biomass_burning = _should_run(cycle)
78
+ return _run(land_occupation, ch4_forest_biomass_burning) if should_run else []