hestia-earth-models 0.69.1__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 +952 -910
  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 +4 -1
  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.1.dist-info → hestia_earth_models-0.70.0.dist-info}/METADATA +1 -1
  59. {hestia_earth_models-0.69.1.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.1.dist-info → hestia_earth_models-0.70.0.dist-info}/LICENSE +0 -0
  74. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/WHEEL +0 -0
  75. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
1
1
  hestia_earth/__init__.py,sha256=G-d438vPx7m_ks5e9XTtM3u7LDRO5dSSukibukWmyPM,56
2
2
  hestia_earth/models/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
3
- hestia_earth/models/cache_sites.py,sha256=-95yq3NYkg8H0B0hr0_ZYYHMmwv8zuZQ9RtKQE0RT9M,6294
3
+ hestia_earth/models/cache_sites.py,sha256=BOhLkkdVWLJ-4Z7kxfQ8swqrYgZ43sACn1uzxYN8hMQ,6345
4
4
  hestia_earth/models/log.py,sha256=eRuH86v7Thuw-QXdKqaqVmA_MkwnOCo0UBEwtuDq4Oc,3554
5
5
  hestia_earth/models/preload_requests.py,sha256=vK_G1UzhNMhYy7ymnCtHUz_vv3cfApCSKqv29VREEBQ,1943
6
6
  hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
7
- hestia_earth/models/version.py,sha256=5P1nCE8Q18-xTrQH50u058MKyJwY_-ZUI-3602XVMxM,19
7
+ hestia_earth/models/version.py,sha256=hV9bk1SOd2KghVzviUm4a-SG2FOa4Q0XlxBNtjwgdr4,19
8
8
  hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
9
9
  hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=1ngl8pdxeNhlVV8keAeWRwGorr_1uFXM9EoPUWx-uSc,4382
10
10
  hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=queToXuzq0tQ9_XuUJ2pJgSywXmbt9uX3ZoIKgqkROM,2660
@@ -22,8 +22,8 @@ hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransfo
22
22
  hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=11H8j9i2h2zChea92CdzPodWZfdegkAnQx6qYC6Ym9A,2623
23
23
  hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=T7mfzA7bWdVBNqOuueACIWO3m9cMLxygmSyjhwOIVm4,1670
24
24
  hestia_earth/models/cml2001Baseline/__init__.py,sha256=0uGrCKDNUH-MUkpvts9MyPMnZKao-M03gU8uKquUozQ,416
25
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=IjfNhVAgxMHBWg_Dg6gTm30LpSEJUflTAMHCfRJ7Q48,4711
26
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=tWf5DIof3iZRmEXbAkpWB8ou_yZGSgk96mxCUZyy9ps,5132
25
+ hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=K7rq8jARCGvxA_nstNNGCnNrqtF0AsdMKElbYVNdx6M,4731
26
+ hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=RT69ZgQjwtY72Qxrxq7Kw7L6WLTfPttYANYVs9OMRnA,5151
27
27
  hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py,sha256=nUWKsn3COqAOrYNmiBKnA2rUs88pj4o3k4fHKA0TVbU,1068
28
28
  hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py,sha256=C9pXq8Al971s4Xn50S85mXmtw7OYHzKRnPH6kcqZTCY,5237
29
29
  hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py,sha256=hXGdx1IA5yeVLHrRrSZWCP0s7ucSRWelYNr6aQ9YTyU,1205
@@ -33,22 +33,23 @@ hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFa
33
33
  hestia_earth/models/cml2001NonBaseline/__init__.py,sha256=vI8wp8Og_e8DiJqYYvp33YoI3t4ffAC31LWlnV20JTg,419
34
34
  hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py,sha256=lcgyRHY08KCBFPERJNqV4DYGEJCvyHBDnJXD0kEkVqM,1097
35
35
  hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=xcrxfs9UoV_EWvV-XzMt35oPWCUsTzqg2SGA3j2MFIw,1091
36
- hestia_earth/models/config/Cycle.json,sha256=JQwuJNv1MfQl2uqsmGaKY_4eJFkbwN1ZqRfvdPltgGI,56592
36
+ hestia_earth/models/config/Cycle.json,sha256=whvaUhNpPjbDDvP3jFNiaAfJq_mUHkHcLs3hKahA8ss,57447
37
37
  hestia_earth/models/config/ImpactAssessment.json,sha256=guiY7xxE6qNzeeeE2B3X4ulk_lKcgKKaWBzpl4mYBmA,55964
38
38
  hestia_earth/models/config/Site.json,sha256=BLVGtddRroPEI7A5hcml-fxZS6rAkvx80wmJyT7MSn0,13366
39
39
  hestia_earth/models/config/__init__.py,sha256=l1WqL7ezlank86ABP4zUia_hIvM9ba-sOE3z6wNrea8,2333
40
40
  hestia_earth/models/config/run-calculations.json,sha256=e3nJ4M6CP1iFzfv8ou_ZUFbFxYkDxJgwuNDXTm4PBDc,615
41
41
  hestia_earth/models/config/trigger-calculations.json,sha256=3dmn2bRuj6QEtSTOLdIy31ho7thgUXyDsnqZzPV9rAQ,623
42
42
  hestia_earth/models/cycle/__init__.py,sha256=VowO3kOHb0LpURsljNaJsYO7s6vgjhul6bF_85UjUEI,406
43
- hestia_earth/models/cycle/aboveGroundCropResidueTotal.py,sha256=2VsLL3yA4p2Mb6yQwvnv-UpZ-uxyiAwfWc7ejUR1XBE,2708
43
+ hestia_earth/models/cycle/aboveGroundCropResidue.py,sha256=Cg1_JQEPYAHL1de9u3DsH5CKbUEn3_aNeruskqckgyI,5849
44
+ hestia_earth/models/cycle/aboveGroundCropResidueTotal.py,sha256=ShuHJTYvoOMG7uvq7emxOI7bXrERVbi2jXClV6jJh8Y,2708
44
45
  hestia_earth/models/cycle/coldCarcassWeightPerHead.py,sha256=fQ7huuxyS5PQkRmR_tRCOz9rV3LJwLfLQJjH_TcTz6k,2955
45
46
  hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py,sha256=k0xg5SIfJGwEKteFr2Fh-lh8yDC_sqQw_lBnnfwl9zU,3069
46
47
  hestia_earth/models/cycle/concentrateFeed.py,sha256=VSsA7LxbNze2_j80XokRKbawNHMlPJkP5HpXM_zE0Hw,6640
47
48
  hestia_earth/models/cycle/cropResidueManagement.py,sha256=-9F7vVXW1c5f8e4hsQjwuLgB6watpAoKOmJ70VuGGM0,2216
48
49
  hestia_earth/models/cycle/croppingIntensity.py,sha256=44CgDqXg9CBRfTPYTyOleQT-M4_tsQgPba-0vjjk_C4,1770
49
- hestia_earth/models/cycle/cycleDuration.py,sha256=4ijfRFwNO11mtmE2HpeJazdFaJjOyt4wZJWwigOabMM,2923
50
+ hestia_earth/models/cycle/cycleDuration.py,sha256=UON8NjmfPpU2z0sRYmhytjv-zlGewbAzdl5OCVGWDc0,2925
50
51
  hestia_earth/models/cycle/endDate.py,sha256=lRJza_G41eC-48uRtn5qcx9V1u90T6dVIYuypNaEvDY,1499
51
- hestia_earth/models/cycle/energyContentLowerHeatingValue.py,sha256=AyVKCQbb3Pto3Ca__F0KJ_wlwTxbPd7mUyehZW7AJPM,2212
52
+ hestia_earth/models/cycle/energyContentLowerHeatingValue.py,sha256=51qundrlWmITYGDTa4OiN9V9ovzoX43JZXyvezIB1Mc,2207
52
53
  hestia_earth/models/cycle/excretaKgMass.py,sha256=oRsqgifHnVRJ-nI96RPQfzsY6dvb7sLBajZSz428smI,3848
53
54
  hestia_earth/models/cycle/excretaKgN.py,sha256=4I3htPrwod4dS98uJuEQvHsMnTfrw05XZfhf91Hl6JU,2850
54
55
  hestia_earth/models/cycle/excretaKgVs.py,sha256=EuiHHptQDoVsJWsuTW_QjjVEJOETQvgiOAJdipIk08Q,2853
@@ -68,7 +69,7 @@ hestia_earth/models/cycle/residueIncorporated.py,sha256=9_s2RMOy5D20eq9ziDBEA_Y7
68
69
  hestia_earth/models/cycle/residueLeftOnField.py,sha256=qYxKGAdUORN7Vjqj7AZC2VGV_rM3MN0-padDGhgjiNU,2175
69
70
  hestia_earth/models/cycle/residueRemoved.py,sha256=jxDu_Jfcyd-rm-qo8ZuRIf-GGxtFBMpmGy1zHOavwy0,2135
70
71
  hestia_earth/models/cycle/siteArea.py,sha256=i4YrHN11m1i4WNS07bRwetXDJ5Jf09rUcYtexSZdGd0,2597
71
- hestia_earth/models/cycle/siteDuration.py,sha256=jjWvlfCKOCCNNFaExDagzrZMow_FD5WIlE83pDli45A,2011
72
+ hestia_earth/models/cycle/siteDuration.py,sha256=qAhrwSmqnRCmGXKS8L38Xo6hqS4Rhc2O_AEMyNDpVQA,2030
72
73
  hestia_earth/models/cycle/siteUnusedDuration.py,sha256=AHhU57E8R3i9pkTKQ37yMv6WK7CcNknOTWmk9RQEUsM,1994
73
74
  hestia_earth/models/cycle/startDate.py,sha256=F42dxaRUFsd2tr8Wm3gJCstfLvpFP50LcmE7tYdNhxY,2509
74
75
  hestia_earth/models/cycle/startDateDefinition.py,sha256=2sD4V6Jv-yGLM1nkA4eT-RHTnTNfPpl4L5p4jPKzmLo,1991
@@ -80,8 +81,8 @@ hestia_earth/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
80
81
  hestia_earth/models/cycle/animal/milkYield.py,sha256=A4l8Ir02Kifvv3NW83lKaodlPpS_fSQN5QhmDQ8hIFw,2137
81
82
  hestia_earth/models/cycle/animal/properties.py,sha256=KYCjznw9-e0BOLh3jep86DC_BmDGaZ0Y6TG-m3YnxHE,466
82
83
  hestia_earth/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
- hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py,sha256=7hRyotfEaX4pGUiYVoaelD1i1ZK2CHONNdSSUgYxFtE,2170
84
- hestia_earth/models/cycle/animal/input/properties.py,sha256=2vViYkaA2y5Z7TArllPYN4MzdCJc2pDZFDLrnVMKp2I,3147
84
+ hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py,sha256=pb5tKzH1Gwl9PfYmWjui5zYscosrd2dMVAEryB-9K80,2197
85
+ hestia_earth/models/cycle/animal/input/properties.py,sha256=PoW8qBlPuWSQRBNK4iBhI6dNaCF74LKdM_4HEGyLqxk,3174
85
86
  hestia_earth/models/cycle/completeness/__init__.py,sha256=bQ-tpeCbUsIdSPGla06Mg2IZWpGp7TgWXlgZTYeLsKk,1512
86
87
  hestia_earth/models/cycle/completeness/animalFeed.py,sha256=_qUJcQ2ggdy0fBCBkHmeRDL71HuX4b9KfnSm7JqPgFM,830
87
88
  hestia_earth/models/cycle/completeness/cropResidue.py,sha256=7SNfYvP4erJ2keem3DHdOzuzzuAsrj15iffacWNgJHE,2653
@@ -98,8 +99,8 @@ hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py,sha25
98
99
  hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py,sha256=7Dss1AIbG7GimQ3-Ecv2wsx1PrblZhHFYhMHWoyvPc4,2140
99
100
  hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py,sha256=RV7lLd4PiFRCkH83-DvuZKnOCA9bXbYOcDHea8Wz4LY,2603
100
101
  hestia_earth/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=-WDW64neQiyHsYXrz2ekQr3sxd_cggg-VwDYaNf7eXk,5695
102
- hestia_earth/models/cycle/input/properties.py,sha256=sHAq_RmHPE5A3anlhfGUjPwprygWEQ6ewxmPU2QUJP4,2725
102
+ hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=u4sNTBe9vQHe1-Jlz_qCQ6DyioJTN_hq7L56nCf9vhs,5696
103
+ hestia_earth/models/cycle/input/properties.py,sha256=-bsKbgS92AicE7_0GSamFG2-O3Rvn2LnXcmlrEt72dA,2752
103
104
  hestia_earth/models/cycle/input/value.py,sha256=TUcqoaMheIhlM0c7Ki7qWSdHpxes3SEVORAUNdyR8Rg,1391
104
105
  hestia_earth/models/cycle/post_checks/__init__.py,sha256=5ThdvGKp7ilFOzn8Tq23c4XXqhA345PYIe63yOtGJTY,336
105
106
  hestia_earth/models/cycle/post_checks/cache.py,sha256=UNWR3IxZyv7GvBUZOkdj1HqMDa0BQ3q6exGmMQ8ywWA,215
@@ -169,19 +170,19 @@ hestia_earth/models/faostat2018/utils.py,sha256=r-5krLwm2Gymq6alxvGbo7NRprRFOjCp
169
170
  hestia_earth/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
171
  hestia_earth/models/faostat2018/product/price.py,sha256=EdshQnQLYLnRawsDYEBKr1KibQ_Pgxuu9JWw0XuaoUM,7718
171
172
  hestia_earth/models/frischknechtEtAl2000/__init__.py,sha256=Fixyy9UwoCGP5-MHyJu_ctS40SQ2imfvZo8a547029U,421
172
- hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py,sha256=2aFL6PY1daD6dqEOUz_hQn-naqSpoqrizjnOpWiNjVg,4428
173
+ hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py,sha256=W2R5rjnorfWhderyDy3iGpcIZdL3rYvRh5wh0wlvI0k,4430
173
174
  hestia_earth/models/geospatialDatabase/__init__.py,sha256=TH-FW3aoL7r1GquRChr7rde7uQonKQRDR00udG8tDrQ,957
174
175
  hestia_earth/models/geospatialDatabase/altitude.py,sha256=TDo9_8fmvRsI2GvvdX63HFDndPnvLykeJexBmcp-P4Q,1960
175
176
  hestia_earth/models/geospatialDatabase/awareWaterBasinId.py,sha256=_4HFoZR5PQrEYZegMjj33rjUFR_kktt69D4J_moZXHo,1249
176
177
  hestia_earth/models/geospatialDatabase/clayContent.py,sha256=u8SQKx-zu3vhMQ-XOJgqyUn-tlCCIy-VG7zpl5AyjtY,3386
177
- hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=ZtnvMX8Ax00VbPtKXDkivL9bw1T7xSqEEl8XkaShSbc,2477
178
+ hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=d1WIrxO4rFj5Oj-k8f1eaVIOR6sfke2CYH8lwtuE_BM,2565
178
179
  hestia_earth/models/geospatialDatabase/drainageClass.py,sha256=CVagB2wxLnHgQQauDyYCJCfJw21OPB7Ry8BVyt2uPak,1883
179
180
  hestia_earth/models/geospatialDatabase/ecoClimateZone.py,sha256=WBeaYmzer3CeviHnnfK0xIn_3inpkDKqxszFluz0xPQ,2658
180
181
  hestia_earth/models/geospatialDatabase/ecoregion.py,sha256=Hr2zJd-KGmOB5PU6nAbTtnUDWMBwhFOUf8PwT-lcPis,1206
181
182
  hestia_earth/models/geospatialDatabase/erodibility.py,sha256=M62CetEcHuExeXl7P7DVKZWWbk9tenjaDFvjMsWbga4,1843
182
183
  hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py,sha256=54pvHOfcfEUNNhTIWIPGRzqO_t59ACh-zhnLidO2xro,1956
183
184
  hestia_earth/models/geospatialDatabase/histosol.py,sha256=5zwKdF1t9aOjTzBoear62T0Kzpjco-IJXu4oRYrUFQ8,2387
184
- hestia_earth/models/geospatialDatabase/longFallowRatio.py,sha256=yHpS9VU4ZCfe2lRe1cSXqepRiVcJQ9ymUQ6JFIyS1dk,2473
185
+ hestia_earth/models/geospatialDatabase/longFallowRatio.py,sha256=X-qJS0euYVwhGHd4rCnlRSL3KOMLQJl5kO8QqSREcpA,2561
185
186
  hestia_earth/models/geospatialDatabase/nutrientLossToAquaticEnvironment.py,sha256=uEsoYJ1mzgUo6fQhUrcJ-ATcFw1j9oEgqMXKbQuFRxQ,1973
186
187
  hestia_earth/models/geospatialDatabase/organicCarbonPerKgSoil.py,sha256=O_3GdoyY3FrwAq37MHleb0kiXZhsqpuAcik9TYpAvU4,2830
187
188
  hestia_earth/models/geospatialDatabase/potentialEvapotranspirationAnnual.py,sha256=x8-108UuysEZNgCBvLGOWsYvvBAIlE_5h6y2Kl-Tl40,2396
@@ -190,7 +191,7 @@ hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py,sha
190
191
  hestia_earth/models/geospatialDatabase/precipitationAnnual.py,sha256=VMrz4z4FmA0SLIwYr1mT5RWX41XbmubQlwdQvU2eq80,2657
191
192
  hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py,sha256=wZ_QprRT9ILSNpiUhPdKtTERUsGofQT1kqUaHuJjDOs,2390
192
193
  hestia_earth/models/geospatialDatabase/precipitationMonthly.py,sha256=jQ3XLN8Zh7q2LZgLmybzvwR0X2vdi6IDz301EUVbAmE,3261
193
- hestia_earth/models/geospatialDatabase/region.py,sha256=D9IXaAoQQJO0LOrQYU8d7Cl4gAMjgzkxeWiDBnjY_II,1378
194
+ hestia_earth/models/geospatialDatabase/region.py,sha256=55tjxaffUaQnJ_kqWd-eejhLMs-5N2CjUQd9FU1wWoU,1448
194
195
  hestia_earth/models/geospatialDatabase/sandContent.py,sha256=dzaefKcnMeBRu7b1X11MG_-I6iDuXkHVCrkdbawB3Tw,3386
195
196
  hestia_earth/models/geospatialDatabase/siltContent.py,sha256=rFUlQ3SlwCJFcMYQd5F6t3bnDMjcRilsXk2rShoa5Tk,3786
196
197
  hestia_earth/models/geospatialDatabase/slope.py,sha256=g1SpuYks60injv2w-CMjESNfu8KM1JsiYnRT9XZfSuY,1859
@@ -201,25 +202,25 @@ hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py,sha256=y
201
202
  hestia_earth/models/geospatialDatabase/temperatureMonthly.py,sha256=E2k2kkhVDtmeFEB4_AZhhq5od57lRDMWu6AqaurgqvQ,3194
202
203
  hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py,sha256=DrjiPyakM1SJ1XO-arhvjLDj2qb3M-i58gJ1kFFM6kI,2821
203
204
  hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py,sha256=5oasLMYgfnPwSse0D8EEe_pV57AMusac853BgVSUh5E,2070
204
- hestia_earth/models/geospatialDatabase/utils.py,sha256=y8QOS30TxEKG0BhR9ur1J3fKnG59eKayVKKGqaZcumc,6741
205
+ hestia_earth/models/geospatialDatabase/utils.py,sha256=tQW1r_0xSFY8IVnptz3PljXPonmceFUY8Amh2kJLfW8,6744
205
206
  hestia_earth/models/geospatialDatabase/waterDepth.py,sha256=Xy2UxwAJrgdOkcw59NetEHMt5vgRYE6qg4fgXb1ptlU,1643
206
207
  hestia_earth/models/globalCropWaterModel2008/__init__.py,sha256=vQxexzFCl2Uv2RiIJfcppkRi9RgzBsJ68yhVDK4GvAU,425
207
208
  hestia_earth/models/globalCropWaterModel2008/rootingDepth.py,sha256=5HXiZHk5iFOhOIB-0OnatgJ4PHJVvV0gH47U3EvQ6Y0,4081
208
209
  hestia_earth/models/haversineFormula/__init__.py,sha256=o155nR-XI67iCSBVNYIu4sPRIF3C2Y1NnUZ6lfpi0Do,417
209
210
  hestia_earth/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
210
- hestia_earth/models/haversineFormula/transport/distance.py,sha256=nh2MB6gXo-WrPOJrLxRWOpmQSrwShJ1LmVEfmpa2Dqc,3882
211
+ hestia_earth/models/haversineFormula/transport/distance.py,sha256=l00mmyRgWsHWFtk4OTFrhqyOmc-73C4Wkfn5WKM99TA,3990
211
212
  hestia_earth/models/hestia/__init__.py,sha256=o5vAmPzSaK9XPgL8GCne3-lugfCOgZhHELYolNgqyyY,407
212
- hestia_earth/models/hestia/landCover.py,sha256=llEyY41_dOYysv_CwD0ngwOp59f1VXAojwLQArqJl_M,31563
213
- hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py,sha256=hlavkXxsqAoWbTZSBFDzvHl5rdUGYvZSbMAW-mHJX5I,989
214
- hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py,sha256=SdZ7CHknZ_ln-5d4mFhIoHNLvwS53RLN5quXW0TWltI,987
213
+ hestia_earth/models/hestia/landCover.py,sha256=7FxcyV7zobjRxBtrASNYr4t3IQQOvXw5S0FCYCc8EIQ,31425
214
+ hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py,sha256=7KWgpAo2gILzsxdgnO8gI3tAf3tF0IhyGkneYI6PEDc,1018
215
+ hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py,sha256=1StzrYhMsX-hdwBTeLnLMZWl5EEnCoEYpGPRkqy8a-A,1016
215
216
  hestia_earth/models/hestia/nh3ToSurfaceWaterAquacultureSystems.py,sha256=IthPrK7r3CpvT5s_ozarngfR26OHm2E-Ih9nMM_XzZk,1785
216
217
  hestia_earth/models/hestia/residueRemoved.py,sha256=doSLJaWfuOYy9HiqOBLRthji04ghBQ1Qws1xfK6zh9U,2656
217
218
  hestia_earth/models/hestia/resourceUse_utils.py,sha256=SYMN-40NW76LaVo2jVdnCbTgYN03mmSqvYRzgDzm5jI,8564
218
- hestia_earth/models/hestia/seed_emissions.py,sha256=2LWKU0k-cZMBs2kQFv-dtfJB0jM0eqgz6R2kSXad_u0,11021
219
+ hestia_earth/models/hestia/seed_emissions.py,sha256=Mn1iEaLrl6gz66Pqd7sD3JhR8UOrGwXLdg641nzUME0,11048
219
220
  hestia_earth/models/hestia/utils.py,sha256=TX53XPLeu3XgBcy9XN8xDD3J7y7fjmVweRNKaEZ-qzE,1455
220
221
  hestia_earth/models/impact_assessment/__init__.py,sha256=B6UO8z3NR6JjIycyT7adZbnNKcBC49qnF2bOhVcufy4,355
221
222
  hestia_earth/models/impact_assessment/allocationMethod.py,sha256=x52IjSmyu8vSyr9_IfMzF00w_DcQyav4WBqnHOdkJHA,1090
222
- hestia_earth/models/impact_assessment/emissions.py,sha256=ywx2Gj8FgPnP6BsvmfEOiclDN0DqwWCq-NoKtP11Df0,3886
223
+ hestia_earth/models/impact_assessment/emissions.py,sha256=6oimd954XEcIw5A-MZAQksrNd0v81MQ_z97KQjDM_mA,3859
223
224
  hestia_earth/models/impact_assessment/irrigated.py,sha256=syD3r4wykOHnC9PC-J67QXlWHnJ6K6MjTC2InccWxXI,674
224
225
  hestia_earth/models/impact_assessment/organic.py,sha256=FtYco3NwhSJEsMjjK_JDRyxwuSoKH_8y17x-RBl3exM,645
225
226
  hestia_earth/models/impact_assessment/post_checks/__init__.py,sha256=rkHO4Z3Zz8LCT1OoDgHmUuGURvXsdzh2nQqgU2M4tjU,304
@@ -229,8 +230,8 @@ hestia_earth/models/impact_assessment/pre_checks/__init__.py,sha256=rkHO4Z3Zz8LC
229
230
  hestia_earth/models/impact_assessment/pre_checks/cycle.py,sha256=TfX41aYPbA9dXEKIoJfH5X2Rwrr-Ni_-m4yGW8HixmA,812
230
231
  hestia_earth/models/impact_assessment/pre_checks/site.py,sha256=YEx5-HS_PadrIR-YzA4Sg5UlqTeqAkikyOS6iJ2U0dU,667
231
232
  hestia_earth/models/impact_assessment/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
232
- hestia_earth/models/impact_assessment/product/economicValueShare.py,sha256=IYAqT3F2EfteyIC2uSU2WCaXTuneSfgNpk4Lef0-kk8,1307
233
- hestia_earth/models/impact_assessment/product/value.py,sha256=ydR0EodgS1WIShDpLrBB5LZKEyeX4uS8G4xNPLB1up4,1209
233
+ hestia_earth/models/impact_assessment/product/economicValueShare.py,sha256=ssyuAUWpzH1DVrbb0SvMtznWv9Z33_qC2epGrb2hfRU,1280
234
+ hestia_earth/models/impact_assessment/product/value.py,sha256=NaqKctYbXtbxLqJ8DougTDEDygDVvMZpwc9cLPD6TXE,1182
234
235
  hestia_earth/models/ipcc2006/__init__.py,sha256=ReUFPLqIyp16QEOGaiHmz41QbuwYBQYDKVtw6KuRDIA,409
235
236
  hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py,sha256=6FDgMH5eiO1mEn20oerYpWty6t9058JS3MCdfVmeY_o,2714
236
237
  hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py,sha256=vD_kpvOJmjTOjDEnlqSYBSZxjuPGvzpmCr0JIC84GKE,3431
@@ -258,14 +259,14 @@ hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=7AFU2Q0qPAvv6uEKWB
258
259
  hestia_earth/models/ipcc2019/biomass_utils.py,sha256=R7t-YWq5K-AMHihlWh8hWHfhaoGZMmDf8SNFM6-wGdU,15895
259
260
  hestia_earth/models/ipcc2019/carbonContent.py,sha256=tlQvu4Auhpjmaz7XrZz86xwxVrJhsYYf8DFA_aQeev4,7255
260
261
  hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=q6yyEiYQhHJ2VyQy2Fa84cuTl1D8bjBXOK3UpaRuo20,3196
261
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=k6UPhbITdsJEZOodxtigqZnGaBUJSe4holrEWUS_V3U,12209
262
+ hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=8w78X5nJkPmoXuTy1WMxSGj-D5ubajNeqnyBknSqEtA,12477
262
263
  hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=UTTx7US4mGTGW9dX6OAgbhDSwtHfsbWJ5d0iF0TGMpE,6564
263
264
  hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=sn2IGCNNBeL3Mtdgc18jheHrdbJEThI44V_bh055Uyw,7335
264
- hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=s0zViR8Ab_b_sMDwMzopN4SAWdm6wpzGs-Hf_TtWaiw,6641
265
- hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=trinj_A8H6H_zMaQMjYXcBePvjDKXhbqmIpeet0lW6g,6691
265
+ hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=mZdDEk1ViC8D_6-CsaeCl5lKRntX0s-r8J-N5Lo4--c,6670
266
+ hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=Uu3SnbZvORYlfwi9RdaKLJ0O2G65tpMO-BMTiE19Rd0,6718
266
267
  hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=LVX0E_Vs-9z-UBzcpywl3pEaJQs6iJ8BtcN09D-odlY,57967
267
268
  hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=7z0zdqiiWQwkyJCgSNMoK2mft3cJkTRlqwKrMuSKdWI,2454
268
- hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=LY-ZT7Jg3HUxFWpWExqRO2SctcXovrYRbB5VyTHUW4o,6703
269
+ hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=NqoHf9OnMAHdreCBBkY4IsweUCI0n5GvHUErO1AXEGQ,6730
269
270
  hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=Ofld5SuRKndcKB3FFFoUdzSgNq-gc4kmiNyyrPKQ3Io,3580
270
271
  hestia_earth/models/ipcc2019/croppingDuration.py,sha256=wgXzEHsl2demqzKnZK6Ak7UKUu_CVU41ZsmwxG2uiOg,3055
271
272
  hestia_earth/models/ipcc2019/ligninContent.py,sha256=Qh-UH4lv1TIf7wWlbAPwIZZHxzbbmQgND3m15pt5Si8,7285
@@ -284,25 +285,25 @@ hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=
284
285
  hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=07Eb9XmziJjYymyXQowESZklbKbqvjP_ookZKi4_GX0,4517
285
286
  hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=eyPfyIi8EqigOTsEA0BSyoUePyy_AjMlQNJ6Z8yyJ_Q,3413
286
287
  hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=px2SN-uaus2cftXzlsYCUAxLuon6BnDXmaFI9xhQrgU,3347
287
- hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=Zx2-96RKELrO-zTPz_d4EfVAyHXvTB-QVUGfdpi8ozw,34981
288
+ hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=ViIpzTRKIt41FMIafj6AvJf837mL632oqWoVS6XcPes,35010
288
289
  hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=fmmFgjtvOD2TrrLY03jYly_KvDnCsAXqhL_tmZQQt-A,4480
289
290
  hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=9dx_MRTwJGxJRq6mj2EJQMdQ2w6j7lw0fQk0If_cIGc,4152
290
291
  hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=D8Lph5clGjXb5F7sk-jlnqE30C2lokhqndpA0hUMwTk,7791
291
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py,sha256=Q_O6_ueMww9hWshpeoInQHp5n4HzGbMxhuyMfhnewDA,75622
292
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py,sha256=TJ9kg2OdN0AJsUjgwD85gzi4CX5YQpyLYcu89bdf3yk,63551
292
+ hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py,sha256=S80Yo-AfSoybu2ROolEUH7AFnUkJknXasetFtHZ0Syo,75614
293
+ hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py,sha256=u1f5c33XyQiRnJEyuNzs-7h8_KIJcXgkXBJcpNzzT4A,64696
293
294
  hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=FFcjdkYq5NJwAu4bWZJUao4MoDHvgbXmXCnUNKD-a3w,9842
294
295
  hestia_earth/models/ipcc2019/pastureGrass.py,sha256=_EwlAooSfrkcSy4rl_rk4PpeX1pcIiQcb7HE2lQkyn8,9847
295
296
  hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=KvjIQ3xwbq1rk3thHlkGgQaWKgh0hCkNnzC53JW9634,14178
296
297
  hestia_earth/models/ipcc2019/utils.py,sha256=MSDMu15D9DnilFUgi4_6jYXC0FaKso3OODauGTMB6hs,6229
297
298
  hestia_earth/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
298
- hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=V-NO5FGxYc2VglQNcnA3zaFqnOivCSy8iWrV4DCfNg0,992
299
+ hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=rnFergteN5rwH9KLyVQR7iolh5Onj2gF785DnLIbIHI,994
299
300
  hestia_earth/models/ipcc2019/animal/hoursWorkedPerDay.py,sha256=BBByUzgM7OymWnuU-IFMD-3cp_KXSNqXtoO-QdVjroU,965
300
301
  hestia_earth/models/ipcc2019/animal/liveweightGain.py,sha256=TXEKI0PZFDj7zlg_pmgfwhRT0LS1x1hEswulQYD7Dkg,956
301
302
  hestia_earth/models/ipcc2019/animal/liveweightPerHead.py,sha256=86HRowJnTbwHKDKU0rGaco2-8B1wIQ4nIe_KNqzdXsk,965
302
- hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py,sha256=fD4cqdzKkj6Qy9lcVwC-MVOIeJZtWxNAj2-53VghG_w,2600
303
+ hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py,sha256=p7o3qvQbgq3QWqp4rW8NoyINkSFMQ9QOn9auf7e6gww,2602
303
304
  hestia_earth/models/ipcc2019/animal/pastureGrass.py,sha256=lT74m-NljewFYdQJIe4he2uYJ9rWWSZSm1MCUrxj0gQ,11742
304
305
  hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py,sha256=zib2AW3WJTL4NRYN4a0rRiqSJ5PZLRtwDYia7gigQFY,968
305
- hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=-_f1CnPQVLCiuENdfocd4bAtAuQD3AA30ee0f-QRlhU,1008
306
+ hestia_earth/models/ipcc2019/animal/trueProteinContent.py,sha256=fgV0u4sEtLmCk-vUHF6mM03uy1w9nVPDzmxSkLXgPBo,1010
306
307
  hestia_earth/models/ipcc2019/animal/utils.py,sha256=mYnSFOU7WcuJugTUKRV4mXzduZk_Q9MjDMS6o3S1tQM,4361
307
308
  hestia_earth/models/ipcc2019/animal/weightAtMaturity.py,sha256=bdNunYwW3D6i81AkWQ-vtv6PObv6V_oZdVvqzk4Caug,2869
308
309
  hestia_earth/models/ipcc2021/__init__.py,sha256=VTgGFKhwMmk_nuI1RRq0in27fHYVPBonlXlPK00K8no,409
@@ -310,12 +311,11 @@ hestia_earth/models/ipcc2021/gwp100.py,sha256=EQ-OBQrahSgMBFtGregiNlbm3DHVwr67o4
310
311
  hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB5lqiBCss9OZcbjxeeG8E,418
311
312
  hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
312
313
  hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
313
- hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=6a0tyfj8pIrCzlU_Z8fnvO5VdxHsdYHekwnnHgtRolk,5882
314
- hestia_earth/models/koble2014/cropResidueManagement.py,sha256=XZ3Ej2h1lT3s5vThqrKFKpw8_xn2Ga_nK2jEY41Eeac,2702
315
- hestia_earth/models/koble2014/residueBurnt.py,sha256=7iro5OFoBnZaKXyA7sYKYOLnfniFymnweNtCD-VJ9gs,2025
314
+ hestia_earth/models/koble2014/cropResidueManagement.py,sha256=WvO_eqiNO0jdWITEkjHPtrndjCnrDb9BXEbkwHVpr6k,2702
315
+ hestia_earth/models/koble2014/residueBurnt.py,sha256=vw1PqppcrisqRmEQTaPVQ3RNkfZbrYWEK2AsXcPG0F4,2025
316
316
  hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7y9hP9chZisl1Je1pP7KEyA,382
317
- hestia_earth/models/koble2014/residueRemoved.py,sha256=p33EsXFv2PSdXGNvm40UCboCLhgfJ42ZM6b6u-zBBVg,1799
318
- hestia_earth/models/koble2014/utils.py,sha256=yGFRVFKPEhDKZu7pYFQXYkUPJdlMNNX4_JPgmKwrwSA,2941
317
+ hestia_earth/models/koble2014/residueRemoved.py,sha256=P9JkS4sVHvX_4O2K3ggXPhh0YUR_eY64SETzJoVSRrY,1799
318
+ hestia_earth/models/koble2014/utils.py,sha256=zQslKDPWq9MPfdstI29XLTlmlPDY8Qjpi8aLCILSN5E,2934
319
319
  hestia_earth/models/lcImpactAllEffects100Years/__init__.py,sha256=Z15q1K369kIkH4JC3X2mN0PdNHhUn6dscug6g4DvAxc,427
320
320
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=BrkLQgt-BuQUTdA_Uzn46RGC50BQfsD9uLLP9MRpDAQ,1100
321
321
  hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=o_eE5GmSEzYOrT1uec_C6oP7vwzC-0tvah1tkV1jNeE,959
@@ -412,14 +412,14 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=S1zlux02gU2Lajrtoq-zQ
412
412
  hestia_earth/models/mocking/__init__.py,sha256=9VX50c-grz-snfd-7MBS0KfF7AadtbKuj7kK6PqtsgE,687
413
413
  hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
414
414
  hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
415
- hestia_earth/models/mocking/search-results.json,sha256=lFajXvkFfmZgA1_Twixexq7Sa5xwTTEGGxKNWfswX9k,162167
415
+ hestia_earth/models/mocking/search-results.json,sha256=17H7SGi80i4YdXYUP6_cBmvsQVrFm8ySGNWV4SJZ5Eg,162926
416
416
  hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
417
417
  hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
418
418
  hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
419
419
  hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py,sha256=k_dB5iwOg6swQWb4fvfMCZ1dm1PnRff8Rpm1aclKOqA,6517
420
- hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=8c7VdJmRbZGavDxupglESgp7SnjAEruMlB0KRbVisC4,5859
420
+ hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=RstXknuNCB-BeCOIV0LHf3QRwOG2gQlxLzaGXWKG4hc,5858
421
421
  hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=eIiiZPWjLya0ZOqiYXFKH10K693cAKFygP2p-WPcLyg,9278
422
- hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py,sha256=rBWK_SzR9siorMxNORqB_BGQEadjyvzSh_SKOqRwFV0,3947
422
+ hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py,sha256=QWWS9P_q_mPruvCYm4PJ0PNcYJJ8QS3WEV7HN-6MneY,3920
423
423
  hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py,sha256=gSUzPuzzLwQsBiX_Tgx6mWJ4pEB5qhlKoOtaEdmDGQ4,3431
424
424
  hestia_earth/models/pooreNemecek2018/longFallowDuration.py,sha256=Wdm6QyOttCFP9Y3OjbaYrvdMmivOmMIT-m5Eg9SM9rY,1511
425
425
  hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py,sha256=n3G4p1ed7-45Ts09kbGGyJ4wea4dp8cY4lTm_9HAsP8,2375
@@ -438,7 +438,7 @@ hestia_earth/models/pooreNemecek2018/plantationLifespan.py,sha256=FudC-csC1IkiFO
438
438
  hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py,sha256=Q54woX67eUab0qEEAuW2naFGhnVPJHrMas3bG92KNeg,1740
439
439
  hestia_earth/models/pooreNemecek2018/rotationDuration.py,sha256=j5hW_NEKYQbeMcdsqp2nQIDXCnUdZIKURzAmPCiegQk,1525
440
440
  hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py,sha256=Vx4T5qTM2GubwR-gRa4JEhkVi6LWYkt3jWN7VB0lHgY,2511
441
- hestia_earth/models/pooreNemecek2018/utils.py,sha256=S01BuGIgUvb0l38ZF0m8SguPYWN3vgsniY-sFvKrw8I,3499
441
+ hestia_earth/models/pooreNemecek2018/utils.py,sha256=NbQi-6poeSwpYXajeHiaRNHtdVMOY5bv-cVOj3HgOcA,3579
442
442
  hestia_earth/models/poschEtAl2008/__init__.py,sha256=nvyyGglxCTV4PpxcOjY7jJb0v8Bjzj435Zt1j6VcryM,414
443
443
  hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=1pd7RX4Q0ilASi9k3l1zNnz3bUg2MakR8luJQVxYxKA,1418
444
444
  hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=z6i-wYpPrchNmivb4Cvr9wOsc4WvDRQadORFOq_YiYM,1420
@@ -504,10 +504,10 @@ hestia_earth/models/schererPfister2015/pToGroundwaterSoilFlux.py,sha256=tH-jyd8P
504
504
  hestia_earth/models/schererPfister2015/pToSurfaceWaterSoilFlux.py,sha256=evd2jmFZ9lq-uwXiBTgP5wJ-KTjNBVztjSp8eW9-8qg,2947
505
505
  hestia_earth/models/schererPfister2015/utils.py,sha256=prdPZKnxJAIqBmHN6FCmfvRU4rLSTx2bvVGSMzoM5NY,3235
506
506
  hestia_earth/models/schmidt2007/__init__.py,sha256=xheSN6LOGXpWx7Hnv83onhe60Xk1_jk1PJg1nH_aZOQ,412
507
- hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py,sha256=-N5uLvVHlA2djOs_lwR_8RmbeCfkPw5p3vmbqG2kzkI,1474
508
- hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py,sha256=f8a5ZRuCltpO8GWwQ0l1laWrw2yPGqOPaq8j6ZOJFTE,1474
509
- hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py,sha256=3i7tgar2DODXzug36HBAbbx94ybst15Efode7AzvVEs,1480
510
- hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py,sha256=yGrw7LHTrgRU_LyUsdl96TO6omEZju7JaBbW_A8ufX4,1474
507
+ hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py,sha256=ngc8to5oSN42CiaageRaNI_dXRrQZLCYJ5ADfdKdi18,1445
508
+ hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py,sha256=1AXf7bHHKPphl4UhKGpCKS2Xe8kr-EModiz_KOjHFDM,1445
509
+ hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py,sha256=_UcAiarj5Qan17HoXLXlyueTlkKvpZaDpkG7XP6f-MA,1451
510
+ hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py,sha256=uHWCNyFEwkmnPj1gsriSQKWGfY8-zzjQvGS50FQCGRo,1445
511
511
  hestia_earth/models/schmidt2007/utils.py,sha256=tbTFg5TXAyS12JCa-OXQg37M1YymHxKW8Gok_SslqAM,980
512
512
  hestia_earth/models/site/__init__.py,sha256=aVuLLhq0OQVm-_MZoq4JAKMidqexUWJBg_7mmojmDzc,405
513
513
  hestia_earth/models/site/brackishWater.py,sha256=vLEhIZv5PUKwzwvIuYrWi7K---fq7ZXn0oJvfDZdMs4,1278
@@ -516,7 +516,7 @@ hestia_earth/models/site/defaultMethodClassification.py,sha256=1EIWC99Fegu7B8GFl
516
516
  hestia_earth/models/site/defaultMethodClassificationDescription.py,sha256=4YXf8grO9Zf5N7bPomKAqXKPOa7JhmLCXm6sO53I4is,1213
517
517
  hestia_earth/models/site/flowingWater.py,sha256=vZz4WRH6KEzf0OC76e283ICNI0DvW_MpQOD0G7zNz9I,1596
518
518
  hestia_earth/models/site/freshWater.py,sha256=FXs3Vt8V4e-wn325_dwSTOKlZtn5ksNUpvYGDeLJShY,1255
519
- hestia_earth/models/site/management.py,sha256=7uVl4v1TRbOwAM2e6ZMKspvJHZ63a6JwqCXI2X9GrvI,14751
519
+ hestia_earth/models/site/management.py,sha256=SSetfZNGghs_Ohm1BkH5tJ3XFIFRSxGJir0GwNerzfk,14889
520
520
  hestia_earth/models/site/netPrimaryProduction.py,sha256=UIIQkYd911qVzrWjxBLrC37e-RARIVgDwLdARY9BuLw,1849
521
521
  hestia_earth/models/site/organicCarbonPerHa.py,sha256=F2ShinHf0m9qKa1nCYBspsDkRY6jzOl0wM8mSDre22I,14916
522
522
  hestia_earth/models/site/organicCarbonPerKgSoil.py,sha256=t--wAshiAKS-JvEKhLFRadGvgSBv5NFZ68jdyms_wh4,1945
@@ -545,7 +545,7 @@ hestia_earth/models/site/pre_checks/__init__.py,sha256=Bt14IKDWnpxjeoVn8aXMfOLOR
545
545
  hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py,sha256=NK75zG9At5_ClRQv7lDI2iVq8_prKslCTzXOb0F-1W8,5615
546
546
  hestia_earth/models/site/pre_checks/cache_sources.py,sha256=VrIprhnHhVFJIifXwDf3c41KEAlgZzg2WnNpGD-V2uc,180
547
547
  hestia_earth/models/site/pre_checks/cache_years.py,sha256=GSMwQ4MdlCbVEEA_Z8onE-bQ7UfohwMd1ctpiNTln5Q,787
548
- hestia_earth/models/site/pre_checks/country.py,sha256=ym10Kwn5-gH7W6CpxkF7pHb-1LGYtfATzs_slmMVKwc,153
548
+ hestia_earth/models/site/pre_checks/country.py,sha256=SDaIOxK1aoJROnOYSCXCr_LI4uR3yS6lBN3vgdL3XTA,224
549
549
  hestia_earth/models/stehfestBouwman2006/__init__.py,sha256=EhvD4NK6oEPevusLb1WdYV3GT_fCtQx4gvdMhK_dEIQ,420
550
550
  hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py,sha256=6BDeQUwC2tgvZGB8FbyPVLCDqxH-h1RGM73RXucwkuo,2733
551
551
  hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py,sha256=k7LZrHUDzgBNlqBxMhSurDVhAeLdE_ZM9BdoItLqurw,2913
@@ -565,7 +565,7 @@ hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertilis
565
565
  hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux_utils.py,sha256=yRsk-WcI13mVz4jerCAxJY91hqNs2JelXhbufP83Km0,3403
566
566
  hestia_earth/models/transformation/__init__.py,sha256=63Y_fXFBn4sX2l7F0hMsWkgIvxk5Tw9XoDBQr6bUBQQ,352
567
567
  hestia_earth/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
568
- hestia_earth/models/transformation/input/excreta.py,sha256=oDqsSOX8YxGrio3fT4x2VGBBAjP6JTkLsja16bpTYbo,4147
568
+ hestia_earth/models/transformation/input/excreta.py,sha256=LwxWzyGR1AyxEbt5s7z4CfdFyX52ft7Yd8xLusMPMak,4147
569
569
  hestia_earth/models/transformation/input/max.py,sha256=vGPUx2HTZ4PDCUTpQ8Rp_xCggLG5hXRLkJXQQYkpzBw,1246
570
570
  hestia_earth/models/transformation/input/min.py,sha256=dAlViQtZYGDVpHceNhGsMw3vVIaCdZvKiJPpCisKSFA,1246
571
571
  hestia_earth/models/transformation/input/properties.py,sha256=C4lgvoIa1YWsarir6PM8O-8rMTKdPKFoIsh2tOfG3po,2074
@@ -577,11 +577,11 @@ hestia_earth/models/transformation/product/excreta.py,sha256=tggXIoUujzu8O949_3K
577
577
  hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
578
578
  hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=pPX8u-Aq6Pg5Y9xw0CS0S2WkAHQpOMl0lL2tLQwwOuU,918
579
579
  hestia_earth/models/utils/__init__.py,sha256=eGcAyjoTta9GiU8Dr2urd12jsTany7dv3v2QMoUK914,6815
580
- hestia_earth/models/utils/aggregated.py,sha256=cTUzS60t44_viF1wMnTTVpFq8-6cKJTQuQXPHGq6RgY,5102
580
+ hestia_earth/models/utils/aggregated.py,sha256=gZLSY9D8MMr3VGZ2sai_5LTxdPMReuW3CXVpjPLS8xk,4807
581
581
  hestia_earth/models/utils/animalProduct.py,sha256=M5IunAKGY6oZv3j1Ascl34ywyeLWApqOIlBzbtlA2FE,721
582
582
  hestia_earth/models/utils/aquacultureManagement.py,sha256=dxrbC1Xf140cohxTbSw6TxLAnAASWTdNZwBBam4yQnw,171
583
583
  hestia_earth/models/utils/array_builders.py,sha256=ko1pDZKaUudZqxOZ99vJamKAdoR6ND4ZmxVrYH6YjPc,19498
584
- hestia_earth/models/utils/blank_node.py,sha256=zO65iYoz4oL2NwZtmP22FnbBfu_tm9zpMTFMWJ8u8fc,53860
584
+ hestia_earth/models/utils/blank_node.py,sha256=9s2cQ5CgrmGmncdUIvxIdVZQJAxsWxjJSb1fuKgiepQ,54621
585
585
  hestia_earth/models/utils/cache_sources.py,sha256=MBkrPpjwNiC4ApDjeYVHZjWBbpvAerXRDrMHpjasAZ0,377
586
586
  hestia_earth/models/utils/completeness.py,sha256=iRG4uviOAQQ4T2Nr4LlelPVTS_F1felGZNJYxek_JG8,1239
587
587
  hestia_earth/models/utils/constant.py,sha256=6wLx8xb2R8HtpEpVy5e-PbioOo7QCu2n-W72fs6OvgE,3411
@@ -610,14 +610,14 @@ hestia_earth/models/utils/method.py,sha256=ZYN2_Fyeiwr9pmvD84ZPg7ZHBlvaIY2A6XL4F
610
610
  hestia_earth/models/utils/organicFertiliser.py,sha256=2HY-a0EBzUw4DkEAXClLMXVCEZTKYf0BwFHBo7lQ5Tg,363
611
611
  hestia_earth/models/utils/pesticideAI.py,sha256=_mlhKnA1TxF-x39CPNnOGXk6754SoSQqrkHVH2y6rv8,2038
612
612
  hestia_earth/models/utils/practice.py,sha256=GEu2G2yMPbcIHldOzgv5OFp8bQ1Jt9OFgj0c_0F_kUc,372
613
- hestia_earth/models/utils/product.py,sha256=4WrEBJZT2Vp07A5hsGN6UjQGG9Nf0x-kRpZmGUKe5qg,10089
613
+ hestia_earth/models/utils/product.py,sha256=JsS0ZY7YZQV1jwBm9rr536-ULMS-UGAq3dQS7t4AB9g,10083
614
614
  hestia_earth/models/utils/productivity.py,sha256=rTJX_nemxHpOcPN7jiM2hFHknoLUIW8y-hFxVxIkg70,593
615
615
  hestia_earth/models/utils/property.py,sha256=S3ekpMQdpNJjw_r7jzN4YFfIKINJlsssyfWJKOunSho,5145
616
616
  hestia_earth/models/utils/site.py,sha256=ZYCxaBXZ3Zh4judbzOM_E5SNROiMH-S2LEkkklN5HK4,4041
617
- hestia_earth/models/utils/source.py,sha256=o6PeqftW4EztNf06fKHZIH2Z1bX8DhyoG-LIIWnSHwQ,2369
617
+ hestia_earth/models/utils/source.py,sha256=D_QlW7Ul_NV1iOucMNE3szT64b1RdSdecIEm6OukYhw,2459
618
618
  hestia_earth/models/utils/stats.py,sha256=-0vvhSDAhp4ZYXD1l6sO2hdok8_HgUM6OjCSYGSTHqU,15291
619
619
  hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
620
- hestia_earth/models/utils/term.py,sha256=KpFVyKlDM7OW-eIWnqPWCQNOWTl3ZzSu15fQcYTsvBs,20766
620
+ hestia_earth/models/utils/term.py,sha256=EJFj7Vt5Yjz1OSYQGXo9sDVrKLVvmYEJVVSg1aCi334,21473
621
621
  hestia_earth/models/utils/time_series.py,sha256=vuv033qUZ1gAw3T3wlLNG7vJmXCCsHEzciYbxw_b_NI,3223
622
622
  hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
623
623
  hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
@@ -642,7 +642,7 @@ hestia_earth/orchestrator/strategies/run/always.py,sha256=D0In6_kr28s-fgqspawgvj
642
642
  tests/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
643
643
  tests/models/test_cache_sites.py,sha256=eZkbgAhfA-67GhPgE4lk8byHnYvX2Ate1KPsE6jH1-c,2954
644
644
  tests/models/test_config.py,sha256=w27OA_pk9NuDbxzMD--l72Ea97SL1HS6bos6mOUCy8k,3386
645
- tests/models/test_ecoinventV3.py,sha256=JcNWvup7CpGNNfsI08ikGkyvA2EWOvVxkPFFBE-51m8,2027
645
+ tests/models/test_ecoinventV3.py,sha256=SvBn1ZomoturZhjj4BE2EU46Sq0il-tOJIqutmGadWs,2023
646
646
  tests/models/test_ecoinventV3AndEmberClimate.py,sha256=_EOxdrdavXP6L5_LtvaVbXb_-56UJXSaiPhpGntmwVc,801
647
647
  tests/models/test_emissionNotRelevant.py,sha256=YXTdRfcdR_JepHuj2P3Y3r0aFMKNOmsXQHY48tmLTQo,1316
648
648
  tests/models/agribalyse2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -673,6 +673,7 @@ tests/models/cml2001NonBaseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
673
673
  tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py,sha256=Snt0zwI1fF2_ome79rTRZjl5Oc8dZfbcqX8lXwxabVs,910
674
674
  tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py,sha256=zytN80ZmXjLBSiXPj_G0aaMyMx1aVukJaGouZQDMLBs,907
675
675
  tests/models/cycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
676
+ tests/models/cycle/test_aboveGroundCropResidue.py,sha256=VCQMTpETF7wYP6IOqQOE8bJFBCKUMzuwq1YwgwnnETo,2122
676
677
  tests/models/cycle/test_aboveGroundCropResidueTotal.py,sha256=qXx--kj9VHfiHqJfpAffSRvfaAcyYJppqTqgjQkXG4w,1311
677
678
  tests/models/cycle/test_coldCarcassWeightPerHead.py,sha256=mfl8B69EUwOGQlqLZjDNUYjD--n16PXmyxWVLY3vGEY,1435
678
679
  tests/models/cycle/test_coldDressedCarcassWeightPerHead.py,sha256=g_neoqsCsqIFhrORM5_JwS_HJts0xdcay1KZrH3snjI,1449
@@ -728,7 +729,7 @@ tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjsp
728
729
  tests/models/cycle/completeness/test_seed.py,sha256=NvCh4-YTUVoo2K5tX9h7-Wo7GjZGsRn-Nxn76iTw3sY,1043
729
730
  tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
730
731
  tests/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
731
- tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=exH0kAT19ElPSCUUC4ZjywNoSjcebz20pO3jwpYYyuc,3316
732
+ tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=cT2xxlC1iaMzySZbirpIifpbpdDLYFb7q-f5iiB1Z5A,3513
732
733
  tests/models/cycle/input/test_properties.py,sha256=5O2ubBE_WSLz5NRtLTGwsE-gADIcw7sZyJqL0w7GYcQ,1962
733
734
  tests/models/cycle/input/test_value.py,sha256=NR7KHsqnPnw43BB1efT0KPaszY4DKY293Av-lVde-DI,977
734
735
  tests/models/cycle/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -811,7 +812,7 @@ tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py,sha25
811
812
  tests/models/geospatialDatabase/test_precipitationAnnual.py,sha256=OhN7dbLZUG8ofvV7C56RKE_hGFXGtOuzXYz3EwFcQyg,744
812
813
  tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py,sha256=wGGKXGemg3OEgDRRXy52oFf5p8jU57iraTgQMWDzusQ,1033
813
814
  tests/models/geospatialDatabase/test_precipitationMonthly.py,sha256=FTmnMXqwxuV_FwNzx8ZJsF5DCdaOdXPNV9UQ5gFKALs,748
814
- tests/models/geospatialDatabase/test_region.py,sha256=5q3q5TK7yzvoZI2gknf-TPNcmDqVkMo0D3-KY401J2k,882
815
+ tests/models/geospatialDatabase/test_region.py,sha256=Q3doDB8gEUxxKMXYCagfTkCZdcuqnKHYuwjQelMkVJk,880
815
816
  tests/models/geospatialDatabase/test_sandContent.py,sha256=7H-GNxyn4EGQJd3J3r_SdtSfpPMqR-IlmLo188KAWSU,1797
816
817
  tests/models/geospatialDatabase/test_siltContent.py,sha256=DNXa7Ih4TWe3zmBJIAgzZpdyjSRo77hwErkoBluIGaw,1194
817
818
  tests/models/geospatialDatabase/test_slope.py,sha256=OQBjH1K1VDgbZ5B9hSy-oPzPnaqYU8Bkb2Cvd-KMqa0,1007
@@ -822,13 +823,13 @@ tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py,sha256=Wrz
822
823
  tests/models/geospatialDatabase/test_temperatureMonthly.py,sha256=eUaI1TZ-9sXFxWR2UoKBbca8dzW21zp5jGcfbooTt3M,746
823
824
  tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py,sha256=fZuFjIJ_-bF8HqoNfzA0odmABiSgnttlGQw2Rphqu70,1632
824
825
  tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py,sha256=N5Vqf3YKlxHxWRe1PP3Kpbd30bhPOsB8eYr2IGS7quk,1026
825
- tests/models/geospatialDatabase/test_utils.py,sha256=2AOTtxs7KjPUVQXyErHsm7578523a5WNODVbbuxafAY,758
826
+ tests/models/geospatialDatabase/test_utils.py,sha256=bdQfDkCTj5DtuUou2iRhHau-l0nrF28z3t-_5W1TQQY,756
826
827
  tests/models/geospatialDatabase/test_waterDepth.py,sha256=v1y6OcEdSOKu5wlIOYD9UctAx2k7ODP3eLf0WHZZz5w,954
827
828
  tests/models/globalCropWaterModel2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
828
829
  tests/models/globalCropWaterModel2008/test_rootingDepth.py,sha256=lSjN_3AHoqajnQ2JfeuzLReL9au1d0uiCG2NZbvFXkM,2688
829
830
  tests/models/haversineFormula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
830
831
  tests/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
831
- tests/models/haversineFormula/transport/test_distance.py,sha256=IemXHJdD04JxZYjlz84xI8oGOEupogItXz-z8qNQcDw,969
832
+ tests/models/haversineFormula/transport/test_distance.py,sha256=tNYMl4d6nlrztjiqQVDS1PWrAFCcycbalYAUxqKjfr4,963
832
833
  tests/models/hestia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
833
834
  tests/models/hestia/test_landCover.py,sha256=y2-KHqfJ1psaxgf-FJYCrRb2OX_MmaQW3rBHZSGeIuA,7443
834
835
  tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py,sha256=3qa4rWUFqP1VM5-vm_182rhiBYJDxPqJwWtBqJ5K028,956
@@ -878,7 +879,7 @@ tests/models/ipcc2019/test_belowGroundCropResidue.py,sha256=no71pfxgOhn_tEWc_Ewu
878
879
  tests/models/ipcc2019/test_biomass_utils.py,sha256=I2q4pDGAD0aY_kpZCMPJoC-KbRYxdzY1rhr4xtJFWIA,3592
879
880
  tests/models/ipcc2019/test_carbonContent.py,sha256=_GWF5nGy-PxiqBZ5V7W_sHMz75YRzmxr79R-sZZg7yk,4146
880
881
  tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py,sha256=o7bHOS4JkwexRrDhLzpfr8nyYCctgRL32YZbam5RBrI,1891
881
- tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=lvX0U77b4Ac8idVAe9JRK4WAvskdGECPoY_uPyTQTcM,7892
882
+ tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=tf85b3U0RjmRgRAZ1i8NrQO3dDHRlf8G71pXhSI9NGw,8689
882
883
  tests/models/ipcc2019/test_ch4ToAirExcreta.py,sha256=e58NXmBW2SNVLUqQO9A66Xq6jiGTyhdFZDZk51JApF8,2902
883
884
  tests/models/ipcc2019/test_ch4ToAirFloodedRice.py,sha256=FAp5b45WdX5Ih4yGUOZ4CmVD8smW1Lw1tnulx9AKVBI,1980
884
885
  tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=WFqufrVclKH5fBx9u-a6yGCqr9rX1FGLCM7RCULdB6w,4470
@@ -904,10 +905,10 @@ tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=4_
904
905
  tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py,sha256=EOb7wBGzoIcYWTNL68_gMVrsHkfJjbbkaCAiwnHY0h4,2146
905
906
  tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py,sha256=e7REnQ9r9a8xroq5aPp0NIzmkad_6MyTuceRTYoKdkE,1613
906
907
  tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e1ZViD12qB3bLdH3TJw3GbBP8iqMen-UJbcFkytb3VQ,1609
907
- tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=xtZM7S1UcuOLq5artNIg9edM8KiWPnovLpB4U1-nvyw,2628
908
+ tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=OIuAx3KAsibgil-Gzig-YX7AzGDG2VKf-23j_H6imjw,3208
908
909
  tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py,sha256=NZBSBJLM_j2PEpHRON2ysgKNF8x5sHfQVoAKQdGsfzk,1537
909
910
  tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py,sha256=LR5pjV5vRbgSSQAw8kYRp_ij4CHInzgaDS6EggQuBiw,1104
910
- tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=rdNYi-fZEqpj_jlHN52fvbk-OTfkn1F0msqx5fAc_Pk,15447
911
+ tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=g_uOqzj6EiyvoAZRpd4PakMYQ7Vfn0QiDGLCTVz92A8,15607
911
912
  tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py,sha256=7ISfBTgFqZLyU7l_UW3Hxpx8dNi1X3UurNS5I7DhH-U,20432
912
913
  tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py,sha256=OKkISE_gcF1yrEHzHowk65MbDRdgy-ILdzGWIy6X8JU,5502
913
914
  tests/models/ipcc2019/test_organicCarbonPerHa_utils.py,sha256=Zd2QlN_Q3k9djuByOH62A00tryVzlvNtsd46N79TTeU,1778
@@ -927,7 +928,6 @@ tests/models/ipcc2021/test_gwp100.py,sha256=r3pDw_TUcOrNlNRWtFAN3CBWfG5FCkHExypV
927
928
  tests/models/jarvisAndPain1994/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
928
929
  tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py,sha256=aMCuR9fmGDmum7VqLb1oBOsTCjBz5O9XQn2DWtP8HVM,1057
929
930
  tests/models/koble2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
930
- tests/models/koble2014/test_aboveGroundCropResidue.py,sha256=Wn2u6GNsaIA55_zBZKEJ1jM2uFy8ecnZj1D4t8jUabE,2122
931
931
  tests/models/koble2014/test_cropResidueManagement.py,sha256=QwmMcVpOoW7Pedowldd0GFdnvE6lesGEfWGGMO2TQbQ,621
932
932
  tests/models/koble2014/test_residueBurnt.py,sha256=XneISYwqiVlHORshGg-0K9t4zZ_GJqjoedTOIhoTB8E,730
933
933
  tests/models/koble2014/test_residueLeftOnField.py,sha256=gzydTRiQOp_qJ4cZx1OFrrW22Ex_R5r2qP8c4Te_XHc,777
@@ -1032,7 +1032,7 @@ tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py,sha256=p_n0NZim
1032
1032
  tests/models/pooreNemecek2018/test_excretaKgN.py,sha256=HExbvxYBDumOg0u6wkXZ9F_2rW0vxgsTDaEp9lj6Nos,4054
1033
1033
  tests/models/pooreNemecek2018/test_excretaKgVs.py,sha256=VQCfF6y7oPQAQ7DgwPHWoeFcgVSuLzhU2G0VgEfECOo,3252
1034
1034
  tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py,sha256=5QxDU6VzcwWup3Nuhn32kJoIlAkqcSggGr4CmoRqrFA,1623
1035
- tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py,sha256=rEhRHN6h6i4l89mZpyHE-pfsFM8lQUHw__jLu6FKz54,1728
1035
+ tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py,sha256=R8tiV9FtpvwDNcxt4zs1RUDDLNKRjGHS1fS9ZJKZYgA,1986
1036
1036
  tests/models/pooreNemecek2018/test_longFallowDuration.py,sha256=kelZajIbKyvVm1vX_grRZy0IUrtejGI5GPn03qbElnw,925
1037
1037
  tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py,sha256=Dvgnk1tOxJteXzULyDr0dVbqkYe_TYnjGJcAK2kZujk,1977
1038
1038
  tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py,sha256=h2x3_9d2ZzFpjnE3LcZUqCzO6SsiT5iPHYmI-F61AnY,1970
@@ -1153,7 +1153,7 @@ tests/models/site/post_checks/test_country.py,sha256=LENeyFF5V440H06l-gYxl9fozBm
1153
1153
  tests/models/site/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1154
1154
  tests/models/site/pre_checks/test_cache_geospatialDatabase.py,sha256=2t8XSo12yGu1e7mmbKLiyomwHFBcvHbyOsCfxNWTwSg,658
1155
1155
  tests/models/site/pre_checks/test_cache_years.py,sha256=sU0OhXGa4wC2DKduzlcxQVc51srS0Oks3L1gh1nJGf8,756
1156
- tests/models/site/pre_checks/test_country.py,sha256=XXgtoROcsdTD7Bq4fMuvO2Q-CQYneyncLxRveqRcEfY,379
1156
+ tests/models/site/pre_checks/test_country.py,sha256=f96w3K1kxt-2_D39P7ekhdAyytXOeZR-blQvXL5hTlo,439
1157
1157
  tests/models/stehfestBouwman2006/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1158
1158
  tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py,sha256=NF0wADubo9boAuYMtUGH30s4tieHE8LNrf547JgmlAE,677
1159
1159
  tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py,sha256=9j-gLUiZfrkZO8KnuwVancRD1r31159t5VpBlMk-W6s,660
@@ -1201,14 +1201,14 @@ tests/models/utils/test_practice.py,sha256=_vUJZp1GyRtrH3GES5R00sqGz3Bho6hngqaN_
1201
1201
  tests/models/utils/test_product.py,sha256=heEJiDMGP4h7iHEz0ukQ_7-5VxLLOJdSrQ9PFqwvRyI,2302
1202
1202
  tests/models/utils/test_property.py,sha256=n69G6f2LimZopjh3l-0n4cjrKusy4GWH4XsOwOmfXKc,624
1203
1203
  tests/models/utils/test_site.py,sha256=6jy4iCKAlxo_r1T0sXlkVTSIGT9C1r6qk9rfLCMmHo8,3115
1204
- tests/models/utils/test_source.py,sha256=3rtjBea7lM7Jv4fyaBk8yAOPO4FvD3fef0syWbqshS8,1112
1204
+ tests/models/utils/test_source.py,sha256=P40VGf1Yr-cMUPQ4k3OT4AdWPsX2R5xTmhnRzGRQvo4,2018
1205
1205
  tests/models/utils/test_stats.py,sha256=S8MiRh_-VJ7bqpeVGFR4DxLhm_4WYq-1vK7Z_ryKCqI,7119
1206
1206
  tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapCWk,3509
1207
1207
  tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
1208
1208
  tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1209
1209
  tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
1210
1210
  tests/orchestrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1211
- tests/orchestrator/test_models.py,sha256=v5VnyELmrSEcTOtw4lyk2U0r016z8Xx34EFs0FJm5AA,1972
1211
+ tests/orchestrator/test_models.py,sha256=uElZTnDKJeI-HWyfWQCWl74p93uP6qBIfDBXGxJnUgs,2045
1212
1212
  tests/orchestrator/test_orchestrator.py,sha256=dlO4CKn04m__SZhDtvy1npvQUavVNhdcRe4Unj7wg6g,742
1213
1213
  tests/orchestrator/test_utils.py,sha256=Sqysl2ocifLUeSbgGUdeRn0Sof0xVEeH4dgoXfe18yw,3050
1214
1214
  tests/orchestrator/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1225,8 +1225,8 @@ tests/orchestrator/strategies/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
1225
1225
  tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py,sha256=K4xg4UAXfNhSaLyknKVPO7MGBF44Z_gD7CuZ_pe28gU,3512
1226
1226
  tests/orchestrator/strategies/run/test_add_key_if_missing.py,sha256=hKwvk1ohcBVnQUCTiDhRW99J0xEa29BpwFi1KC0yWLE,329
1227
1227
  tests/orchestrator/strategies/run/test_always.py,sha256=w5-Dhp6yLzgZGAeMRz3OrqZbbAed9gZ1O266a3z9k7w,134
1228
- hestia_earth_models-0.69.1.dist-info/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
1229
- hestia_earth_models-0.69.1.dist-info/METADATA,sha256=3TjaUvCoJ-x7LnRq7_JoqwKsbJ_XFw9blK6NOxbChOc,4045
1230
- hestia_earth_models-0.69.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1231
- hestia_earth_models-0.69.1.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
1232
- hestia_earth_models-0.69.1.dist-info/RECORD,,
1228
+ hestia_earth_models-0.70.0.dist-info/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
1229
+ hestia_earth_models-0.70.0.dist-info/METADATA,sha256=M0MHw2u_cVqjAb7IEjxKkP6y6fHuX6fsnTWQJKYCRbI,4045
1230
+ hestia_earth_models-0.70.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1231
+ hestia_earth_models-0.70.0.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
1232
+ hestia_earth_models-0.70.0.dist-info/RECORD,,
@@ -9,6 +9,18 @@ from hestia_earth.models.cycle.input.hestiaAggregatedData import MODEL_ID, run,
9
9
  class_path = f"hestia_earth.models.cycle.input.{MODEL_ID}"
10
10
  fixtures_folder = f"{fixtures_path}/cycle/input/{MODEL_ID}"
11
11
 
12
+ GENERIC_CROP = {'@id': 'genericCropSeed', 'name': 'Generic crop, seed'}
13
+
14
+
15
+ def fake_search_generic(query, **args):
16
+ match_name = query['bool']['must'][3]['bool']['should'][0]['match']['product.term.name.keyword']
17
+ return [{
18
+ "@id": "genericCropSeed-world-2000-2009",
19
+ "@type": "ImpactAssessment",
20
+ "name": "Generic crop, seed, World, 2000-2009",
21
+ "endDate": "2009"
22
+ }] if match_name == GENERIC_CROP['name'] else []
23
+
12
24
 
13
25
  def test_should_run():
14
26
  cycle = {}
@@ -29,6 +41,7 @@ def test_should_run():
29
41
  assert should_run is True
30
42
 
31
43
 
44
+ @patch(f"{class_path}.get_generic_crop", return_value=GENERIC_CROP)
32
45
  @patch(f"{class_path}.valid_site_type", return_value=True)
33
46
  @patch(f"{class_path}.find_primary_product", return_value={})
34
47
  def test_should_run_seed(mock_primary_product, *args):
@@ -45,7 +58,8 @@ def test_should_run_seed(mock_primary_product, *args):
45
58
  assert should_run is True
46
59
 
47
60
 
48
- @patch(f"{class_path}.download_hestia", side_effect=fake_download)
61
+ @patch(f"{class_path}.download_term", side_effect=fake_download)
62
+ @patch(f"{class_path}.get_generic_crop", return_value=GENERIC_CROP)
49
63
  @patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_aggregated_search)
50
64
  def test_run(*args):
51
65
  with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
@@ -58,7 +72,8 @@ def test_run(*args):
58
72
  assert result == expected
59
73
 
60
74
 
61
- @patch(f"{class_path}.download_hestia", side_effect=fake_download)
75
+ @patch(f"{class_path}.download_term", side_effect=fake_download)
76
+ @patch(f"{class_path}.get_generic_crop", return_value=GENERIC_CROP)
62
77
  @patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_aggregated_search)
63
78
  def test_run_seed(*args):
64
79
  with open(f"{fixtures_folder}/seed/cycle.jsonld", encoding='utf-8') as f:
@@ -71,20 +86,7 @@ def test_run_seed(*args):
71
86
  assert result == expected
72
87
 
73
88
 
74
- GENERIC_CROP = {'@id': 'genericCropSeed', 'name': 'Generic crop, seed'}
75
-
76
-
77
- def fake_search_generic(query, **args):
78
- match_name = query['bool']['must'][3]['bool']['should'][0]['match']['product.term.name.keyword']
79
- return [{
80
- "@id": "genericCropSeed-world-2000-2009",
81
- "@type": "ImpactAssessment",
82
- "name": "Generic crop, seed, World, 2000-2009",
83
- "endDate": "2009"
84
- }] if match_name == GENERIC_CROP['name'] else []
85
-
86
-
87
- @patch(f"{class_path}.download_hestia", side_effect=fake_download)
89
+ @patch(f"{class_path}.download_term", side_effect=fake_download)
88
90
  @patch(f"{class_path}.get_generic_crop", return_value=GENERIC_CROP)
89
91
  @patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_search_generic)
90
92
  def test_run_seed_generic(*args):
@@ -2,10 +2,10 @@ from unittest.mock import patch
2
2
  import json
3
3
  from tests.utils import fixtures_path, fake_new_product
4
4
 
5
- from hestia_earth.models.koble2014.aboveGroundCropResidue import run, _should_run
5
+ from hestia_earth.models.cycle.aboveGroundCropResidue import MODEL, run, _should_run
6
6
 
7
- class_path = 'hestia_earth.models.koble2014.aboveGroundCropResidue'
8
- fixtures_folder = f"{fixtures_path}/koble2014/aboveGroundCropResidue"
7
+ class_path = f"hestia_earth.models.{MODEL}.aboveGroundCropResidue"
8
+ fixtures_folder = f"{fixtures_path}/{MODEL}/aboveGroundCropResidue"
9
9
 
10
10
 
11
11
  @patch(f"{class_path}._is_term_type_incomplete", return_value=True)
@@ -17,7 +17,7 @@ def test_should_run(mock_has_coordinates, *args):
17
17
  assert not _should_run({})
18
18
 
19
19
 
20
- @patch(f"{class_path}.download_hestia", side_effect=fake_download_term)
20
+ @patch(f"{class_path}.download_term", side_effect=fake_download_term)
21
21
  @patch(f"{class_path}.download", return_value=None)
22
22
  def test_run(mock_download, *args):
23
23
  with open(f"{fixtures_path}/{MODEL}/site.jsonld", encoding='utf-8') as f:
@@ -17,7 +17,7 @@ def test_get_region_factor():
17
17
  assert get_region_factor('croppingIntensity', site, TermTermType.LANDUSEMANAGEMENT) == 0.9999775685587958
18
18
 
19
19
 
20
- @patch(f"{class_path}.download_hestia", return_value={'area': AREA})
20
+ @patch(f"{class_path}.download_term", return_value={'area': AREA})
21
21
  def test_get_area_size(*args):
22
22
  site = {'country': COUNTRY}
23
23
  assert get_area_size(site) == AREA
@@ -8,14 +8,14 @@ class_path = f"hestia_earth.models.{MODEL}.transport.{MODEL_KEY}"
8
8
  fixtures_folder = f"{fixtures_path}/{MODEL}/transport/{MODEL_KEY}"
9
9
 
10
10
 
11
- def fake_download_hestia(id: str, *args):
11
+ def fake_download_term(id: str, *args):
12
12
  return {
13
13
  'GADM-FRA': {'latitude': 46.55891593, 'longitude': 2.55355253},
14
14
  'GADM-CHN': {'latitude': 36.56069891, 'longitude': 103.8579343}
15
15
  }[id]
16
16
 
17
17
 
18
- @patch(f"{class_path}.download_hestia", side_effect=fake_download_hestia)
18
+ @patch(f"{class_path}.download_term", side_effect=fake_download_term)
19
19
  @patch(f"{class_path}.include_methodModel", side_effect=_set_methodModel)
20
20
  def test_run(*args):
21
21
  with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f: