hestia-earth-models 0.65.11__tar.gz → 0.66.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1227) hide show
  1. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/PKG-INFO +1 -1
  2. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cache_sites.py +7 -9
  3. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/Cycle.json +34 -16
  4. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/ImpactAssessment.json +12 -0
  5. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/Site.json +4 -1
  6. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/freshForage.py +10 -2
  7. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/cropResidueManagement.py +3 -1
  8. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ecoinventV3/__init__.py +2 -1
  9. hestia_earth_models-0.66.0/hestia_earth/models/environmentalFootprintV3/environmentalFootprintSingleOverallScore.py +135 -0
  10. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py +17 -6
  11. hestia_earth_models-0.65.11/hestia_earth/models/geospatialDatabase/aware.py → hestia_earth_models-0.66.0/hestia_earth/models/geospatialDatabase/awareWaterBasinId.py +1 -1
  12. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/landCover.py +42 -34
  13. hestia_earth_models-0.66.0/hestia_earth/models/hestia/residueRemoved.py +80 -0
  14. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/resourceUse_utils.py +43 -29
  15. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/aboveGroundBiomass.py +33 -12
  16. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/belowGroundBiomass.py +32 -11
  17. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +17 -8
  18. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +5 -3
  19. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +27 -17
  20. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/pastureGrass_utils.py +8 -1
  21. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/log.py +1 -1
  22. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/mocking/search-results.json +34 -34
  23. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/defaultMethodClassification.py +9 -2
  24. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/defaultMethodClassificationDescription.py +4 -2
  25. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/management.py +48 -30
  26. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +19 -14
  27. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/blank_node.py +9 -3
  28. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/lookup.py +1 -1
  29. hestia_earth_models-0.66.0/hestia_earth/models/version.py +1 -0
  30. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/merge/merge_list.py +17 -6
  31. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth_models.egg-info/PKG-INFO +1 -1
  32. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth_models.egg-info/SOURCES.txt +7 -2
  33. hestia_earth_models-0.66.0/tests/models/environmentalFootprintV3/test_environmentalFootprintSingleOverallScore.py +92 -0
  34. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/environmentalFootprintV3/test_soilQualityIndexLandTransformation.py +4 -19
  35. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/product/test_price.py +1 -1
  36. hestia_earth_models-0.65.11/tests/models/geospatialDatabase/test_aware.py → hestia_earth_models-0.66.0/tests/models/geospatialDatabase/test_awareWaterBasinId.py +1 -1
  37. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/hestia/test_landCover.py +2 -1
  38. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +2 -1
  39. hestia_earth_models-0.66.0/tests/models/hestia/test_residueRemoved.py +20 -0
  40. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_aboveGroundBiomass.py +3 -1
  41. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_belowGroundBiomass.py +4 -2
  42. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_organicCarbonPerHa.py +94 -1
  43. hestia_earth_models-0.66.0/tests/models/site/pre_checks/test_cache_geospatialDatabase.py +22 -0
  44. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_defaultMethodClassification.py +6 -0
  45. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_defaultMethodClassificationDescription.py +6 -0
  46. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_management.py +4 -4
  47. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/test_cache_sites.py +2 -2
  48. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/merge/test_merge_list.py +11 -1
  49. hestia_earth_models-0.65.11/hestia_earth/models/version.py +0 -1
  50. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/LICENSE +0 -0
  51. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/MANIFEST.in +0 -0
  52. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/README.md +0 -0
  53. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/__init__.py +0 -0
  54. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/__init__.py +0 -0
  55. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/agribalyse2016/__init__.py +0 -0
  56. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/agribalyse2016/fuelElectricity.py +0 -0
  57. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
  58. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
  59. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py +0 -0
  60. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/n2OToAirCropResidueBurningDirect.py +0 -0
  61. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/nh3ToAirCropResidueBurning.py +0 -0
  62. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/noxToAirCropResidueBurning.py +0 -0
  63. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/akagiEtAl2011AndIpcc2006/utils.py +0 -0
  64. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/aware/__init__.py +0 -0
  65. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/aware/scarcityWeightedWaterUse.py +0 -0
  66. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/blonkConsultants2016/__init__.py +0 -0
  67. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py +0 -0
  68. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -0
  69. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py +0 -0
  70. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/blonkConsultants2016/utils.py +0 -0
  71. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/chaudharyBrooks2018/__init__.py +0 -0
  72. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +0 -0
  73. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +0 -0
  74. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
  75. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/chaudharyBrooks2018/utils.py +0 -0
  76. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001Baseline/__init__.py +0 -0
  77. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +0 -0
  78. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +0 -0
  79. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +0 -0
  80. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
  81. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001NonBaseline/__init__.py +0 -0
  82. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
  83. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +0 -0
  84. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/__init__.py +0 -0
  85. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/run-calculations.json +0 -0
  86. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/config/trigger-calculations.json +0 -0
  87. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/__init__.py +0 -0
  88. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +0 -0
  89. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/__init__.py +0 -0
  90. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/input/__init__.py +0 -0
  91. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +0 -0
  92. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/input/properties.py +0 -0
  93. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/milkYield.py +0 -0
  94. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/animal/properties.py +0 -0
  95. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/coldCarcassWeightPerHead.py +0 -0
  96. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py +0 -0
  97. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/__init__.py +0 -0
  98. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/animalFeed.py +0 -0
  99. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/cropResidue.py +0 -0
  100. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/electricityFuel.py +0 -0
  101. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/excreta.py +0 -0
  102. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/material.py +0 -0
  103. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/seed.py +0 -0
  104. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/completeness/soilAmendment.py +0 -0
  105. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/concentrateFeed.py +0 -0
  106. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/croppingIntensity.py +0 -0
  107. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/cycleDuration.py +0 -0
  108. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/endDate.py +0 -0
  109. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/energyContentLowerHeatingValue.py +0 -0
  110. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/excretaKgMass.py +0 -0
  111. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/excretaKgN.py +0 -0
  112. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/excretaKgVs.py +0 -0
  113. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/__init__.py +0 -0
  114. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioCarbon.py +0 -0
  115. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioDryMatter.py +0 -0
  116. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py +0 -0
  117. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py +0 -0
  118. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py +0 -0
  119. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/inorganicFertiliser.py +0 -0
  120. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/input/__init__.py +0 -0
  121. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/input/hestiaAggregatedData.py +0 -0
  122. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/input/properties.py +0 -0
  123. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/input/value.py +0 -0
  124. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/irrigatedTypeUnspecified.py +0 -0
  125. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/liveAnimal.py +0 -0
  126. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/longFallowRatio.py +0 -0
  127. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/materialAndSubstrate.py +0 -0
  128. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/milkYield.py +0 -0
  129. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/otherSitesArea.py +0 -0
  130. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/otherSitesUnusedDuration.py +0 -0
  131. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pastureGrass.py +0 -0
  132. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pastureSystem.py +0 -0
  133. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/post_checks/__init__.py +0 -0
  134. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/post_checks/cache.py +0 -0
  135. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/post_checks/otherSites.py +0 -0
  136. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/post_checks/site.py +0 -0
  137. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/practice/__init__.py +0 -0
  138. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/practice/value.py +0 -0
  139. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pre_checks/__init__.py +0 -0
  140. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pre_checks/cache_sources.py +0 -0
  141. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pre_checks/otherSites.py +0 -0
  142. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/pre_checks/site.py +0 -0
  143. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/__init__.py +0 -0
  144. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/currency.py +0 -0
  145. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/economicValueShare.py +0 -0
  146. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/price.py +0 -0
  147. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/primary.py +0 -0
  148. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/properties.py +0 -0
  149. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/revenue.py +0 -0
  150. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/utils.py +0 -0
  151. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/product/value.py +0 -0
  152. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/readyToCookWeightPerHead.py +0 -0
  153. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/residueBurnt.py +0 -0
  154. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/residueIncorporated.py +0 -0
  155. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/residueLeftOnField.py +0 -0
  156. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/residueRemoved.py +0 -0
  157. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/siteArea.py +0 -0
  158. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/siteDuration.py +0 -0
  159. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/siteUnusedDuration.py +0 -0
  160. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/startDate.py +0 -0
  161. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/startDateDefinition.py +0 -0
  162. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py +0 -0
  163. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/transformation.py +0 -0
  164. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/unknownPreSeasonWaterRegime.py +0 -0
  165. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/cycle/utils.py +0 -0
  166. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/dammgen2009/__init__.py +0 -0
  167. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/dammgen2009/noxToAirExcreta.py +0 -0
  168. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/data/__init__.py +0 -0
  169. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/data/ecoinventV3/__init__.py +0 -0
  170. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/deRuijterEtAl2010/__init__.py +0 -0
  171. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py +0 -0
  172. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ecoinventV3/utils.py +0 -0
  173. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
  174. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +0 -0
  175. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/edip2003/__init__.py +0 -0
  176. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/edip2003/ozoneDepletionPotential.py +0 -0
  177. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/__init__.py +0 -0
  178. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +0 -0
  179. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +0 -0
  180. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +0 -0
  181. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +0 -0
  182. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +0 -0
  183. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/pm10ToAirAnimalHousing.py +0 -0
  184. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/pm25ToAirAnimalHousing.py +0 -0
  185. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +0 -0
  186. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py +0 -0
  187. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emepEea2019/utils.py +0 -0
  188. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/emissionNotRelevant/__init__.py +0 -0
  189. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/__init__.py +0 -0
  190. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +0 -0
  191. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py +0 -0
  192. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/soilQualityIndexTotalLandUseEffects.py +0 -0
  193. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/environmentalFootprintV3/utils.py +0 -0
  194. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/epa2014/__init__.py +0 -0
  195. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py +0 -0
  196. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/fantkeEtAl2016/__init__.py +0 -0
  197. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +0 -0
  198. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/__init__.py +0 -0
  199. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/coldCarcassWeightPerHead.py +0 -0
  200. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/coldDressedCarcassWeightPerHead.py +0 -0
  201. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/landTransformation100YearAverageDuringCycle.py +0 -0
  202. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/landTransformation20YearAverageDuringCycle.py +0 -0
  203. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/liveweightPerHead.py +0 -0
  204. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/product/__init__.py +0 -0
  205. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/product/price.py +0 -0
  206. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/readyToCookWeightPerHead.py +0 -0
  207. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/seed.py +0 -0
  208. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/faostat2018/utils.py +0 -0
  209. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/frischknechtEtAl2000/__init__.py +0 -0
  210. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +0 -0
  211. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/__init__.py +0 -0
  212. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/clayContent.py +0 -0
  213. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/croppingIntensity.py +0 -0
  214. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/drainageClass.py +0 -0
  215. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/ecoClimateZone.py +0 -0
  216. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/ecoregion.py +0 -0
  217. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/erodibility.py +0 -0
  218. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +0 -0
  219. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/histosol.py +0 -0
  220. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/longFallowRatio.py +0 -0
  221. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py +0 -0
  222. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py +0 -0
  223. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py +0 -0
  224. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +0 -0
  225. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +0 -0
  226. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/precipitationAnnual.py +0 -0
  227. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py +0 -0
  228. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/precipitationMonthly.py +0 -0
  229. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/region.py +0 -0
  230. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/sandContent.py +0 -0
  231. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/siltContent.py +0 -0
  232. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/slope.py +0 -0
  233. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/slopeLength.py +0 -0
  234. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/soilPh.py +0 -0
  235. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/temperatureAnnual.py +0 -0
  236. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +0 -0
  237. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/temperatureMonthly.py +0 -0
  238. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py +0 -0
  239. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py +0 -0
  240. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/utils.py +0 -0
  241. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/geospatialDatabase/waterDepth.py +0 -0
  242. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/globalCropWaterModel2008/__init__.py +0 -0
  243. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/globalCropWaterModel2008/rootingDepth.py +0 -0
  244. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/haversineFormula/__init__.py +0 -0
  245. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/haversineFormula/transport/__init__.py +0 -0
  246. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/haversineFormula/transport/distance.py +0 -0
  247. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/__init__.py +0 -0
  248. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +0 -0
  249. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +0 -0
  250. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/seed_emissions.py +0 -0
  251. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/hestia/utils.py +0 -0
  252. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/__init__.py +0 -0
  253. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/allocationMethod.py +0 -0
  254. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/emissions.py +0 -0
  255. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/irrigated.py +0 -0
  256. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/organic.py +0 -0
  257. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/post_checks/__init__.py +0 -0
  258. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/post_checks/cycle.py +0 -0
  259. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/post_checks/site.py +0 -0
  260. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/pre_checks/__init__.py +0 -0
  261. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/pre_checks/cycle.py +0 -0
  262. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/pre_checks/site.py +0 -0
  263. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/product/__init__.py +0 -0
  264. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/product/economicValueShare.py +0 -0
  265. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/impact_assessment/product/value.py +0 -0
  266. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/__init__.py +0 -0
  267. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py +0 -0
  268. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py +0 -0
  269. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/belowGroundCropResidue.py +0 -0
  270. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +0 -0
  271. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
  272. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +0 -0
  273. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +0 -0
  274. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +0 -0
  275. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +0 -0
  276. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +0 -0
  277. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +0 -0
  278. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +0 -0
  279. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +0 -0
  280. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2006/utils.py +0 -0
  281. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
  282. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +0 -0
  283. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
  284. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +0 -0
  285. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/__init__.py +0 -0
  286. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +0 -0
  287. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/__init__.py +0 -0
  288. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/fatContent.py +0 -0
  289. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py +0 -0
  290. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/liveweightGain.py +0 -0
  291. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +0 -0
  292. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +0 -0
  293. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/pastureGrass.py +0 -0
  294. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +0 -0
  295. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/trueProteinContent.py +0 -0
  296. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/utils.py +0 -0
  297. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +0 -0
  298. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/belowGroundCropResidue.py +0 -0
  299. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/biomass_utils.py +0 -0
  300. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/carbonContent.py +0 -0
  301. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py +0 -0
  302. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +0 -0
  303. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +0 -0
  304. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +0 -0
  305. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +0 -0
  306. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +0 -0
  307. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +0 -0
  308. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py +0 -0
  309. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/croppingDuration.py +0 -0
  310. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/ligninContent.py +0 -0
  311. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +0 -0
  312. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py +0 -0
  313. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +0 -0
  314. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +0 -0
  315. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +0 -0
  316. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +0 -0
  317. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +0 -0
  318. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +0 -0
  319. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py +0 -0
  320. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py +0 -0
  321. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/nitrogenContent.py +0 -0
  322. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +0 -0
  323. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +0 -0
  324. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +0 -0
  325. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +0 -0
  326. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py +0 -0
  327. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py +0 -0
  328. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa.py +0 -0
  329. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +0 -0
  330. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -0
  331. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/pastureGrass.py +0 -0
  332. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2019/utils.py +0 -0
  333. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2021/__init__.py +0 -0
  334. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/ipcc2021/gwp100.py +0 -0
  335. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/jarvisAndPain1994/__init__.py +0 -0
  336. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +0 -0
  337. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/__init__.py +0 -0
  338. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/aboveGroundCropResidue.py +0 -0
  339. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/cropResidueManagement.py +0 -0
  340. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/residueBurnt.py +0 -0
  341. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/residueLeftOnField.py +0 -0
  342. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/residueRemoved.py +0 -0
  343. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/koble2014/utils.py +0 -0
  344. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/__init__.py +0 -0
  345. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +0 -0
  346. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  347. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  348. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
  349. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
  350. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +0 -0
  351. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +0 -0
  352. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  353. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  354. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
  355. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  356. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  357. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +0 -0
  358. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  359. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
  360. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
  361. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
  362. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
  363. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  364. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  365. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  366. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
  367. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +0 -0
  368. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  369. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  370. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
  371. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
  372. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +0 -0
  373. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
  374. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  375. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  376. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
  377. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  378. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  379. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
  380. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  381. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
  382. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
  383. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
  384. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
  385. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  386. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  387. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  388. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/__init__.py +0 -0
  389. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  390. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  391. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +0 -0
  392. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +0 -0
  393. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +0 -0
  394. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +0 -0
  395. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  396. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  397. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +0 -0
  398. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  399. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  400. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +0 -0
  401. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  402. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +0 -0
  403. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +0 -0
  404. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +0 -0
  405. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +0 -0
  406. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  407. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  408. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  409. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
  410. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  411. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  412. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +0 -0
  413. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +0 -0
  414. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +0 -0
  415. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +0 -0
  416. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  417. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  418. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +0 -0
  419. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  420. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  421. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +0 -0
  422. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  423. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +0 -0
  424. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +0 -0
  425. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +0 -0
  426. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +0 -0
  427. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  428. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  429. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  430. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/__init__.py +0 -0
  431. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/emissions.py +0 -0
  432. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py +0 -0
  433. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py +0 -0
  434. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/landTransformation100YearAverageInputsProduction.py +0 -0
  435. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/landTransformation20YearAverageInputsProduction.py +0 -0
  436. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/linkedImpactAssessment/utils.py +0 -0
  437. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/mocking/__init__.py +0 -0
  438. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/mocking/build_mock_search.py +0 -0
  439. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/mocking/mock_search.py +0 -0
  440. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/__init__.py +0 -0
  441. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +0 -0
  442. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py +0 -0
  443. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py +0 -0
  444. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/excretaKgN.py +0 -0
  445. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/excretaKgVs.py +0 -0
  446. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +0 -0
  447. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py +0 -0
  448. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/longFallowDuration.py +0 -0
  449. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py +0 -0
  450. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py +0 -0
  451. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py +0 -0
  452. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +0 -0
  453. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +0 -0
  454. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +0 -0
  455. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +0 -0
  456. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux_utils.py +0 -0
  457. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py +0 -0
  458. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/nurseryDensity.py +0 -0
  459. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/nurseryDuration.py +0 -0
  460. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/plantationDensity.py +0 -0
  461. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/plantationLifespan.py +0 -0
  462. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +0 -0
  463. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/rotationDuration.py +0 -0
  464. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py +0 -0
  465. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/pooreNemecek2018/utils.py +0 -0
  466. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/poschEtAl2008/__init__.py +0 -0
  467. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
  468. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
  469. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/preload_requests.py +0 -0
  470. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/__init__.py +0 -0
  471. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  472. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +0 -0
  473. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +0 -0
  474. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/damageToResourceAvailability.py +0 -0
  475. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  476. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +0 -0
  477. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/fossilResourceScarcity.py +0 -0
  478. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  479. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +0 -0
  480. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +0 -0
  481. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +0 -0
  482. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +0 -0
  483. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  484. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +0 -0
  485. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +0 -0
  486. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +0 -0
  487. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  488. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/__init__.py +0 -0
  489. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  490. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +0 -0
  491. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +0 -0
  492. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/damageToResourceAvailability.py +0 -0
  493. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  494. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +0 -0
  495. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/fossilResourceScarcity.py +0 -0
  496. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  497. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +0 -0
  498. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +0 -0
  499. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +0 -0
  500. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +0 -0
  501. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  502. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +0 -0
  503. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +0 -0
  504. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +0 -0
  505. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  506. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/__init__.py +0 -0
  507. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  508. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +0 -0
  509. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +0 -0
  510. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/damageToResourceAvailability.py +0 -0
  511. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  512. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +0 -0
  513. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/fossilResourceScarcity.py +0 -0
  514. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  515. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +0 -0
  516. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +0 -0
  517. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +0 -0
  518. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +0 -0
  519. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  520. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +0 -0
  521. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +0 -0
  522. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +0 -0
  523. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  524. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/requirements.py +0 -0
  525. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/__init__.py +0 -0
  526. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/nErosionSoilFlux.py +0 -0
  527. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/pErosionSoilFlux.py +0 -0
  528. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/pToDrainageWaterSoilFlux.py +0 -0
  529. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py +0 -0
  530. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py +0 -0
  531. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schererPfister2015/utils.py +0 -0
  532. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/__init__.py +0 -0
  533. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +0 -0
  534. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +0 -0
  535. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +0 -0
  536. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +0 -0
  537. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/schmidt2007/utils.py +0 -0
  538. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/__init__.py +0 -0
  539. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/brackishWater.py +0 -0
  540. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py +0 -0
  541. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/flowingWater.py +0 -0
  542. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/freshWater.py +0 -0
  543. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/measurement/__init__.py +0 -0
  544. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/measurement/value.py +0 -0
  545. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/netPrimaryProduction.py +0 -0
  546. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/organicCarbonPerHa.py +0 -0
  547. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/organicCarbonPerKgSoil.py +0 -0
  548. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/organicCarbonPerM3Soil.py +0 -0
  549. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/organicMatterPerKgSoil.py +0 -0
  550. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/organicMatterPerM3Soil.py +0 -0
  551. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/post_checks/__init__.py +0 -0
  552. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/post_checks/cache.py +0 -0
  553. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/potentialEvapotranspirationAnnual.py +0 -0
  554. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/potentialEvapotranspirationMonthly.py +0 -0
  555. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/pre_checks/__init__.py +0 -0
  556. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/pre_checks/cache_sources.py +0 -0
  557. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/pre_checks/cache_years.py +0 -0
  558. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/precipitationAnnual.py +0 -0
  559. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/precipitationMonthly.py +0 -0
  560. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/rainfallAnnual.py +0 -0
  561. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/rainfallMonthly.py +0 -0
  562. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/salineWater.py +0 -0
  563. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/soilMeasurement.py +0 -0
  564. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/temperatureAnnual.py +0 -0
  565. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/temperatureMonthly.py +0 -0
  566. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/totalNitrogenPerKgSoil.py +0 -0
  567. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/utils.py +0 -0
  568. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/site/waterDepth.py +0 -0
  569. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/__init__.py +0 -0
  570. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +0 -0
  571. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +0 -0
  572. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +0 -0
  573. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +0 -0
  574. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux_utils.py +0 -0
  575. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +0 -0
  576. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +0 -0
  577. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +0 -0
  578. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +0 -0
  579. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux_utils.py +0 -0
  580. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
  581. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +0 -0
  582. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +0 -0
  583. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +0 -0
  584. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +0 -0
  585. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py +0 -0
  586. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/__init__.py +0 -0
  587. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/__init__.py +0 -0
  588. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/excreta.py +0 -0
  589. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/max.py +0 -0
  590. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/min.py +0 -0
  591. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/properties.py +0 -0
  592. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/sd.py +0 -0
  593. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/utils.py +0 -0
  594. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/input/value.py +0 -0
  595. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/product/__init__.py +0 -0
  596. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/transformation/product/excreta.py +0 -0
  597. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/usetoxV2/__init__.py +0 -0
  598. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +0 -0
  599. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/__init__.py +0 -0
  600. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/aggregated.py +0 -0
  601. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/animalProduct.py +0 -0
  602. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/aquacultureManagement.py +0 -0
  603. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/array_builders.py +0 -0
  604. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/cache_sources.py +0 -0
  605. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/completeness.py +0 -0
  606. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/constant.py +0 -0
  607. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/crop.py +0 -0
  608. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/cropResidue.py +0 -0
  609. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/cropResidueManagement.py +0 -0
  610. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/currency.py +0 -0
  611. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/cycle.py +0 -0
  612. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/descriptive_stats.py +0 -0
  613. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/ecoClimateZone.py +0 -0
  614. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/emission.py +0 -0
  615. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/excretaManagement.py +0 -0
  616. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/feedipedia.py +0 -0
  617. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/fertiliser.py +0 -0
  618. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/fuel.py +0 -0
  619. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/impact_assessment.py +0 -0
  620. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/indicator.py +0 -0
  621. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/inorganicFertiliser.py +0 -0
  622. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/input.py +0 -0
  623. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/landCover.py +0 -0
  624. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/liveAnimal.py +0 -0
  625. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/management.py +0 -0
  626. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/measurement.py +0 -0
  627. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/organicFertiliser.py +0 -0
  628. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/pesticideAI.py +0 -0
  629. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/practice.py +0 -0
  630. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/product.py +0 -0
  631. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/productivity.py +0 -0
  632. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/property.py +0 -0
  633. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/site.py +0 -0
  634. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/source.py +0 -0
  635. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/stats.py +0 -0
  636. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/temperature.py +0 -0
  637. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/term.py +0 -0
  638. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/time_series.py +0 -0
  639. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/utils/transformation.py +0 -0
  640. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
  641. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py +0 -0
  642. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/__init__.py +0 -0
  643. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/log.py +0 -0
  644. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/models/__init__.py +0 -0
  645. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/models/emissions/__init__.py +0 -0
  646. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/models/emissions/deleted.py +0 -0
  647. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/models/transformations.py +0 -0
  648. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/__init__.py +0 -0
  649. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/merge/__init__.py +0 -0
  650. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/merge/merge_append.py +0 -0
  651. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/merge/merge_default.py +0 -0
  652. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/merge/merge_node.py +0 -0
  653. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/run/__init__.py +0 -0
  654. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py +0 -0
  655. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/run/add_key_if_missing.py +0 -0
  656. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/strategies/run/always.py +0 -0
  657. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth/orchestrator/utils.py +0 -0
  658. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth_models.egg-info/dependency_links.txt +0 -0
  659. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth_models.egg-info/requires.txt +0 -0
  660. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/hestia_earth_models.egg-info/top_level.txt +0 -0
  661. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/setup.cfg +0 -0
  662. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/setup.py +0 -0
  663. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/__init__.py +0 -0
  664. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/agribalyse2016/__init__.py +0 -0
  665. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/agribalyse2016/test_fuelElectricity.py +0 -0
  666. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -0
  667. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/__init__.py +0 -0
  668. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/test_ch4ToAirCropResidueBurning.py +0 -0
  669. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/test_n2OToAirCropResidueBurningDirect.py +0 -0
  670. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/test_nh3ToAirCropResidueBurning.py +0 -0
  671. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/test_noxToAirCropResidueBurning.py +0 -0
  672. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/akagiEtAl2011AndIpcc2006/test_utils.py +0 -0
  673. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/aware/__init__.py +0 -0
  674. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/aware/test_scarcityWeightedWaterUse.py +0 -0
  675. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/blonkConsultants2016/__init__.py +0 -0
  676. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/blonkConsultants2016/test_ch4ToAirNaturalVegetationBurning.py +0 -0
  677. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/blonkConsultants2016/test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +0 -0
  678. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/blonkConsultants2016/test_n2OToAirNaturalVegetationBurningDirect.py +0 -0
  679. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/blonkConsultants2016/test_utils.py +0 -0
  680. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/chaudharyBrooks2018/__init__.py +0 -0
  681. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -0
  682. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -0
  683. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -0
  684. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001Baseline/__init__.py +0 -0
  685. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -0
  686. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -0
  687. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -0
  688. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -0
  689. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001NonBaseline/__init__.py +0 -0
  690. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -0
  691. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -0
  692. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/__init__.py +0 -0
  693. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/__init__.py +0 -0
  694. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/input/__init__.py +0 -0
  695. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -0
  696. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/input/test_properties.py +0 -0
  697. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/test_milkYield.py +0 -0
  698. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/animal/test_properties.py +0 -0
  699. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/__init__.py +0 -0
  700. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_animalFeed.py +0 -0
  701. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_cropResidue.py +0 -0
  702. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_electricityFuel.py +0 -0
  703. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_excretaManagement.py +0 -0
  704. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_freshForage.py +0 -0
  705. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_material.py +0 -0
  706. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_seed.py +0 -0
  707. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/completeness/test_soilAmendment.py +0 -0
  708. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/input/__init__.py +0 -0
  709. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/input/test_hestiaAggregatedData.py +0 -0
  710. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/input/test_properties.py +0 -0
  711. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/input/test_value.py +0 -0
  712. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/post_checks/__init__.py +0 -0
  713. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/post_checks/test_cache.py +0 -0
  714. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/post_checks/test_otherSites.py +0 -0
  715. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/post_checks/test_site.py +0 -0
  716. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/practice/__init__.py +0 -0
  717. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/practice/test_value.py +0 -0
  718. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/pre_checks/__init__.py +0 -0
  719. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/pre_checks/test_otherSites.py +0 -0
  720. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/pre_checks/test_site.py +0 -0
  721. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/__init__.py +0 -0
  722. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_currency.py +0 -0
  723. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_economicValueShare.py +0 -0
  724. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_price.py +0 -0
  725. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_primary.py +0 -0
  726. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_properties.py +0 -0
  727. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_revenue.py +0 -0
  728. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/product/test_value.py +0 -0
  729. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -0
  730. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_coldCarcassWeightPerHead.py +0 -0
  731. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_coldDressedCarcassWeightPerHead.py +0 -0
  732. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_completeness.py +0 -0
  733. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_concentrateFeed.py +0 -0
  734. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_cropResidueManagement.py +0 -0
  735. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_croppingIntensity.py +0 -0
  736. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_cycleDuration.py +0 -0
  737. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_endDate.py +0 -0
  738. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_energyContentLowerHeatingValue.py +0 -0
  739. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_excretaKgMass.py +0 -0
  740. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_excretaKgN.py +0 -0
  741. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_excretaKgVs.py +0 -0
  742. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_feedConversionRatio.py +0 -0
  743. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_inorganicFertiliser.py +0 -0
  744. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_irrigatedTypeUnspecified.py +0 -0
  745. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_liveAnimal.py +0 -0
  746. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_longFallowRatio.py +0 -0
  747. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_materialsAndSubstrate.py +0 -0
  748. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_milkYield.py +0 -0
  749. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_otherSitesArea.py +0 -0
  750. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_otherSitesUnusedDuration.py +0 -0
  751. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_pastureGrass.py +0 -0
  752. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_pastureSystem.py +0 -0
  753. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_post_checks.py +0 -0
  754. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_pre_checks.py +0 -0
  755. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_readyToCookWeightPerHead.py +0 -0
  756. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_residueBurnt.py +0 -0
  757. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_residueIncorporated.py +0 -0
  758. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_residueLeftOnField.py +0 -0
  759. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_residueRemoved.py +0 -0
  760. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_siteArea.py +0 -0
  761. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_siteDuration.py +0 -0
  762. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_siteUnusedDuration.py +0 -0
  763. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_startDate.py +0 -0
  764. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_startDateDefinition.py +0 -0
  765. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_stockingDensityAnimalHousingAverage.py +0 -0
  766. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_transformations.py +0 -0
  767. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/cycle/test_unknownPreSeasonWaterRegime.py +0 -0
  768. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/dammgen2009/__init__.py +0 -0
  769. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/dammgen2009/test_noxToAirExcreta.py +0 -0
  770. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/deRuijterEtAl2010/__init__.py +0 -0
  771. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -0
  772. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/edip2003/__init__.py +0 -0
  773. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/edip2003/test_ozoneDepletionPotential.py +0 -0
  774. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/__init__.py +0 -0
  775. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -0
  776. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -0
  777. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -0
  778. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -0
  779. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -0
  780. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -0
  781. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -0
  782. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -0
  783. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -0
  784. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/emepEea2019/test_utils.py +0 -0
  785. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/environmentalFootprintV3/__init__.py +0 -0
  786. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/environmentalFootprintV3/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
  787. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/environmentalFootprintV3/test_soilQualityIndexLandOccupation.py +0 -0
  788. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/environmentalFootprintV3/test_soilQualityIndexTotalLandUseEffects.py +0 -0
  789. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/epa2014/__init__.py +0 -0
  790. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -0
  791. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/fantkeEtAl2016/__init__.py +0 -0
  792. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  793. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/__init__.py +0 -0
  794. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/product/__init__.py +0 -0
  795. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -0
  796. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -0
  797. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_faostat_utils.py +0 -0
  798. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_landTransformation100YearAverageDuringCycle.py +0 -0
  799. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_landTransformation20YearAverageDuringCycle.py +0 -0
  800. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_liveweightPerHead.py +0 -0
  801. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -0
  802. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_seed.py +0 -0
  803. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/faostat2018/test_utils.py +0 -0
  804. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/frischknechtEtAl2000/__init__.py +0 -0
  805. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -0
  806. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/__init__.py +0 -0
  807. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_clayContent.py +0 -0
  808. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_croppingIntensity.py +0 -0
  809. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_drainageClass.py +0 -0
  810. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -0
  811. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_ecoregion.py +0 -0
  812. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_erodibility.py +0 -0
  813. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -0
  814. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_histosol.py +0 -0
  815. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_longFallowRatio.py +0 -0
  816. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -0
  817. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -0
  818. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -0
  819. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -0
  820. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -0
  821. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -0
  822. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -0
  823. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -0
  824. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_region.py +0 -0
  825. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_sandContent.py +0 -0
  826. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_siltContent.py +0 -0
  827. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_slope.py +0 -0
  828. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_slopeLength.py +0 -0
  829. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_soilPh.py +0 -0
  830. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -0
  831. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -0
  832. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -0
  833. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -0
  834. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -0
  835. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_utils.py +0 -0
  836. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/geospatialDatabase/test_waterDepth.py +0 -0
  837. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/globalCropWaterModel2008/__init__.py +0 -0
  838. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -0
  839. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/haversineFormula/__init__.py +0 -0
  840. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/haversineFormula/transport/__init__.py +0 -0
  841. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/haversineFormula/transport/test_distance.py +0 -0
  842. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/hestia/__init__.py +0 -0
  843. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -0
  844. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/hestia/test_seed_emissions.py +0 -0
  845. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/__init__.py +0 -0
  846. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/post_checks/__init__.py +0 -0
  847. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/post_checks/test_cycle.py +0 -0
  848. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/post_checks/test_site.py +0 -0
  849. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/pre_checks/__init__.py +0 -0
  850. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/pre_checks/test_cycle.py +0 -0
  851. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/pre_checks/test_site.py +0 -0
  852. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/product/__init__.py +0 -0
  853. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/product/test_economicValueShare.py +0 -0
  854. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/product/test_value.py +0 -0
  855. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_allocationMethod.py +0 -0
  856. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_emissions.py +0 -0
  857. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_irrigated.py +0 -0
  858. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_oganic.py +0 -0
  859. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_post_checks.py +0 -0
  860. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/impact_assessment/test_pre_checks.py +0 -0
  861. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/__init__.py +0 -0
  862. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -0
  863. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -0
  864. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -0
  865. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py +0 -0
  866. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  867. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
  868. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -0
  869. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -0
  870. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  871. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
  872. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  873. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
  874. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py +0 -0
  875. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
  876. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -0
  877. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
  878. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -0
  879. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/__init__.py +0 -0
  880. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/__init__.py +0 -0
  881. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_fatContent.py +0 -0
  882. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -0
  883. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_liveweightGain.py +0 -0
  884. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -0
  885. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -0
  886. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_pastureGrass.py +0 -0
  887. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -0
  888. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -0
  889. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -0
  890. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -0
  891. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -0
  892. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_biomass_utils.py +0 -0
  893. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_carbonContent.py +0 -0
  894. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -0
  895. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -0
  896. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -0
  897. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -0
  898. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -0
  899. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -0
  900. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -0
  901. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -0
  902. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -0
  903. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -0
  904. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_croppingDuration.py +0 -0
  905. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_ligninContent.py +0 -0
  906. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  907. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -0
  908. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -0
  909. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -0
  910. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  911. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -0
  912. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  913. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -0
  914. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -0
  915. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -0
  916. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_nitrogenContent.py +0 -0
  917. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
  918. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -0
  919. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
  920. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
  921. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -0
  922. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -0
  923. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py +0 -0
  924. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py +0 -0
  925. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -0
  926. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2019/test_pastureGrass.py +0 -0
  927. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2021/__init__.py +0 -0
  928. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/ipcc2021/test_gwp100.py +0 -0
  929. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/jarvisAndPain1994/__init__.py +0 -0
  930. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -0
  931. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/__init__.py +0 -0
  932. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_aboveGroundCropResidue.py +0 -0
  933. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_cropResidueManagement.py +0 -0
  934. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_residueBurnt.py +0 -0
  935. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_residueLeftOnField.py +0 -0
  936. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_residueRemoved.py +0 -0
  937. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/koble2014/test_utils.py +0 -0
  938. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
  939. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
  940. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  941. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  942. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  943. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  944. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -0
  945. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
  946. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  947. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  948. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  949. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  950. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  951. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
  952. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  953. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  954. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
  955. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  956. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  957. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  958. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  959. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  960. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
  961. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -0
  962. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  963. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  964. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  965. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  966. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -0
  967. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
  968. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  969. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  970. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  971. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  972. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  973. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
  974. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  975. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  976. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
  977. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  978. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  979. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  980. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  981. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  982. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
  983. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  984. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  985. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  986. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  987. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -0
  988. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -0
  989. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  990. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  991. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  992. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  993. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  994. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -0
  995. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  996. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  997. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -0
  998. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  999. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1000. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1001. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1002. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1003. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
  1004. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -0
  1005. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -0
  1006. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -0
  1007. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -0
  1008. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -0
  1009. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -0
  1010. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -0
  1011. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -0
  1012. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -0
  1013. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -0
  1014. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -0
  1015. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -0
  1016. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -0
  1017. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -0
  1018. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -0
  1019. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -0
  1020. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -0
  1021. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -0
  1022. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -0
  1023. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -0
  1024. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/__init__.py +0 -0
  1025. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/test_emissions.py +0 -0
  1026. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -0
  1027. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -0
  1028. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -0
  1029. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -0
  1030. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/__init__.py +0 -0
  1031. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -0
  1032. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -0
  1033. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -0
  1034. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_excretaKgN.py +0 -0
  1035. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -0
  1036. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -0
  1037. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -0
  1038. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -0
  1039. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -0
  1040. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -0
  1041. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -0
  1042. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -0
  1043. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -0
  1044. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -0
  1045. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -0
  1046. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -0
  1047. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -0
  1048. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -0
  1049. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_plantationDensity.py +0 -0
  1050. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -0
  1051. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -0
  1052. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_rotationDuration.py +0 -0
  1053. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -0
  1054. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/pooreNemecek2018/test_utils.py +0 -0
  1055. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/poschEtAl2008/__init__.py +0 -0
  1056. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -0
  1057. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -0
  1058. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/__init__.py +0 -0
  1059. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1060. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -0
  1061. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1062. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -0
  1063. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1064. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -0
  1065. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -0
  1066. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1067. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -0
  1068. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -0
  1069. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -0
  1070. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -0
  1071. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1072. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -0
  1073. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -0
  1074. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -0
  1075. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1076. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/__init__.py +0 -0
  1077. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1078. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -0
  1079. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1080. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -0
  1081. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1082. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -0
  1083. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -0
  1084. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1085. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -0
  1086. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -0
  1087. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -0
  1088. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -0
  1089. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1090. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -0
  1091. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -0
  1092. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -0
  1093. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1094. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/__init__.py +0 -0
  1095. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -0
  1096. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -0
  1097. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -0
  1098. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -0
  1099. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -0
  1100. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -0
  1101. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -0
  1102. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1103. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -0
  1104. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -0
  1105. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -0
  1106. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -0
  1107. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -0
  1108. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -0
  1109. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -0
  1110. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -0
  1111. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -0
  1112. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/__init__.py +0 -0
  1113. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -0
  1114. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -0
  1115. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -0
  1116. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -0
  1117. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -0
  1118. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/__init__.py +0 -0
  1119. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -0
  1120. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -0
  1121. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -0
  1122. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -0
  1123. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/schmidt2007/test_utils.py +0 -0
  1124. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/__init__.py +0 -0
  1125. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/measurement/__init__.py +0 -0
  1126. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/measurement/test_value.py +0 -0
  1127. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/post_checks/__init__.py +0 -0
  1128. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/post_checks/test_cache.py +0 -0
  1129. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/pre_checks/__init__.py +0 -0
  1130. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/pre_checks/test_cache_years.py +0 -0
  1131. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_brackishWater.py +0 -0
  1132. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_cationExchangeCapacityPerKgSoil.py +0 -0
  1133. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_flowingWater.py +0 -0
  1134. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_freshWater.py +0 -0
  1135. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_netPrimaryProduction.py +0 -0
  1136. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_organicCarbonPerHa.py +0 -0
  1137. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_organicCarbonPerKgSoil.py +0 -0
  1138. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_organicCarbonPerM3Soil.py +0 -0
  1139. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_organicMatterPerKgSoil.py +0 -0
  1140. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_organicMatterPerM3Soil.py +0 -0
  1141. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_potentialEvapotranspirationAnnual.py +0 -0
  1142. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_potentialEvapotranspirationMonthly.py +0 -0
  1143. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_precipitationAnnual.py +0 -0
  1144. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_precipitationMonthly.py +0 -0
  1145. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_rainfallAnnual.py +0 -0
  1146. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_rainfallMonthly.py +0 -0
  1147. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_salineWater.py +0 -0
  1148. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_soilMeasurement.py +0 -0
  1149. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_temperatureAnnual.py +0 -0
  1150. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_temperatureMonthly.py +0 -0
  1151. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_totalNitrogenPerKgSoil.py +0 -0
  1152. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/site/test_waterDepth.py +0 -0
  1153. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/__init__.py +0 -0
  1154. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -0
  1155. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -0
  1156. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -0
  1157. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -0
  1158. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -0
  1159. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -0
  1160. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -0
  1161. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -0
  1162. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
  1163. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -0
  1164. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -0
  1165. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -0
  1166. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -0
  1167. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/test_config.py +0 -0
  1168. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/test_ecoinventV3.py +0 -0
  1169. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/test_ecoinventV3AndEmberClimate.py +0 -0
  1170. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/test_emissionNotRelevant.py +0 -0
  1171. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/__init__.py +0 -0
  1172. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/__init__.py +0 -0
  1173. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_excreta.py +0 -0
  1174. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_max.py +0 -0
  1175. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_min.py +0 -0
  1176. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_properties.py +0 -0
  1177. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_sd.py +0 -0
  1178. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/input/test_value.py +0 -0
  1179. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/product/__init__.py +0 -0
  1180. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/transformation/product/test_excreta.py +0 -0
  1181. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/usetoxV2/__init__.py +0 -0
  1182. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -0
  1183. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/__init__.py +0 -0
  1184. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_array_builders.py +0 -0
  1185. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_blank_node.py +0 -0
  1186. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_cache_sources.py +0 -0
  1187. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_crop.py +0 -0
  1188. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_cropResidueManagement.py +0 -0
  1189. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_currency.py +0 -0
  1190. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_dataCompleteness.py +0 -0
  1191. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_descriptive_stats.py +0 -0
  1192. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_ecoClimateZone.py +0 -0
  1193. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_emission.py +0 -0
  1194. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_feedipedia.py +0 -0
  1195. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_impact_assessment.py +0 -0
  1196. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_indicator.py +0 -0
  1197. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_input.py +0 -0
  1198. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_liveAnimal.py +0 -0
  1199. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_lookup.py +0 -0
  1200. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_measurement.py +0 -0
  1201. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_practice.py +0 -0
  1202. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_product.py +0 -0
  1203. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_property.py +0 -0
  1204. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_site.py +0 -0
  1205. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_source.py +0 -0
  1206. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_stats.py +0 -0
  1207. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_term.py +0 -0
  1208. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/utils/test_time_series.py +0 -0
  1209. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
  1210. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -0
  1211. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/__init__.py +0 -0
  1212. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/models/__init__.py +0 -0
  1213. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/models/emissions/__init__.py +0 -0
  1214. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/models/emissions/test_deleted.py +0 -0
  1215. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/models/test_transformations.py +0 -0
  1216. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/__init__.py +0 -0
  1217. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/merge/__init__.py +0 -0
  1218. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/merge/test_merge_append.py +0 -0
  1219. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/merge/test_merge_default.py +0 -0
  1220. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/merge/test_merge_node.py +0 -0
  1221. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/run/__init__.py +0 -0
  1222. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -0
  1223. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -0
  1224. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/strategies/run/test_always.py +0 -0
  1225. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/test_models.py +0 -0
  1226. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/test_orchestrator.py +0 -0
  1227. {hestia_earth_models-0.65.11 → hestia_earth_models-0.66.0}/tests/orchestrator/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hestia_earth_models
3
- Version: 0.65.11
3
+ Version: 0.66.0
4
4
  Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
5
5
  Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
6
6
  Author: HESTIA Team
@@ -8,7 +8,7 @@ from .log import logger
8
8
  from .utils import CACHE_KEY, cached_value
9
9
  from .utils.site import CACHE_YEARS_KEY
10
10
  from .site.pre_checks.cache_geospatialDatabase import (
11
- list_collections, cache_site_results, _should_run
11
+ list_vectors, list_rasters, cache_site_results, _should_run
12
12
  )
13
13
  from .geospatialDatabase.utils import (
14
14
  CACHE_VALUE as CACHE_GEOSPATIAL_KEY, CACHE_AREA_SIZE,
@@ -115,8 +115,9 @@ def _group_sites(sites: dict, check_has_cache: bool = True):
115
115
  }
116
116
 
117
117
 
118
- def _run(sites: list, years: list = [], include_region: bool = False, years_only: bool = False):
119
- rasters, vectors = list_collections(years, include_region, years_only)
118
+ def _run(sites: list, years: list = [], years_only: bool = False):
119
+ rasters = list_rasters(years=years, years_only=years_only)
120
+ vectors = [] if years_only else list_vectors(sites)
120
121
  filtered_data = _group_sites(sites, not years_only)
121
122
  return flatten([
122
123
  _run_values(filtered_data.get(param_type), param_type, rasters, vectors, years)
@@ -124,7 +125,7 @@ def _run(sites: list, years: list = [], include_region: bool = False, years_only
124
125
  ])
125
126
 
126
127
 
127
- def run(sites: list, years: list = None, include_region: bool = False):
128
+ def run(sites: list, years: list = None):
128
129
  """
129
130
  Run all queries at once for the list of provided Sites.
130
131
  Note: Earth Engine needs to be initiliased with `init_gee()` before running this function.
@@ -135,11 +136,8 @@ def run(sites: list, years: list = None, include_region: bool = False):
135
136
  List of Site as dict.
136
137
  years : list[int]
137
138
  List of related years to fetch annual data.
138
- include_region : bool
139
- Prefecth region IDs.
140
- This will cache region-level data and will make the request slower. Only use if needed.
141
139
  """
142
- sites = _run(sites, include_region=include_region)
140
+ sites = _run(sites)
143
141
 
144
142
  # avoid memory limit errors by running only a few years at a time
145
143
  unique_years = sorted(list(set(years)))
@@ -149,6 +147,6 @@ def run(sites: list, years: list = None, include_region: bool = False):
149
147
  for batch_index in batches:
150
148
  logger.info(f"Processing sites in batch {batch_index + 1} of {len(batches)}...")
151
149
  sub_years = unique_years[batch_index:batch_index + batch_size]
152
- sites = _run(sites, sub_years, include_region, years_only=True)
150
+ sites = _run(sites, sub_years, years_only=True)
153
151
 
154
152
  return sites
@@ -166,6 +166,14 @@
166
166
  "mergeStrategy": "list",
167
167
  "stage": 1
168
168
  },
169
+ {
170
+ "key": "practices",
171
+ "model": "hestia",
172
+ "value": "residueRemoved",
173
+ "runStrategy": "add_blank_node_if_missing",
174
+ "mergeStrategy": "list",
175
+ "stage": 1
176
+ },
169
177
  {
170
178
  "key": "practices",
171
179
  "model": "cycle",
@@ -287,22 +295,6 @@
287
295
  "mergeStrategy": "list",
288
296
  "stage": 1
289
297
  },
290
- {
291
- "key": "inputs",
292
- "model": "faostat2018",
293
- "value": "seed",
294
- "runStrategy": "add_blank_node_if_missing",
295
- "mergeStrategy": "list",
296
- "stage": 1
297
- },
298
- {
299
- "key": "inputs",
300
- "model": "pooreNemecek2018",
301
- "value": "saplingsDepreciatedAmountPerCycle",
302
- "runStrategy": "add_blank_node_if_missing",
303
- "mergeStrategy": "list",
304
- "stage": 1
305
- },
306
298
  {
307
299
  "key": "practices",
308
300
  "model": "cycle",
@@ -441,6 +433,32 @@
441
433
  "stage": 1
442
434
  }
443
435
  ],
436
+ [
437
+ {
438
+ "key": "inputs",
439
+ "model": "faostat2018",
440
+ "value": "seed",
441
+ "runStrategy": "add_blank_node_if_missing",
442
+ "mergeStrategy": "list",
443
+ "stage": 1
444
+ },
445
+ {
446
+ "key": "inputs",
447
+ "model": "pooreNemecek2018",
448
+ "value": "saplingsDepreciatedAmountPerCycle",
449
+ "runStrategy": "add_blank_node_if_missing",
450
+ "mergeStrategy": "list",
451
+ "stage": 1
452
+ }
453
+ ],
454
+ {
455
+ "key": "completeness",
456
+ "model": "cycle",
457
+ "value": "completeness",
458
+ "runStrategy": "always",
459
+ "mergeStrategy": "node",
460
+ "stage": 1
461
+ },
444
462
  [
445
463
  {
446
464
  "key": "animals",
@@ -1656,6 +1656,18 @@
1656
1656
  }
1657
1657
  ],
1658
1658
  [
1659
+ {
1660
+ "key": "endpoints",
1661
+ "model": "environmentalFootprintV3",
1662
+ "value": "environmentalFootprintSingleOverallScore",
1663
+ "runStrategy": "always",
1664
+ "mergeStrategy": "list",
1665
+ "mergeArgs": {
1666
+ "replaceThreshold": ["value", 0.01],
1667
+ "sameMethodModel": true
1668
+ },
1669
+ "stage": 1
1670
+ },
1659
1671
  {
1660
1672
  "key": "endpoints",
1661
1673
  "model": "lcImpactCertainEffects100Years",
@@ -128,7 +128,7 @@
128
128
  {
129
129
  "key": "awareWaterBasinId",
130
130
  "model": "geospatialDatabase",
131
- "value": "aware",
131
+ "value": "awareWaterBasinId",
132
132
  "runStrategy": "add_key_if_missing",
133
133
  "mergeStrategy": "default",
134
134
  "stage": 1
@@ -406,6 +406,9 @@
406
406
  "value": "management",
407
407
  "runStrategy": "always",
408
408
  "mergeStrategy": "list",
409
+ "mergeArgs": {
410
+ "matchDatesFormat": "%Y"
411
+ },
409
412
  "stage": 2
410
413
  },
411
414
  [
@@ -9,6 +9,7 @@ from hestia_earth.utils.tools import list_sum
9
9
 
10
10
  from hestia_earth.models.log import logRequirements
11
11
  from hestia_earth.models.utils import is_from_model
12
+ from hestia_earth.models.utils.blank_node import get_lookup_value
12
13
  from . import MODEL
13
14
 
14
15
  REQUIREMENTS = {
@@ -32,13 +33,17 @@ RETURNS = {
32
33
  "freshForage": ""
33
34
  }
34
35
  }
36
+ LOOKUPS = {
37
+ "liveAnimal": "isGrazingAnimal",
38
+ "liveAquaticSpecies": "isGrazingAnimal"
39
+ }
35
40
  MODEL_KEY = 'freshForage'
36
41
  ALLOWED_SITE_TYPES = [
37
42
  SiteSiteType.PERMANENT_PASTURE.value
38
43
  ]
39
44
 
40
45
 
41
- def _valid_input(input: dict): return is_from_model(input) and list_sum(input.get('value', [-1])) > 0
46
+ def _valid_input(input: dict): return is_from_model(input) and list_sum(input.get('value', [-1])) >= 0
42
47
 
43
48
 
44
49
  def run(cycle: dict):
@@ -47,7 +52,10 @@ def run(cycle: dict):
47
52
 
48
53
  cycle_has_added_forage_input = any(map(_valid_input, cycle.get('inputs', [])))
49
54
 
50
- animals = cycle.get('animals', [])
55
+ animals = [
56
+ a for a in cycle.get('animals', [])
57
+ if get_lookup_value(a.get('term', {}), 'isGrazingAnimal', model=MODEL, key=MODEL_KEY)
58
+ ]
51
59
  all_animals_have_added_forage_input = bool(animals) and all([
52
60
  any(map(_valid_input, animal.get('inputs', []))) for animal in animals
53
61
  ])
@@ -30,6 +30,8 @@ PRACTICE_IDS = [
30
30
  residueIncorporated.TERM_ID,
31
31
  residueLeftOnField.TERM_ID,
32
32
  residueRemoved.TERM_ID,
33
+ 'residueIncorporatedLessThan30DaysBeforeCultivation',
34
+ 'residueIncorporatedMoreThan30DaysBeforeCultivation',
33
35
  ]
34
36
 
35
37
 
@@ -50,7 +52,7 @@ def _should_run(cycle: dict):
50
52
  ])]
51
53
  missing_practices = [term_id for term_id in practice_ids if term_id not in existing_practices]
52
54
 
53
- should_run = all([sum_practices == 100])
55
+ should_run = all([99.5 <= sum_practices <= 100.5])
54
56
 
55
57
  for term_id in missing_practices:
56
58
  logRequirements(cycle, model=MODEL, term=term_id,
@@ -69,7 +69,8 @@ LOOKUPS = {
69
69
  "pesticideAI": "ecoinventMapping",
70
70
  "soilAmendment": "ecoinventMapping",
71
71
  "transport": "ecoinventMapping",
72
- "veterinaryDrugs": "ecoinventMapping"
72
+ "veterinaryDrugs": "ecoinventMapping",
73
+ "feedFoodAdditive": "ecoinventMapping"
73
74
  }
74
75
  MODEL = 'ecoinventV3'
75
76
  MODEL_KEY = 'impactAssessment' # keep to generate entry in "model-links.json"
@@ -0,0 +1,135 @@
1
+ """
2
+ The inputs and outputs from the life cycle inventory are aggregated in 16 midpoint
3
+ characterised impact categories. These impact categories are then normalised (i.e., the results are divided by
4
+ the overall inventory of a reference unit, e.g., the entire world, to convert the characterised impact categories in
5
+ relative shares of the impacts of the analysed system) and weighted (i.e., each impact category is multiplied by
6
+ a weighting factor to reflect their perceived relative importance). The weighted impact categories can then be
7
+ summed to obtain the EF single overall score. The number and the name of the impact categories is the same
8
+ in EF3.0 and EF3.1.
9
+ """
10
+ from typing import List, Optional, Tuple
11
+
12
+ from hestia_earth.schema import TermTermType
13
+ from hestia_earth.utils.lookup import get_table_value, download_lookup, column_name
14
+ from hestia_earth.utils.model import filter_list_term_type
15
+ from hestia_earth.utils.tools import list_sum
16
+
17
+ from hestia_earth.models.log import logRequirements, logShouldRun, log_as_table, debugMissingLookup
18
+ from hestia_earth.models.utils.indicator import _new_indicator
19
+ from hestia_earth.models.utils.lookup import _node_value
20
+ from . import MODEL
21
+
22
+ REQUIREMENTS = {
23
+ "ImpactAssessment": {
24
+ "impacts": [
25
+ {
26
+ "@type": "Indicator",
27
+ "value": "",
28
+ "term.name": "PEF indicators only"
29
+ }
30
+ ]
31
+ }
32
+ }
33
+
34
+ LOOKUPS = {
35
+ "@doc": "Normalisation factors in PEF v3.1 are calculated using a Global population number of 6,895,889,018",
36
+ "characterisedIndicator": ["pefTerm-normalisation-v3_1", "pefTerm-weighing-v3_1"]
37
+ }
38
+
39
+ RETURNS = {
40
+ "Indicator": {
41
+ "value": ""
42
+ }
43
+ }
44
+
45
+ TERM_ID = 'environmentalFootprintSingleOverallScore'
46
+
47
+ normalisation_column = LOOKUPS['characterisedIndicator'][0]
48
+ weighing_column = LOOKUPS['characterisedIndicator'][1]
49
+
50
+
51
+ def _is_a_PEF_indicator(indicator_id) -> bool:
52
+ return (_get_factor(indicator_id, normalisation_column) not in [None, 0, 0.0] and
53
+ _get_factor(indicator_id, weighing_column) not in [None, 0, 0.0])
54
+
55
+
56
+ def _get_factor(indicator_id: str, column) -> Optional[float]:
57
+ factor = get_table_value(download_lookup(f"{list(LOOKUPS.keys())[1]}.csv", keep_in_memory=True),
58
+ 'termid', indicator_id, column_name(column))
59
+ if factor is None:
60
+ debugMissingLookup(f"{list(LOOKUPS.keys())[1]}.csv", 'termid', indicator_id, column, None, model=MODEL,
61
+ term=TERM_ID)
62
+ return float(factor) if factor is not None else None
63
+
64
+
65
+ def _normalise(indicator: dict) -> Optional[float]:
66
+ return (_node_value(indicator) / _get_factor(indicator['term']['@id'], normalisation_column)) \
67
+ if (_node_value(indicator) is not None and
68
+ _get_factor(indicator['term']['@id'], normalisation_column) not in [None, 0, 0.0]) else None
69
+
70
+
71
+ def _weighted_normalise(indicator: dict) -> Optional[float]:
72
+ return (_normalise(indicator) * (_get_factor(indicator['term']['@id'], weighing_column) / 100)
73
+ ) if (_normalise(indicator) is not None and
74
+ _get_factor(indicator['term']['@id'], weighing_column) not in [None, 0, 0.0]) else None
75
+
76
+
77
+ def _indicator(value: float) -> dict:
78
+ indicator = _new_indicator(TERM_ID, MODEL)
79
+ indicator['value'] = value
80
+ return indicator
81
+
82
+
83
+ def _run(indicators: List[dict]):
84
+ return _indicator(value=list_sum([indicator["weighted-normalised"] for indicator in indicators]))
85
+
86
+
87
+ def _valid_indicator(indicator: Optional[dict]) -> bool:
88
+ return all([indicator is not None,
89
+ isinstance(_node_value(indicator), (int, float)),
90
+ _node_value(indicator) is not None,
91
+ _is_a_PEF_indicator(indicator.get('term', {}).get('@id', ''))])
92
+
93
+
94
+ def _should_run(impact_assessment: dict) -> Tuple[bool, list[dict]]:
95
+ indicators = [
96
+ indicator for indicator in
97
+ filter_list_term_type(impact_assessment.get('impacts', []), TermTermType.CHARACTERISEDINDICATOR)
98
+ if _is_a_PEF_indicator(indicator.get('term', {}).get('@id', ''))
99
+ ]
100
+
101
+ has_pef_indicators = bool(indicators)
102
+
103
+ processed_indicators = [{
104
+ "indicator": indicator,
105
+ "valid-indicator": _valid_indicator(indicator),
106
+ "one-indicator-for-category": sum(1 for i in indicators if i['term']['@id'] == indicator['term']['@id']) == 1,
107
+ "indicator-pef-category": indicator['term']['@id'],
108
+ "value": _node_value(indicator),
109
+ "normalised": _normalise(indicator),
110
+ "normalisation-used": _get_factor(indicator['term']['@id'], normalisation_column),
111
+ "weighted-normalised": _weighted_normalise(indicator),
112
+ "weighting-used": _get_factor(indicator['term']['@id'], weighing_column),
113
+ }
114
+ for indicator in indicators
115
+ ]
116
+
117
+ no_duplicate_indicators = all([indicator['one-indicator-for-category'] for indicator in processed_indicators])
118
+ valid_indicators = [indicator for indicator in processed_indicators if indicator['valid-indicator']]
119
+ all_indicators_valid = all([indicator['valid-indicator'] for indicator in processed_indicators])
120
+
121
+ logRequirements(impact_assessment, model=MODEL, term=TERM_ID,
122
+ has_pef_indicators=has_pef_indicators,
123
+ no_duplicate_indicators=no_duplicate_indicators,
124
+ all_indicators_valid=all_indicators_valid,
125
+ processed_indicators=log_as_table(processed_indicators),
126
+ )
127
+
128
+ should_run = all([has_pef_indicators, all_indicators_valid, no_duplicate_indicators])
129
+ logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
130
+ return should_run, valid_indicators
131
+
132
+
133
+ def run(impact_assessment: dict):
134
+ should_run, indicators = _should_run(impact_assessment)
135
+ return _run(indicators) if should_run else None
@@ -25,14 +25,25 @@ REQUIREMENTS = {
25
25
  {
26
26
  "@type": "Indicator",
27
27
  "term.termType": "resourceUse",
28
- "term.@id": ["landTransformation20YearAverageInputsProduction",
29
- "landTransformation20YearAverageDuringCycle"],
28
+ "term.@id": "landTransformation20YearAverageDuringCycle",
30
29
  "value": "> 0",
31
30
  "landCover": {"@type": "Term", "term.termType": "landCover"},
32
31
  "previousLandCover": {"@type": "Term", "term.termType": "landCover"}
33
32
  }
34
33
  ],
35
- "optional": {"country": {"@type": "Term", "termType": "region"}}
34
+ "optional": {
35
+ "country": {"@type": "Term", "termType": "region"},
36
+ "emissionsResourceUse": [
37
+ {
38
+ "@type": "Indicator",
39
+ "term.termType": "resourceUse",
40
+ "term.@id": "landTransformation20YearAverageInputsProduction",
41
+ "value": "> 0",
42
+ "landCover": {"@type": "Term", "term.termType": "landCover"},
43
+ "previousLandCover": {"@type": "Term", "term.termType": "landCover"}
44
+ }
45
+ ]
46
+ }
36
47
  }
37
48
  }
38
49
 
@@ -76,7 +87,8 @@ def _run(transformations: List[dict]):
76
87
 
77
88
 
78
89
  def _is_valid_indicator(indicator: dict) -> bool:
79
- return indicator['term']['@id'] in REQUIREMENTS['ImpactAssessment']['emissionsResourceUse'][0]['term.@id']
90
+ return indicator['term']['@id'] in ["landTransformation20YearAverageInputsProduction",
91
+ "landTransformation20YearAverageDuringCycle"]
80
92
 
81
93
 
82
94
  def _should_run(impact_assessment: dict) -> Tuple[bool, list]:
@@ -144,8 +156,7 @@ def _should_run(impact_assessment: dict) -> Tuple[bool, list]:
144
156
  found_transformations=log_as_table(found_transformations_with_coefficient)
145
157
  )
146
158
 
147
- should_run = has_land_transformation_indicators is False or all([has_land_transformation_indicators,
148
- all_transformations_are_valid])
159
+ should_run = all([has_land_transformation_indicators, all_transformations_are_valid])
149
160
 
150
161
  logShouldRun(impact_assessment, MODEL, TERM_ID, should_run)
151
162
  return should_run, valid_transformations_with_coef
@@ -19,7 +19,7 @@ REQUIREMENTS = {
19
19
  RETURNS = {
20
20
  "The AWARE water basin identifier as a `string`": ""
21
21
  }
22
- MODEL_KEY = 'aware'
22
+ MODEL_KEY = 'awareWaterBasinId'
23
23
  EE_PARAMS = {
24
24
  'collection': 'AWARE',
25
25
  'ee_type': 'vector',
@@ -1,8 +1,8 @@
1
1
  """
2
2
  Land Cover
3
3
 
4
- This model calculates historic land use change over a twenty-year period, extending the
5
- functionality of the Blonk model.
4
+ This model calculates historic land use change over a twenty-year period,
5
+ extending the functionality of the Blonk model.
6
6
  """
7
7
  import math
8
8
  from collections import defaultdict
@@ -10,15 +10,16 @@ from datetime import datetime, timedelta
10
10
 
11
11
  from hestia_earth.schema import SiteSiteType, TermTermType
12
12
  from hestia_earth.utils.lookup import (
13
- download_lookup, get_table_value, column_name,
14
- extract_grouped_data_closest_date, _is_missing_value, extract_grouped_data
13
+ download_lookup, get_table_value, column_name, _is_missing_value, extract_grouped_data
15
14
  )
16
15
  from hestia_earth.utils.model import filter_list_term_type
17
- from hestia_earth.utils.tools import safe_parse_float, to_precision, non_empty_value
16
+ from hestia_earth.utils.tools import safe_parse_float, to_precision
18
17
 
19
18
  from hestia_earth.models.log import logRequirements, log_as_table, logShouldRun
19
+ from hestia_earth.models.utils.constant import DAYS_IN_YEAR
20
20
  from hestia_earth.models.utils.management import _new_management
21
21
  from hestia_earth.models.utils.term import get_lookup_value
22
+ from hestia_earth.models.utils.blank_node import _node_date, DatestrFormat, _gapfill_datestr, DatestrGapfillMode
22
23
  from .utils import (
23
24
  IPCC_LAND_USE_CATEGORY_ANNUAL,
24
25
  IPCC_LAND_USE_CATEGORY_PERENNIAL,
@@ -34,8 +35,6 @@ from .utils import (
34
35
  crop_ipcc_land_use_category,
35
36
  )
36
37
  from . import MODEL
37
- from ..utils.blank_node import _node_date, DatestrFormat, _gapfill_datestr, DatestrGapfillMode
38
- from ..utils.constant import DAYS_IN_YEAR
39
38
 
40
39
  REQUIREMENTS = {
41
40
  "Site": {
@@ -51,7 +50,10 @@ REQUIREMENTS = {
51
50
  "@type": "Management",
52
51
  "value": "",
53
52
  "term.termType": "landCover",
54
- "endDate": ""
53
+ "or": {
54
+ "startDate": "",
55
+ "endDate": ""
56
+ }
55
57
  }
56
58
  ]
57
59
  }
@@ -128,7 +130,7 @@ def _should_group_landCover(term: dict):
128
130
  )
129
131
 
130
132
 
131
- def get_changes(country_id: str, end_year: int) -> dict:
133
+ def get_changes(country_id: str, end_year: int) -> tuple[dict, bool]:
132
134
  """
133
135
  For each entry in ALL_LAND_USE_TERMS, creates a key: value in output dictionary, also TOTAL
134
136
  """
@@ -137,14 +139,18 @@ def get_changes(country_id: str, end_year: int) -> dict:
137
139
  land_use_term: safe_parse_float(
138
140
  extract_grouped_data(
139
141
  get_table_value(lookup, 'termid', country_id, column_name(land_use_term)),
140
- str(end_year))
142
+ str(end_year)),
143
+ default=None
141
144
  )
142
145
  for land_use_term in ALL_LAND_USE_TERMS + [LAND_AREA]
143
146
  }
144
- changes_dict[TOTAL_AGRICULTURAL_CHANGE] = (float(changes_dict.get(TOTAL_CROPLAND, 0))
145
- + float(changes_dict.get(PERMANENT_PASTURE, 0)))
147
+ missing_changes = any(val is None for val in changes_dict.values())
148
+ changes_dict = {k: v if v is not None else 0 for k, v in changes_dict.items()}
149
+ changes_dict[TOTAL_AGRICULTURAL_CHANGE] = (
150
+ float(changes_dict.get(TOTAL_CROPLAND, 0)) + float(changes_dict.get(PERMANENT_PASTURE, 0))
151
+ )
146
152
 
147
- return changes_dict
153
+ return changes_dict, missing_changes
148
154
 
149
155
 
150
156
  def _get_ratio_start_and_end_values(
@@ -156,7 +162,7 @@ def _get_ratio_start_and_end_values(
156
162
  # expansion over twenty years / current area
157
163
  lookup = download_lookup('region-faostatArea.csv')
158
164
  table_value = get_table_value(lookup, 'termid', country_id, column_name(fao_name))
159
- end_value = safe_parse_float(value=extract_grouped_data_closest_date(table_value, end_year), default=None)
165
+ end_value = safe_parse_float(value=extract_grouped_data(table_value, str(end_year)), default=None)
160
166
  return max(0.0, _safe_divide(numerator=expansion, denominator=end_value))
161
167
 
162
168
 
@@ -387,9 +393,9 @@ def _get_harvested_area(country_id: str, year: int, faostat_name: str) -> float:
387
393
  """
388
394
  lookup = download_lookup("region-crop-cropGroupingFaostatProduction-areaHarvested.csv")
389
395
  return safe_parse_float(
390
- value=extract_grouped_data_closest_date(
396
+ value=extract_grouped_data(
391
397
  data=get_table_value(lookup, "termid", country_id, column_name(faostat_name)),
392
- year=year
398
+ key=str(year)
393
399
  ),
394
400
  default=None
395
401
  )
@@ -407,7 +413,9 @@ def _get_term_id_for_crop(nodes: set, land_type: str) -> str:
407
413
  )
408
414
 
409
415
 
410
- def _run_make_management_nodes(existing_nodes: list, percentage_transformed_from: dict, start_year: int) -> list:
416
+ def _run(site: dict, existing_nodes: list, percentage_transformed_from: dict):
417
+ start_year = _get_year_from_landCover(existing_nodes[0]) - DEFAULT_WINDOW_IN_YEARS
418
+
411
419
  """Creates a list of new management nodes, excluding any dates matching existing ones."""
412
420
  existing_nodes_set = {
413
421
  (node.get("term", {}).get("@id", ""), node.get("startDate"), node.get("endDate"))
@@ -429,6 +437,9 @@ def _run_make_management_nodes(existing_nodes: list, percentage_transformed_from
429
437
  ]
430
438
  values = [v for v in values if v.get("land_management_key") not in existing_nodes_set]
431
439
 
440
+ for value in values:
441
+ logShouldRun(site, MODEL, value.get("term_id"), True, model_key=MODEL_KEY)
442
+
432
443
  return [
433
444
  _management(
434
445
  term_id=value.get("term_id"),
@@ -515,13 +526,18 @@ def _get_net_expansion_cultivated_vs_harvested(annual_crops_net_expansion, chang
515
526
  return net_expansion_cultivated_vs_harvested
516
527
 
517
528
 
529
+ def _get_year_from_landCover(node: dict):
530
+ date = node.get('startDate') or node.get('endDate')
531
+ return int(date[:4])
532
+
533
+
518
534
  def _should_run_historical_land_use_change(site: dict, nodes: list, land_use_type: str) -> tuple[bool, dict]:
519
535
  # Assume a single management node for single-cropping.
520
536
  return _should_run_historical_land_use_change_single_crop(
521
537
  site=site,
522
538
  term=nodes[0].get("term", {}),
523
539
  country_id=site.get("country", {}).get("@id"),
524
- end_year=int(nodes[0].get("endDate")[:4]),
540
+ end_year=_get_year_from_landCover(nodes[0]),
525
541
  land_use_type=land_use_type
526
542
  )
527
543
 
@@ -535,7 +551,7 @@ def _should_run_historical_land_use_change_single_crop(
535
551
  ) -> tuple[bool, dict]:
536
552
  """Calculate land use change percentages for a single management node/crop."""
537
553
  # (C-H).
538
- changes = get_changes(country_id=country_id, end_year=end_year)
554
+ changes, missing_changes = get_changes(country_id=country_id, end_year=end_year)
539
555
 
540
556
  # (L). Estimate maximum forest loss
541
557
  forest_loss = _estimate_maximum_forest_change(
@@ -665,6 +681,8 @@ def _should_run_historical_land_use_change_single_crop(
665
681
  site_area[land_use_type] = 1 - sum(site_area.values())
666
682
 
667
683
  sum_of_site_areas_is_100 = site_area_sum_to_100(site_area)
684
+ site_type_allowed = site.get("siteType") in SITE_TYPES
685
+
668
686
  logRequirements(
669
687
  log_node=site,
670
688
  model=MODEL,
@@ -672,19 +690,13 @@ def _should_run_historical_land_use_change_single_crop(
672
690
  model_key=MODEL_KEY,
673
691
  land_use_type=land_use_type,
674
692
  country_id=country_id,
693
+ changes=log_as_table(changes),
675
694
  site_area=log_as_table(site_area),
676
- sum_of_site_areas_is_100=sum_of_site_areas_is_100
695
+ sum_of_site_areas_is_100=sum_of_site_areas_is_100,
696
+ site_type_allowed=site_type_allowed
677
697
  )
678
698
 
679
- should_run = all(
680
- [
681
- site.get("siteType"),
682
- country_id,
683
- non_empty_value(term),
684
- site.get("siteType") in SITE_TYPES,
685
- sum_of_site_areas_is_100
686
- ]
687
- )
699
+ should_run = all([not missing_changes, country_id, site_type_allowed, sum_of_site_areas_is_100])
688
700
  logShouldRun(site, MODEL, term.get("@id"), should_run, model_key=MODEL_KEY)
689
701
 
690
702
  return should_run, site_area
@@ -763,8 +775,4 @@ def run(site: dict) -> list:
763
775
  if not _should_group_landCover(node)
764
776
  ]
765
777
  should_run, site_area = _should_run(site=site, management_nodes=management_nodes)
766
- return _run_make_management_nodes(
767
- existing_nodes=management_nodes,
768
- percentage_transformed_from=site_area,
769
- start_year=int(management_nodes[0].get("endDate")[:4]) - DEFAULT_WINDOW_IN_YEARS
770
- ) if should_run else []
778
+ return _run(site, management_nodes, site_area) if should_run else []