hestia-earth-models 0.69.0__py3-none-any.whl → 0.70.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. hestia_earth/models/cache_sites.py +3 -2
  2. hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +2 -1
  3. hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +3 -2
  4. hestia_earth/models/config/Cycle.json +35 -1
  5. hestia_earth/models/{koble2014 → cycle}/aboveGroundCropResidue.py +1 -3
  6. hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +1 -1
  7. hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +1 -1
  8. hestia_earth/models/cycle/animal/input/properties.py +1 -1
  9. hestia_earth/models/cycle/cycleDuration.py +2 -2
  10. hestia_earth/models/cycle/energyContentLowerHeatingValue.py +1 -1
  11. hestia_earth/models/cycle/input/hestiaAggregatedData.py +12 -14
  12. hestia_earth/models/cycle/input/properties.py +1 -1
  13. hestia_earth/models/cycle/siteDuration.py +3 -3
  14. hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +1 -1
  15. hestia_earth/models/geospatialDatabase/croppingIntensity.py +4 -4
  16. hestia_earth/models/geospatialDatabase/longFallowRatio.py +4 -4
  17. hestia_earth/models/geospatialDatabase/region.py +3 -2
  18. hestia_earth/models/geospatialDatabase/utils.py +6 -5
  19. hestia_earth/models/haversineFormula/transport/distance.py +5 -4
  20. hestia_earth/models/hestia/landCover.py +1 -5
  21. hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +2 -1
  22. hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +2 -1
  23. hestia_earth/models/hestia/seed_emissions.py +1 -1
  24. hestia_earth/models/impact_assessment/emissions.py +1 -1
  25. hestia_earth/models/impact_assessment/product/economicValueShare.py +1 -1
  26. hestia_earth/models/impact_assessment/product/value.py +1 -1
  27. hestia_earth/models/ipcc2019/animal/fatContent.py +2 -2
  28. hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +2 -2
  29. hestia_earth/models/ipcc2019/animal/trueProteinContent.py +2 -2
  30. hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +7 -2
  31. hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +1 -0
  32. hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +2 -1
  33. hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +2 -1
  34. hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +1 -0
  35. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py +8 -8
  36. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py +40 -12
  37. hestia_earth/models/koble2014/cropResidueManagement.py +1 -1
  38. hestia_earth/models/koble2014/residueBurnt.py +1 -1
  39. hestia_earth/models/koble2014/residueRemoved.py +1 -1
  40. hestia_earth/models/koble2014/utils.py +3 -3
  41. hestia_earth/models/mocking/search-results.json +1179 -1137
  42. hestia_earth/models/pooreNemecek2018/excretaKgN.py +1 -1
  43. hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +1 -1
  44. hestia_earth/models/pooreNemecek2018/utils.py +6 -3
  45. hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +1 -3
  46. hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +1 -3
  47. hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +1 -3
  48. hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +1 -3
  49. hestia_earth/models/site/management.py +5 -3
  50. hestia_earth/models/site/pre_checks/country.py +4 -2
  51. hestia_earth/models/transformation/input/excreta.py +1 -1
  52. hestia_earth/models/utils/aggregated.py +12 -15
  53. hestia_earth/models/utils/blank_node.py +15 -1
  54. hestia_earth/models/utils/product.py +1 -1
  55. hestia_earth/models/utils/source.py +2 -1
  56. hestia_earth/models/utils/term.py +26 -1
  57. hestia_earth/models/version.py +1 -1
  58. {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.70.0.dist-info}/METADATA +1 -1
  59. {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.70.0.dist-info}/RECORD +75 -75
  60. tests/models/cycle/input/test_hestiaAggregatedData.py +18 -16
  61. tests/models/{koble2014 → cycle}/test_aboveGroundCropResidue.py +3 -3
  62. tests/models/geospatialDatabase/test_region.py +1 -1
  63. tests/models/geospatialDatabase/test_utils.py +1 -1
  64. tests/models/haversineFormula/transport/test_distance.py +2 -2
  65. tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +11 -0
  66. tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +19 -6
  67. tests/models/ipcc2019/test_organicCarbonPerHa.py +4 -2
  68. tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +3 -0
  69. tests/models/site/pre_checks/test_country.py +4 -3
  70. tests/models/test_ecoinventV3.py +2 -2
  71. tests/models/utils/test_source.py +15 -5
  72. tests/orchestrator/test_models.py +1 -0
  73. {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.70.0.dist-info}/LICENSE +0 -0
  74. {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.70.0.dist-info}/WHEEL +0 -0
  75. {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.70.0.dist-info}/top_level.txt +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.