hestia-earth-models 0.57.2__py3-none-any.whl → 0.59.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.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +17 -12
- hestia_earth/models/cycle/excretaKgMass.py +4 -5
- hestia_earth/models/cycle/excretaKgN.py +4 -5
- hestia_earth/models/cycle/excretaKgVs.py +4 -5
- hestia_earth/models/cycle/inorganicFertiliser.py +2 -2
- hestia_earth/models/cycle/{irrigated.py → irrigatedTypeUnspecified.py} +4 -4
- hestia_earth/models/cycle/liveAnimal.py +9 -11
- hestia_earth/models/cycle/milkYield.py +154 -0
- hestia_earth/models/cycle/residueIncorporated.py +1 -1
- hestia_earth/models/cycle/utils.py +6 -0
- hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py +3 -3
- hestia_earth/models/faostat2018/seed.py +2 -3
- hestia_earth/models/geospatialDatabase/clayContent.py +17 -4
- hestia_earth/models/geospatialDatabase/sandContent.py +17 -4
- hestia_earth/models/geospatialDatabase/siltContent.py +2 -2
- hestia_earth/models/impact_assessment/irrigated.py +0 -3
- hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +2 -2
- hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py +2 -2
- hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py +1 -1
- hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py +8 -4
- hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py +4 -1
- hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +1 -1
- hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py +1 -1
- hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py +1 -1
- hestia_earth/models/ipcc2006/utils.py +11 -8
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +4 -4
- hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py +16 -7
- hestia_earth/models/ipcc2019/co2ToAirSoilCarbonStockChangeManagementChange.py +759 -0
- hestia_earth/models/ipcc2019/croppingDuration.py +12 -6
- hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py +5 -52
- hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +104 -0
- hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +1 -1
- hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py +105 -0
- hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +1 -1
- hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py +1 -1
- hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py +1 -1
- hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py +1 -1
- hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py +1 -1
- hestia_earth/models/ipcc2019/organicCarbonPerHa.py +1088 -1268
- hestia_earth/models/ipcc2019/pastureGrass.py +4 -4
- hestia_earth/models/ipcc2019/utils.py +102 -1
- hestia_earth/models/koble2014/aboveGroundCropResidue.py +15 -17
- hestia_earth/models/koble2014/cropResidueManagement.py +2 -2
- hestia_earth/models/koble2014/utils.py +19 -3
- hestia_earth/models/linkedImpactAssessment/__init__.py +4 -2
- hestia_earth/models/log.py +15 -3
- hestia_earth/models/mocking/search-results.json +184 -118
- hestia_earth/models/pooreNemecek2018/excretaKgN.py +6 -7
- hestia_earth/models/pooreNemecek2018/excretaKgVs.py +7 -6
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +3 -2
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +3 -2
- hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +3 -2
- hestia_earth/models/pooreNemecek2018/saplings.py +0 -1
- hestia_earth/models/site/management.py +168 -0
- hestia_earth/models/site/organicCarbonPerHa.py +251 -89
- hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +3 -2
- hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +3 -2
- hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +3 -2
- hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +3 -2
- hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +3 -2
- hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +3 -2
- hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +3 -2
- hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +3 -2
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +3 -2
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +3 -2
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +3 -2
- hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +3 -2
- hestia_earth/models/utils/aggregated.py +1 -0
- hestia_earth/models/utils/blank_node.py +394 -72
- hestia_earth/models/utils/cropResidue.py +13 -0
- hestia_earth/models/utils/cycle.py +18 -9
- hestia_earth/models/utils/measurement.py +1 -1
- hestia_earth/models/utils/property.py +4 -4
- hestia_earth/models/utils/term.py +48 -3
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.57.2.dist-info → hestia_earth_models-0.59.0.dist-info}/METADATA +5 -9
- {hestia_earth_models-0.57.2.dist-info → hestia_earth_models-0.59.0.dist-info}/RECORD +109 -97
- {hestia_earth_models-0.57.2.dist-info → hestia_earth_models-0.59.0.dist-info}/WHEEL +1 -1
- tests/models/cycle/animal/input/test_hestiaAggregatedData.py +2 -14
- tests/models/cycle/input/test_hestiaAggregatedData.py +4 -16
- tests/models/cycle/test_coldCarcassWeightPerHead.py +1 -1
- tests/models/cycle/test_coldDressedCarcassWeightPerHead.py +1 -1
- tests/models/cycle/{test_irrigated.py → test_irrigatedTypeUnspecified.py} +1 -1
- tests/models/cycle/test_milkYield.py +58 -0
- tests/models/cycle/test_readyToCookWeightPerHead.py +1 -1
- tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +1 -1
- tests/models/geospatialDatabase/test_clayContent.py +9 -3
- tests/models/geospatialDatabase/test_sandContent.py +9 -3
- tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +7 -2
- tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +1 -1
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +7 -2
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +7 -2
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +7 -2
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +7 -2
- tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +1 -1
- tests/models/ipcc2019/test_co2ToAirSoilCarbonStockChangeManagementChange.py +228 -0
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +74 -0
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +74 -0
- tests/models/ipcc2019/test_organicCarbonPerHa.py +303 -1044
- tests/models/koble2014/test_residueBurnt.py +1 -2
- tests/models/koble2014/test_residueLeftOnField.py +1 -2
- tests/models/koble2014/test_residueRemoved.py +1 -2
- tests/models/koble2014/test_utils.py +52 -0
- tests/models/site/test_management.py +117 -0
- tests/models/site/test_organicCarbonPerHa.py +51 -5
- tests/models/utils/test_blank_node.py +230 -34
- tests/models/utils/test_term.py +17 -3
- {hestia_earth_models-0.57.2.dist-info → hestia_earth_models-0.59.0.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.57.2.dist-info → hestia_earth_models-0.59.0.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
hestia_earth/__init__.py,sha256=G-d438vPx7m_ks5e9XTtM3u7LDRO5dSSukibukWmyPM,56
|
|
2
2
|
hestia_earth/models/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
|
|
3
3
|
hestia_earth/models/cache_sites.py,sha256=kp_3D09P-JdAn9vt7eU-KKTwd6BAXWKQL_0UQCDsH2s,4798
|
|
4
|
-
hestia_earth/models/log.py,sha256=
|
|
4
|
+
hestia_earth/models/log.py,sha256=b63I3qyTtQs17xxbq8RI0Fv2lvZ1oDZ9k0njhxqiFFk,3459
|
|
5
5
|
hestia_earth/models/requirements.py,sha256=znNZJAhwX2iYiKcAQXPftY7z_1MsNa0QxCXkXyHm_U0,17363
|
|
6
|
-
hestia_earth/models/version.py,sha256=
|
|
6
|
+
hestia_earth/models/version.py,sha256=xjXiXMg7lFhjsIJz6jJ7IE-CaCrZz77IQTZ8sCC-pnY,19
|
|
7
7
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
|
8
8
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=mrh8seYSYdTgcMDCETLiknuPeJehg071YoG4UiyW0yU,4404
|
|
9
9
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=_Rbngu0DzHKa62JwBl58ZC_ui1zLF2que_nB7ukhOQc,3392
|
|
@@ -33,29 +33,30 @@ hestia_earth/models/cml2001NonBaseline/__init__.py,sha256=vI8wp8Og_e8DiJqYYvp33Y
|
|
|
33
33
|
hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py,sha256=nRNP2jX82GZ823xlTyyDGE-utMzqI3suw9W4d87wR5U,1035
|
|
34
34
|
hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=y6aIHefYOBiw_9HeH_jLozxej9p3LVQAPYJz6Cz6zig,1029
|
|
35
35
|
hestia_earth/models/cycle/__init__.py,sha256=VowO3kOHb0LpURsljNaJsYO7s6vgjhul6bF_85UjUEI,406
|
|
36
|
-
hestia_earth/models/cycle/aboveGroundCropResidueTotal.py,sha256=
|
|
36
|
+
hestia_earth/models/cycle/aboveGroundCropResidueTotal.py,sha256=9swq4YEeJQ2YjVOmghgBYWkMZWdNU4MKCUBY5FsmBSU,3088
|
|
37
37
|
hestia_earth/models/cycle/coldCarcassWeightPerHead.py,sha256=SaTHq8AC3o8HylfN0LE1ird2e5ylz4Jo5pcGL2MJCEI,2913
|
|
38
38
|
hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py,sha256=9i52CQHiqZjFYcW1IwKUAgJvFkUvp0BZT_z3Ik-HiSM,3041
|
|
39
39
|
hestia_earth/models/cycle/concentrateFeed.py,sha256=TBhBuh98WYrzMEajXyuFRTdVq_pnp0fokCCqL67nfmk,5594
|
|
40
40
|
hestia_earth/models/cycle/cropResidueManagement.py,sha256=QTRCCFu9VvD_a3_8aAj216vsuhAJEhlAwTJH7ifMkDo,2237
|
|
41
41
|
hestia_earth/models/cycle/cycleDuration.py,sha256=ZgK6lQ8wmRv5uhM30OiV8ctqE4v8ldkBzzo23JlNwWY,1576
|
|
42
42
|
hestia_earth/models/cycle/energyContentLowerHeatingValue.py,sha256=AyVKCQbb3Pto3Ca__F0KJ_wlwTxbPd7mUyehZW7AJPM,2212
|
|
43
|
-
hestia_earth/models/cycle/excretaKgMass.py,sha256=
|
|
44
|
-
hestia_earth/models/cycle/excretaKgN.py,sha256=
|
|
45
|
-
hestia_earth/models/cycle/excretaKgVs.py,sha256=
|
|
46
|
-
hestia_earth/models/cycle/inorganicFertiliser.py,sha256=
|
|
47
|
-
hestia_earth/models/cycle/
|
|
48
|
-
hestia_earth/models/cycle/liveAnimal.py,sha256=
|
|
43
|
+
hestia_earth/models/cycle/excretaKgMass.py,sha256=iA8Kfl3WvyxbQpx1QOGPQZ9O_Pc5rj7xhucYx3rB8Co,3949
|
|
44
|
+
hestia_earth/models/cycle/excretaKgN.py,sha256=mgJTneQIYJ9Su-rTK5ppb_k3YhICFNWsfPZtGR98RI0,2968
|
|
45
|
+
hestia_earth/models/cycle/excretaKgVs.py,sha256=ed-DcQoQXZgWF8UZDs2N-G6EBIOPmpXu3BD6jdmh0V0,2973
|
|
46
|
+
hestia_earth/models/cycle/inorganicFertiliser.py,sha256=3pJRcbZ0OQSNkFq_YC4McpiwLvWJpnL29AhhmCxr7RI,6938
|
|
47
|
+
hestia_earth/models/cycle/irrigatedTypeUnspecified.py,sha256=OgKEuGmLLieS_aZ-2eA6r78UcXo1jcA0JJRZUllMHJg,2303
|
|
48
|
+
hestia_earth/models/cycle/liveAnimal.py,sha256=orJz6ZN3bbGNzU9s5xsTk3u8K4ntPSv1_PyG0Nwslh8,3934
|
|
49
|
+
hestia_earth/models/cycle/milkYield.py,sha256=RGaD5RtinMTsu6p49YUgr5z1NAVgCNFNPmwWa_Wrk3Q,5718
|
|
49
50
|
hestia_earth/models/cycle/pastureGrass.py,sha256=7PrmDMJPtsbKGa8WIOh_4NXNtbH3Pxb23pmjawQuY9o,1226
|
|
50
51
|
hestia_earth/models/cycle/pastureSystem.py,sha256=uksVgl_3bp_t2niwZ5BvS3VT-Kndx26Se6GpzqG0bX8,2709
|
|
51
52
|
hestia_earth/models/cycle/readyToCookWeightPerHead.py,sha256=F4UtK1gSsIYqbQ1V2hSUszSrq2HFN5LdMB33Yc-bfTQ,2927
|
|
52
53
|
hestia_earth/models/cycle/residueBurnt.py,sha256=HwU1D9ibiIul-FlXDUcEMDEc_KxpB8ug0SLz-4rXxKk,2106
|
|
53
|
-
hestia_earth/models/cycle/residueIncorporated.py,sha256=
|
|
54
|
+
hestia_earth/models/cycle/residueIncorporated.py,sha256=9_s2RMOy5D20eq9ziDBEA_Y7RiFFMeK0bDJ65CW4qlE,2763
|
|
54
55
|
hestia_earth/models/cycle/residueLeftOnField.py,sha256=qYxKGAdUORN7Vjqj7AZC2VGV_rM3MN0-padDGhgjiNU,2175
|
|
55
56
|
hestia_earth/models/cycle/residueRemoved.py,sha256=jxDu_Jfcyd-rm-qo8ZuRIf-GGxtFBMpmGy1zHOavwy0,2135
|
|
56
57
|
hestia_earth/models/cycle/siteDuration.py,sha256=Hox20n3Y-tJ4ydmkrOreWOXAENxOnd827B7qH7_66T0,1058
|
|
57
58
|
hestia_earth/models/cycle/transformation.py,sha256=06KTfVubh2I47dfnG9Iv6AbuUBbURM8BAVOkRu7XmHw,1255
|
|
58
|
-
hestia_earth/models/cycle/utils.py,sha256=
|
|
59
|
+
hestia_earth/models/cycle/utils.py,sha256=CNY_4LTjDOssSR6NTSd0SvDpyBcaNwFazDV8JSxx2Us,1402
|
|
59
60
|
hestia_earth/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
60
61
|
hestia_earth/models/cycle/animal/properties.py,sha256=OGjRl79w-h439jTkjA8b4V61fMuo0McoUs3JrgK-0Zc,596
|
|
61
62
|
hestia_earth/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -107,7 +108,7 @@ hestia_earth/models/emepEea2019/__init__.py,sha256=l90-pWrqIzt1ap1WNk0gF4iZeF5_T
|
|
|
107
108
|
hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py,sha256=DfoGlB5HjA1gafO0OutJjfsA6yPP_PsAd-p16evwCiQ,1609
|
|
108
109
|
hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py,sha256=R3lRF5-Md4Jd7irvTe8WJZJPc9-wa1pD6UWVk7lnGtQ,1616
|
|
109
110
|
hestia_earth/models/emepEea2019/nh3ToAirExcreta.py,sha256=lWo1AaorIk4HtTCQAND3RFbCHO-em1DbA5ZOxv0Ldn8,3750
|
|
110
|
-
hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py,sha256=
|
|
111
|
+
hestia_earth/models/emepEea2019/nh3ToAirInorganicFertiliser.py,sha256=AGQwJX3GwI2PbV8fqW-do8EyaW8pgrQ7iVmzXNceJTg,6377
|
|
111
112
|
hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py,sha256=y49RvO5OkrZ4iK7o2Kmx5xW52y8SS9xEKAmlXlTQtWc,1609
|
|
112
113
|
hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py,sha256=bo_0mFcwicpOkPsvZRAnL2tDBDRBAQqsPD_Wc5e20K4,1609
|
|
113
114
|
hestia_earth/models/emepEea2019/utils.py,sha256=ikoZn3JPe9wz-_voVlIqVwh4jBgmnfKi2oyLhi7_7E4,1398
|
|
@@ -123,13 +124,13 @@ hestia_earth/models/faostat2018/landTransformationFromCropland100YearAverage.py,
|
|
|
123
124
|
hestia_earth/models/faostat2018/landTransformationFromCropland20YearAverage.py,sha256=0vJHRIb4F2G_8MG9Qgz2n-7dYerG5q6r7pG-j84LKjk,2648
|
|
124
125
|
hestia_earth/models/faostat2018/liveweightPerHead.py,sha256=7HRRupWiy7rmyEiWO2jLJflK1yoj_Dj82hggUOB05KQ,3126
|
|
125
126
|
hestia_earth/models/faostat2018/readyToCookWeightPerHead.py,sha256=b1_GZQ3oFl88w6TY5DqLSqXNaYX6TcRBK4R9M2cWSjM,3165
|
|
126
|
-
hestia_earth/models/faostat2018/seed.py,sha256=
|
|
127
|
+
hestia_earth/models/faostat2018/seed.py,sha256=ts9PKs9UnZnJ9nPFlL7etL1Qb9uIWIES8Mz8W7FWbOw,2917
|
|
127
128
|
hestia_earth/models/faostat2018/utils.py,sha256=2rCxcWFAZ_A-3nvSHE3wMZEuLZs8cdSrXuL730nLvC4,3333
|
|
128
129
|
hestia_earth/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
129
130
|
hestia_earth/models/faostat2018/product/price.py,sha256=VoWA9PyQKRFPiIv2woKLW3XNMh9Ayc4JHWZ97f5IYRk,8217
|
|
130
131
|
hestia_earth/models/geospatialDatabase/__init__.py,sha256=TH-FW3aoL7r1GquRChr7rde7uQonKQRDR00udG8tDrQ,957
|
|
131
132
|
hestia_earth/models/geospatialDatabase/aware.py,sha256=cbxFnShXW8QUCIjU4uuO1DdK9KhYiLf41ZVjS9hSppI,1358
|
|
132
|
-
hestia_earth/models/geospatialDatabase/clayContent.py,sha256=
|
|
133
|
+
hestia_earth/models/geospatialDatabase/clayContent.py,sha256=HWaswqkf1FZXcRHw8DrMvvpH2Uo3nbjX4C0D1tqyTBw,2710
|
|
133
134
|
hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=NcUUP3UxpY-Bd5lxLrX5q93OJtYeaq-a3seLq1T2ab0,1876
|
|
134
135
|
hestia_earth/models/geospatialDatabase/drainageClass.py,sha256=CVagB2wxLnHgQQauDyYCJCfJw21OPB7Ry8BVyt2uPak,1883
|
|
135
136
|
hestia_earth/models/geospatialDatabase/ecoClimateZone.py,sha256=hzK9Je_4NvbLtgAM48G7yf-6jrcMpsDzqSlLkVP3oYg,3625
|
|
@@ -145,8 +146,8 @@ hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnual
|
|
|
145
146
|
hestia_earth/models/geospatialDatabase/precipitationAnnual.py,sha256=8_lMKVUPClnp7tetHrsoUY2ZGG2J7c-cXqJD8rznp0Q,2803
|
|
146
147
|
hestia_earth/models/geospatialDatabase/precipitationLongTermAnnualMean.py,sha256=fS5knfil5f2QP8-gxFdXuoGTxXpzoJQZ9h4UjWIWjCA,2376
|
|
147
148
|
hestia_earth/models/geospatialDatabase/region.py,sha256=rdywdsI4OglcO05tih0UQx0qbnm8BAn7mP-x74iV03c,1462
|
|
148
|
-
hestia_earth/models/geospatialDatabase/sandContent.py,sha256=
|
|
149
|
-
hestia_earth/models/geospatialDatabase/siltContent.py,sha256=
|
|
149
|
+
hestia_earth/models/geospatialDatabase/sandContent.py,sha256=BZUn2z4BN1HgCGZ2Xsifca2CRTaZ4gdcaZ8A1_UoPQM,2704
|
|
150
|
+
hestia_earth/models/geospatialDatabase/siltContent.py,sha256=0GnBZHjqS_Py4730s4LqzQ_GikBSxFyUGYG4dEiXiGs,2162
|
|
150
151
|
hestia_earth/models/geospatialDatabase/slope.py,sha256=g1SpuYks60injv2w-CMjESNfu8KM1JsiYnRT9XZfSuY,1859
|
|
151
152
|
hestia_earth/models/geospatialDatabase/slopeLength.py,sha256=6pGr1qR0EiiUKkeflpYut7eI6UsnXAzHDoHhAzXKFJk,1864
|
|
152
153
|
hestia_earth/models/geospatialDatabase/soilPh.py,sha256=egvtnVPCL0El2J9oVLAFxl6HoZQsK-RrNobA0LMAtOY,2109
|
|
@@ -175,7 +176,7 @@ hestia_earth/models/impact_assessment/__init__.py,sha256=gTR_PhWps593fPhm-V826VL
|
|
|
175
176
|
hestia_earth/models/impact_assessment/emissions.py,sha256=zRQd17joMqij8mjRcrY9LssHgwzsYC5bkoy7iGdjj-Q,3429
|
|
176
177
|
hestia_earth/models/impact_assessment/freshwaterWithdrawalsDuringCycle.py,sha256=wvNwABEh4blgm95G9y_yorMNEjyYsq4MZiFggkPRuIE,3932
|
|
177
178
|
hestia_earth/models/impact_assessment/freshwaterWithdrawalsInputsProduction.py,sha256=DSLX_aEWaUFcFZRD46bG5lIQ4TtAtIqH-sMkVCJH2Dg,990
|
|
178
|
-
hestia_earth/models/impact_assessment/irrigated.py,sha256=
|
|
179
|
+
hestia_earth/models/impact_assessment/irrigated.py,sha256=bXUQdF3SrL9Lqh6QztL5Gcbar0AfTiN5FHVco0JvMpA,704
|
|
179
180
|
hestia_earth/models/impact_assessment/landOccupationInputsProduction.py,sha256=SggB_4tpiKNeb6TIQWBm-X9VwG4pzLoyHdK8JroRIsE,576
|
|
180
181
|
hestia_earth/models/impact_assessment/landTransformationFromCropland100YearAverageInputsProduction.py,sha256=jxeJS8r1qYIoyeEE-MGKbldEDL3x9CG8aIb4JdcUnj4,1036
|
|
181
182
|
hestia_earth/models/impact_assessment/landTransformationFromCropland20YearAverageInputsProduction.py,sha256=vluuIcr1jYhs11oz7nANk2qUuUVPy5uNkvpfMv_M4LE,1034
|
|
@@ -200,16 +201,16 @@ hestia_earth/models/ipcc2006/__init__.py,sha256=ReUFPLqIyp16QEOGaiHmz41QbuwYBQYD
|
|
|
200
201
|
hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py,sha256=6FDgMH5eiO1mEn20oerYpWty6t9058JS3MCdfVmeY_o,2714
|
|
201
202
|
hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py,sha256=vD_kpvOJmjTOjDEnlqSYBSZxjuPGvzpmCr0JIC84GKE,3431
|
|
202
203
|
hestia_earth/models/ipcc2006/belowGroundCropResidue.py,sha256=KzeRphJb1IWB_EPVcxa9tbCoNmEe80D9lKxgQOqfKoU,4138
|
|
203
|
-
hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py,sha256=
|
|
204
|
-
hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py,sha256=
|
|
205
|
-
hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py,sha256=
|
|
206
|
-
hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py,sha256=
|
|
207
|
-
hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py,sha256=
|
|
208
|
-
hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py,sha256=
|
|
209
|
-
hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py,sha256=
|
|
210
|
-
hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py,sha256=
|
|
204
|
+
hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py,sha256=8AzFuqRprk6o-uyyI3XYsTGl2dP_ALgYJXWCseYEBQ8,3029
|
|
205
|
+
hestia_earth/models/ipcc2006/n2OToAirCropResidueDecompositionIndirect.py,sha256=WDpxmnlFsEWOPYI4uc-AIIZQNohwwKOrOIqTkRMlKZo,2333
|
|
206
|
+
hestia_earth/models/ipcc2006/n2OToAirExcretaDirect.py,sha256=VvQTIh58JyhrdPk5FdJQBkjBDr5-Cv7CnGkNEcco3P4,1986
|
|
207
|
+
hestia_earth/models/ipcc2006/n2OToAirExcretaIndirect.py,sha256=WFWC3Hvw1-XXs_tHhZ-lwKtchanITOvEyHU4WgFSBV0,2261
|
|
208
|
+
hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserDirect.py,sha256=hhFioTDxWZ2g_SjDt0k5tq6P8AJrq48i65qUpAfW_sU,2144
|
|
209
|
+
hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py,sha256=FjwtDdp-TTp_KKR0w00LTVtRUptiIkJOMXWD2-EL9sY,2847
|
|
210
|
+
hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserDirect.py,sha256=MZUmA3ajGkpi4wr020OU6m4WJdujjKkRhUVsbPgUVb8,2094
|
|
211
|
+
hestia_earth/models/ipcc2006/n2OToAirOrganicFertiliserIndirect.py,sha256=qbHuht24JRtPBtRthzNSxCCaS5EzTOwCm1VIcgcUZSo,2785
|
|
211
212
|
hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py,sha256=0J6ntZxYyLg3pUQeSQelDe36fb0nQtbMLjIBtwzHUyc,3038
|
|
212
|
-
hestia_earth/models/ipcc2006/utils.py,sha256=
|
|
213
|
+
hestia_earth/models/ipcc2006/utils.py,sha256=mcfXf2gJKVShvER0LkEpTGp3tShXz25ZKNlYojlEGc4,1419
|
|
213
214
|
hestia_earth/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=v4Qe-X4w3tqIHGJBNnEAK81x4ZuQMwYxQYXRncugmcU,427
|
|
214
215
|
hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=8VRg-Vvzc86_CQmBH-iHNhaSnAFHew2swAMecT0aXW4,979
|
|
215
216
|
hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
|
|
@@ -218,36 +219,39 @@ hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYg
|
|
|
218
219
|
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=PEuCp8W09GEF1JFnMi5wKsP0627Qkh_awqMyR184QwU,2917
|
|
219
220
|
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=mk4nq40qI4p1A44mrEnPARGyzNqY_6LwFifKmNusfNM,3308
|
|
220
221
|
hestia_earth/models/ipcc2019/carbonContent.py,sha256=I76bJaO1OYSrIjwDKxhwY-DZGZJubgVJSxtZHx5jQxY,7237
|
|
221
|
-
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=
|
|
222
|
+
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=khX90NjkmlvosyRZ77QxgwTKwg42Z_ftOWTTAanHViw,11420
|
|
222
223
|
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=IzYHdnzT8Z-WQGoZIt9-O98VqriA5rKr38He_TbYadk,6723
|
|
223
|
-
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=
|
|
224
|
+
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=f3orp6tDZ7f8bE9-lLZC0H_SgCKsDASAlphVRAHKJ0I,6885
|
|
224
225
|
hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=VBNNt9q8Mku4jOog0MjT1wGbfHqtEjtYXqhqaIITwkU,2455
|
|
226
|
+
hestia_earth/models/ipcc2019/co2ToAirSoilCarbonStockChangeManagementChange.py,sha256=lW3OZcIO3QEifrs_g_K_aytSXvpPFN51vYVuZRGIdDc,25367
|
|
225
227
|
hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=ICE3r8GMoHj6WfMUxQdqdejRpOLa3cxDMyF3GvSTW0U,3700
|
|
226
|
-
hestia_earth/models/ipcc2019/croppingDuration.py,sha256=
|
|
228
|
+
hestia_earth/models/ipcc2019/croppingDuration.py,sha256=_jlFrTNDOARH2_g8s4dzuaCoLHSX2BHzSQd3uuQN32Y,3173
|
|
227
229
|
hestia_earth/models/ipcc2019/ligninContent.py,sha256=wp5EbCthCDAKyvPBfZULS9-uKEY58TQQ8ey1pf-juv8,7267
|
|
228
|
-
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py,sha256=
|
|
230
|
+
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py,sha256=c4DOH5Evmxgm4x6MmUMzi4x77D8otT-sdlD-spQVIOs,4069
|
|
229
231
|
hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py,sha256=9rpp5NvFZOGRSnkfLhBoMqArdzKSd4fH-fgQEnbTT4I,1722
|
|
230
|
-
hestia_earth/models/ipcc2019/
|
|
231
|
-
hestia_earth/models/ipcc2019/
|
|
232
|
+
hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py,sha256=NfS6EiEVSf-hpWHqO3r-1PKPuHPVb6ijTNLTbOlRCp0,4062
|
|
233
|
+
hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py,sha256=9tCk0ZIUitj6XXfz8wvnGL6SR6L3aRhXL0FFpaXxQkE,4216
|
|
234
|
+
hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py,sha256=pMyl6UtUVgPWfczgA_cdm1RUdMGi4Ln16qWrw1eesv4,4138
|
|
235
|
+
hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py,sha256=g6vWbuooOU9Xg4V0Oqo8730UeeiwOwNPCVJMz9NoeTw,4110
|
|
232
236
|
hestia_earth/models/ipcc2019/nitrogenContent.py,sha256=6fGG7diDp9zAidVH75gXz9c8uxURx0Q2COo8KrkT3I4,7191
|
|
233
|
-
hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=
|
|
234
|
-
hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=
|
|
235
|
-
hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=
|
|
236
|
-
hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=
|
|
237
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=
|
|
238
|
-
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=
|
|
239
|
-
hestia_earth/models/ipcc2019/utils.py,sha256=
|
|
237
|
+
hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=8NOjbqJuQ-wnLz3bYmwaygSzKBdaF3N7hoELGNnO4YQ,3115
|
|
238
|
+
hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=mJUXLGtg9EOZq9LH0KFOKvzER1ypCUucs0ZMaNYMShc,2991
|
|
239
|
+
hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=wTvMBthqmiKMn4nLbL4VD6_8_gGI2WGR3OYz3KK8sXs,3105
|
|
240
|
+
hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=zOhp6NhYUuUNU_LMMwhZBP78YC2XRWRlGnajBUX2AN8,3095
|
|
241
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=VQgYbFYoTkj-qnidHfIdb-2hcl29NMQ_xh0CIGkhYNI,141126
|
|
242
|
+
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=CpDEtdnbKd_8eaDLcflJ-dGik3t879HIoEIzuaHNmC0,23168
|
|
243
|
+
hestia_earth/models/ipcc2019/utils.py,sha256=1DfHJxVktu7vZMqj-yVjGb_59sHi7lu91GDnB5-qR4o,6504
|
|
240
244
|
hestia_earth/models/ipcc2021/__init__.py,sha256=VTgGFKhwMmk_nuI1RRq0in27fHYVPBonlXlPK00K8no,409
|
|
241
245
|
hestia_earth/models/ipcc2021/gwp100.py,sha256=v-DYU-11XnWI1Ns1GEiKrJqL3JafxvhTsLmuBuFcxJU,1021
|
|
242
246
|
hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB5lqiBCss9OZcbjxeeG8E,418
|
|
243
247
|
hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
|
|
244
248
|
hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
|
|
245
|
-
hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=
|
|
246
|
-
hestia_earth/models/koble2014/cropResidueManagement.py,sha256=
|
|
249
|
+
hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=v_gbHVDjG4ayCt1mKBIOLyZfkvDKpm5Lrs1pqq2Z-Sw,6270
|
|
250
|
+
hestia_earth/models/koble2014/cropResidueManagement.py,sha256=2MNBHlPRpGjqAOIRzdSRU1IiOpuD8rhc3jgk10eXiYI,2927
|
|
247
251
|
hestia_earth/models/koble2014/residueBurnt.py,sha256=eU592boTzkgOCu7g2h-6BH0Ovcup_p0IWfpzoYMUZ68,2246
|
|
248
252
|
hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7y9hP9chZisl1Je1pP7KEyA,382
|
|
249
253
|
hestia_earth/models/koble2014/residueRemoved.py,sha256=aauhHnw5yFm0uqpvUPRFaVKq1A5548S_Z4wLMn8hB0E,2010
|
|
250
|
-
hestia_earth/models/koble2014/utils.py,sha256=
|
|
254
|
+
hestia_earth/models/koble2014/utils.py,sha256=yGFRVFKPEhDKZu7pYFQXYkUPJdlMNNX4_JPgmKwrwSA,2941
|
|
251
255
|
hestia_earth/models/lcImpactAllEffects100Years/__init__.py,sha256=Z15q1K369kIkH4JC3X2mN0PdNHhUn6dscug6g4DvAxc,427
|
|
252
256
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py,sha256=xKph9CTpqOwr0Ht5BiQouwOVek6z0Y13G5ZCgUNjo6c,1038
|
|
253
257
|
hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=HfquU8t3WwBVPmHdTDZZN_SI4uWhL-1HtwdIttTzFDk,1059
|
|
@@ -334,24 +338,24 @@ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystems
|
|
|
334
338
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=t8DTybm_3DIlvtpSJP-KBWsgp0SKe4d_pw2Y0BKGxMg,1175
|
|
335
339
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=U74max756dWZLVbLNUAHcHeUiHADLxuvRbvpJc4eSLc,1182
|
|
336
340
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=-8e8-lt0yByEcVbk7bTF4-z3t51w5iQKVdZ5bgYsyJg,1063
|
|
337
|
-
hestia_earth/models/linkedImpactAssessment/__init__.py,sha256=
|
|
341
|
+
hestia_earth/models/linkedImpactAssessment/__init__.py,sha256=GZb-7uylALKNabUQaPjwekZHqBBeVCuL3wG2OzHeEo8,4565
|
|
338
342
|
hestia_earth/models/mocking/__init__.py,sha256=kmSeOTSvurMUxw7Ajhf3G-SVPQ1NgmirMTk4TSOEicY,765
|
|
339
343
|
hestia_earth/models/mocking/mock_search.py,sha256=V-ycVBTkJu7PP37Ivy_16hpKBV4aEtJb5S9DfChPNSU,2038
|
|
340
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
344
|
+
hestia_earth/models/mocking/search-results.json,sha256=VNWU4RlhEqEhL5vubdeCCre1_fQzz-_MczF5VjNsQXA,39752
|
|
341
345
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
342
346
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
343
347
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
344
348
|
hestia_earth/models/pooreNemecek2018/ch4ToAirAquacultureSystems.py,sha256=CxjhFinScTebBGNVheEdbdw36DdHwoPszAnbxtd6_9s,6590
|
|
345
|
-
hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=
|
|
346
|
-
hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=
|
|
349
|
+
hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=kLWtv49c1sD3YrporqRcmwr36Q_fJc-hIrvi8LS-864,6418
|
|
350
|
+
hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=nlnZSDx-bIvtukL79Syhon0cSQ8o4OC1YKtAG6haGhI,8500
|
|
347
351
|
hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py,sha256=jE110XgPMgfnBMUXyKIL5SL9yZWYhdGr5NrfHcqn2h0,2785
|
|
348
352
|
hestia_earth/models/pooreNemecek2018/longFallowPeriod.py,sha256=8Z--QMhRItR77RsZFr6v1EPVZdv7pBxyl685t3Iit5M,1561
|
|
349
353
|
hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py,sha256=HJ7IstImGyasIKosK2lQZ-v6Lqt3_aEfZhoiC4CY0rM,2586
|
|
350
354
|
hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py,sha256=SoZlogDd7_4kq5S9gc8KmVeIXacWWhaUkWlKTuho_OA,2431
|
|
351
355
|
hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py,sha256=4TDILoagYMVBSBbVXEecIOv-pzQ-W2Hg6rpL58t1-J4,4001
|
|
352
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py,sha256=
|
|
353
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py,sha256=
|
|
354
|
-
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py,sha256=
|
|
356
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py,sha256=HlH4Mr_p6fGXDhasxaWZaj0ctSIJricTWgERlD1cQ6U,1981
|
|
357
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py,sha256=x-Tv7dJvHEnrVlqvZarI3iunwcVZ3VJFSAiu_K2Gam4,2156
|
|
358
|
+
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py,sha256=2P2bac61-iPL63TOtj3jucqDD55nWTmrZZBS8wEXjyU,2024
|
|
355
359
|
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py,sha256=CLTXBjf1owETJgDnXG6MG6LvGcovZGggDkSC-GW8VHQ,1992
|
|
356
360
|
hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux.py,sha256=G0D_YBCP29Yl_hmQ7jpZP6i0I708PiiaaVRoNrI01MI,6058
|
|
357
361
|
hestia_earth/models/pooreNemecek2018/noxToAirAquacultureSystems.py,sha256=NfuCdx-rt5mhUxGSsJSudSMp9YkiHRMAiWVyR6m8faM,2733
|
|
@@ -361,7 +365,7 @@ hestia_earth/models/pooreNemecek2018/plantationDensity.py,sha256=p0Lu2lzDDmPRq4M
|
|
|
361
365
|
hestia_earth/models/pooreNemecek2018/plantationLifespan.py,sha256=n1GhSkQ7qcQ6GE_KcMk7Iowi9H29SgS2-1Y5oRDv32w,1018
|
|
362
366
|
hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py,sha256=daDf6lxJdx6SWcK2mjCq65tePVQ7_6I4rllrAePmQuo,1799
|
|
363
367
|
hestia_earth/models/pooreNemecek2018/rotationDuration.py,sha256=F3zDjhEzxZJ_1y_9LG3_DRkyNuaGiJX5i4XqiXOoP_0,1509
|
|
364
|
-
hestia_earth/models/pooreNemecek2018/saplings.py,sha256=
|
|
368
|
+
hestia_earth/models/pooreNemecek2018/saplings.py,sha256=LS0zepV51-LlVmPBAjj5nlfgaJFnQF6wo40sgoFCr3Y,2258
|
|
365
369
|
hestia_earth/models/pooreNemecek2018/utils.py,sha256=to2vtONKCbuG1gVSDvsUcG7EnlahELfG_57gzIAHlv0,1710
|
|
366
370
|
hestia_earth/models/recipe2016Egalitarian/__init__.py,sha256=OvZoSgfaMe6DWIdqr-Sx3ouzXlp994oro7Mi0Xid18Q,422
|
|
367
371
|
hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py,sha256=b1UZAsy3yGlHYxH2YhBhhSnjm5zzQl8Z32DcQBjgWNE,1123
|
|
@@ -430,8 +434,9 @@ hestia_earth/models/schmidt2007/utils.py,sha256=pQ76IBWMwi10Wa5PjsehtdnOMw-GVgDt
|
|
|
430
434
|
hestia_earth/models/site/__init__.py,sha256=aVuLLhq0OQVm-_MZoq4JAKMidqexUWJBg_7mmojmDzc,405
|
|
431
435
|
hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py,sha256=0eH4A-tXJ0hvIkiYXWxlx8TfrdbIKUGYUDk97-yQJgg,3653
|
|
432
436
|
hestia_earth/models/site/flowingWater.py,sha256=0ZuSXMr3EUTY3wsy8hdfuXeZcNX-n3D45MfX3dwyaeA,1728
|
|
437
|
+
hestia_earth/models/site/management.py,sha256=3jZuDfBVoSuG9xCXYVv3yVLmzxvQvejvZ23FZTkGeO8,5402
|
|
433
438
|
hestia_earth/models/site/netPrimaryProduction.py,sha256=UIIQkYd911qVzrWjxBLrC37e-RARIVgDwLdARY9BuLw,1849
|
|
434
|
-
hestia_earth/models/site/organicCarbonPerHa.py,sha256=
|
|
439
|
+
hestia_earth/models/site/organicCarbonPerHa.py,sha256=gcmhZavc2EWvkroKkpFM5xXowPTgyXGh1XL6lgs3CX4,14303
|
|
435
440
|
hestia_earth/models/site/organicCarbonPerKgSoil.py,sha256=t--wAshiAKS-JvEKhLFRadGvgSBv5NFZ68jdyms_wh4,1945
|
|
436
441
|
hestia_earth/models/site/organicCarbonPerM3Soil.py,sha256=pdv5V-ojcfhlGzPwRS9s-vEnxiHZQPZP-ESVcz2pt0g,1945
|
|
437
442
|
hestia_earth/models/site/organicMatterPerKgSoil.py,sha256=fJpFVkpuCjnrBhgV0RtwKqQHvAJWWtZO9xtmnJnl8O4,1945
|
|
@@ -456,21 +461,21 @@ hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py,sha256=9JwbsKl8P
|
|
|
456
461
|
hestia_earth/models/site/pre_checks/cache_sources.py,sha256=RzvSgHJTpVkAB3mEvRju_irDQmdJRK7GUdU6PhS2Gaw,904
|
|
457
462
|
hestia_earth/models/site/pre_checks/cache_years.py,sha256=qGwTaHlWxnVT7iVxXVcpJ-oG6M-VH4ZpCDTdTixUHR4,883
|
|
458
463
|
hestia_earth/models/stehfestBouwman2006/__init__.py,sha256=EhvD4NK6oEPevusLb1WdYV3GT_fCtQx4gvdMhK_dEIQ,420
|
|
459
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py,sha256=
|
|
460
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py,sha256=
|
|
461
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py,sha256=
|
|
462
|
-
hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py,sha256=
|
|
464
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py,sha256=Q94yXDQardk-uTFoKnvNTlSLJxzj25QigpZJ6OQtpoI,2241
|
|
465
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py,sha256=FEsFng_OIGSd50E5lTSvbxJOCPiqTJuFKq7YHWnAHFg,2429
|
|
466
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py,sha256=zHturwGr6gQn18n6r2KHGS_XHojQSU5ax_bIHhJ9yTE,2294
|
|
467
|
+
hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py,sha256=EuFFYJHiKXQ5FoYk7ImkMQ6Yq3dRw3qb-la4DdVlZpM,2283
|
|
463
468
|
hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux.py,sha256=9vRDBWFdBrT9nV7smBBZK547bBv-L7hDk4SjtRaVwuc,7233
|
|
464
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py,sha256=
|
|
465
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py,sha256=
|
|
466
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py,sha256=
|
|
467
|
-
hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py,sha256=
|
|
469
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py,sha256=g25xowuEEsSB2H9tXNBxCT6UShml7nrGpQx8ug4HroU,1904
|
|
470
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py,sha256=FkgyDizmWASDvMi70jDcElm-rltPf6cfyAbe9havDUw,2092
|
|
471
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py,sha256=k4UPW3-j9oRJgm3vxBeD5uUvEF3NOaa5f0G2X-Gc0dM,1960
|
|
472
|
+
hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py,sha256=zHUCFEvnr13wu1lPeFu961NY0tGJmhtGw-ts1a14Tho,1946
|
|
468
473
|
hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux.py,sha256=shWEXw4uXkZ2vr21aQdO-86f8FiIQuiu7kbVk6TCBlY,4846
|
|
469
474
|
hestia_earth/models/stehfestBouwman2006GisImplementation/__init__.py,sha256=hPufyIt8yDk35sR669ywh3YH3FhViWi5PC5WD9d39WE,437
|
|
470
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py,sha256=
|
|
471
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py,sha256=
|
|
472
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py,sha256=
|
|
473
|
-
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py,sha256=
|
|
475
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py,sha256=ShuCta4TyWbjfXq28hh3bLHVOyKjqVvQJprO6fzsMc8,1619
|
|
476
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py,sha256=aTMj_8UWPoG6QLYl_hORCwc0yCBFn07os8WTEo-YkOg,1807
|
|
477
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py,sha256=KFEbcBtVxxIssDbtt9KkKNuloN7FHvRBjHTge0c5koo,1682
|
|
478
|
+
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py,sha256=bSMrhxcN50dfYRMSM1d-XkaZ5SkfJhDRnwHnCx6dc50,1668
|
|
474
479
|
hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux.py,sha256=yRsk-WcI13mVz4jerCAxJY91hqNs2JelXhbufP83Km0,3403
|
|
475
480
|
hestia_earth/models/transformation/__init__.py,sha256=63Y_fXFBn4sX2l7F0hMsWkgIvxk5Tw9XoDBQr6bUBQQ,352
|
|
476
481
|
hestia_earth/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -486,16 +491,17 @@ hestia_earth/models/transformation/product/excreta.py,sha256=Yj9wMF5if-zivb6qbN3
|
|
|
486
491
|
hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
|
|
487
492
|
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=oYNwThnMXjZymif5buyHiczFiOq_61jOdDMOAyy8vwQ,1018
|
|
488
493
|
hestia_earth/models/utils/__init__.py,sha256=ooBopT4rd4fO_zx07tJ2-RTCaLpuQzoh-xIwAb5kCG4,3997
|
|
489
|
-
hestia_earth/models/utils/aggregated.py,sha256=
|
|
494
|
+
hestia_earth/models/utils/aggregated.py,sha256=sz6usleZmo_tC_hIvmGgYsX8-H0dulXmmhHK4EkA5Kg,4946
|
|
490
495
|
hestia_earth/models/utils/animalProduct.py,sha256=JA-xGQiwsz-VPR_8UfI5hKa918bpQOWIok3--b_iVuM,681
|
|
491
496
|
hestia_earth/models/utils/aquacultureManagement.py,sha256=3uSTSMDNNPa26NTJGZCYwByv3QZVyxj6bh2aFCoBzHk,126
|
|
492
|
-
hestia_earth/models/utils/blank_node.py,sha256=
|
|
497
|
+
hestia_earth/models/utils/blank_node.py,sha256=5yeqm6mQs0ithjuov_U39De9HyEaZxFHLJGD6Xb0sYw,40825
|
|
493
498
|
hestia_earth/models/utils/completeness.py,sha256=gRl8LkAYmanEZf9ln8IrQPXtW1Ds75rvu1ST0g5-2zI,1246
|
|
494
499
|
hestia_earth/models/utils/constant.py,sha256=5H7odhRwU_LmUhYwf8c1LsdqXSYbLWkuknvtRDqUBTQ,3194
|
|
495
500
|
hestia_earth/models/utils/crop.py,sha256=S8UycHpkgx_TznW3Q7pchEMlCQ623T_SqU6V5fBLBLc,1520
|
|
501
|
+
hestia_earth/models/utils/cropResidue.py,sha256=_0Q35CrliJeo31xGHsPWe8A2oHxijdIsOrf3gBEqhlA,612
|
|
496
502
|
hestia_earth/models/utils/cropResidueManagement.py,sha256=nIDFjf39rDD10UHSVudfDyu-EiL261g8jyrgS-2aDKw,347
|
|
497
503
|
hestia_earth/models/utils/currency.py,sha256=f_ArJANb--pZq4LL49SXQ1AMX_oKroqwBXKRRQqZwsM,578
|
|
498
|
-
hestia_earth/models/utils/cycle.py,sha256=
|
|
504
|
+
hestia_earth/models/utils/cycle.py,sha256=gDCGfAb_bZ9pdqZrIhUMNUJ_qT11GyY-w1zlayvoAsA,16511
|
|
499
505
|
hestia_earth/models/utils/ecoClimateZone.py,sha256=NHFt-A9EiWXC6tUNIxkgOWUZOjj4I4uwJIP9ddDZegw,1112
|
|
500
506
|
hestia_earth/models/utils/emission.py,sha256=W0yCUnr_FQB5f6-SF6skoDC6MzC6zglwNrKWTPYCUdo,748
|
|
501
507
|
hestia_earth/models/utils/excretaManagement.py,sha256=NuWPQjFZxMVt9sYgBjcqhGWCFk_OKb3sA9Ovcff3fRQ,428
|
|
@@ -507,16 +513,16 @@ hestia_earth/models/utils/inorganicFertiliser.py,sha256=T48wQlPAAZNpmbAq-58y7wlR
|
|
|
507
513
|
hestia_earth/models/utils/input.py,sha256=YycsAbSBfVDMu6PftDsisMFGnEp87wOj-3rrnHnOgzo,4927
|
|
508
514
|
hestia_earth/models/utils/liveAnimal.py,sha256=GnajBPZw5d94raf80KtLloaOqlfqGAPwUtP9bRlGWeE,1754
|
|
509
515
|
hestia_earth/models/utils/lookup.py,sha256=3tXnOaTGF91NhL9NsM0hQ05Vm_bQQG6aNgC5dEq0KdQ,6255
|
|
510
|
-
hestia_earth/models/utils/measurement.py,sha256=
|
|
516
|
+
hestia_earth/models/utils/measurement.py,sha256=7ePiS9ZnI8AbnFqMS75m1g_UYLqK2RYPi372Ok2R7dA,8062
|
|
511
517
|
hestia_earth/models/utils/pesticideAI.py,sha256=oAQTUlgXnSJrBGvIphlmVcjx2gbCHH6k5zqfuitJD_I,2789
|
|
512
518
|
hestia_earth/models/utils/practice.py,sha256=tNadOzsrNlCEt801B815XaruJXzZ5yPASam7B3sWpXE,1091
|
|
513
519
|
hestia_earth/models/utils/product.py,sha256=XwxrRwdREWc4N5cE0oLJbLdEucKFRKgKNDj-Kd8mZEQ,9837
|
|
514
520
|
hestia_earth/models/utils/productivity.py,sha256=bUBVCZInGqHuHZvHDSYPQkjWXQxOtTjEk-1-f_BsFOo,594
|
|
515
|
-
hestia_earth/models/utils/property.py,sha256=
|
|
521
|
+
hestia_earth/models/utils/property.py,sha256=7UV9pxSX49RnUsbEqOeohzxyXXShao1XAnEYCCVKS0k,4923
|
|
516
522
|
hestia_earth/models/utils/site.py,sha256=3mV7lwKFdTGcb4Po1fRKHjsc3gtF680tX06M8UA7qvQ,3145
|
|
517
523
|
hestia_earth/models/utils/source.py,sha256=HhZkvQoFdy6j6FC2cwP5EbHXHFM4pif9gpnuzeDwEh4,1746
|
|
518
524
|
hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
|
|
519
|
-
hestia_earth/models/utils/term.py,sha256=
|
|
525
|
+
hestia_earth/models/utils/term.py,sha256=_DahtnHIS5wtyEXew3gpV52QjnsAWQZmyxnz4fu6mrI,17780
|
|
520
526
|
hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
|
|
521
527
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
|
|
522
528
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py,sha256=G2eq00XGdr1ZEZ5Ru1nBIR-sD7iM9hGYhvk8r5wL3dA,3910
|
|
@@ -554,8 +560,8 @@ tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverage
|
|
|
554
560
|
tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py,sha256=zytN80ZmXjLBSiXPj_G0aaMyMx1aVukJaGouZQDMLBs,907
|
|
555
561
|
tests/models/cycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
556
562
|
tests/models/cycle/test_aboveGroundCropResidueTotal.py,sha256=qXx--kj9VHfiHqJfpAffSRvfaAcyYJppqTqgjQkXG4w,1311
|
|
557
|
-
tests/models/cycle/test_coldCarcassWeightPerHead.py,sha256=
|
|
558
|
-
tests/models/cycle/test_coldDressedCarcassWeightPerHead.py,sha256=
|
|
563
|
+
tests/models/cycle/test_coldCarcassWeightPerHead.py,sha256=2QVjVLJyCuh6x8AhRO2RyONu1CHqDx50VmtdEzl_4Y0,1347
|
|
564
|
+
tests/models/cycle/test_coldDressedCarcassWeightPerHead.py,sha256=pq_UCnaKL4pLMG1KqN9erXBOMFmvYSqW_eYRjTZjd6A,1361
|
|
559
565
|
tests/models/cycle/test_completeness.py,sha256=Ku1ZSApGaACkXe3ae14yP01C4GssHMwlPG_UPrSytPo,1625
|
|
560
566
|
tests/models/cycle/test_concentrateFeed.py,sha256=tgkThL4g293CexLvb89ftO9UqUbHhNOxiP6QMmsqCCo,2013
|
|
561
567
|
tests/models/cycle/test_cropResidueManagement.py,sha256=vQWl7rDYLJjiKyBQlCiOA76LpzM4dI2t7JJ30uF8H9M,2020
|
|
@@ -566,13 +572,14 @@ tests/models/cycle/test_excretaKgN.py,sha256=xoe0PF-DwhVkihN-1BonUa7u_QNM9lr7CmG
|
|
|
566
572
|
tests/models/cycle/test_excretaKgVs.py,sha256=A5IzG9vcjJxba_ZjBeTprjGL4hO3NkwrS0LSqgX8eOs,1093
|
|
567
573
|
tests/models/cycle/test_feedConversionRatio.py,sha256=AikefswCdd0_YS800_v5uh9rdP8LsWdXfTXjY24C5e0,1759
|
|
568
574
|
tests/models/cycle/test_inorganicFertiliser.py,sha256=c-JDYC0qDK4JWlYDaGX53AcKfetz_YifSfdhy-v-WMo,642
|
|
569
|
-
tests/models/cycle/
|
|
575
|
+
tests/models/cycle/test_irrigatedTypeUnspecified.py,sha256=9YGwpDO_RHMaldvjJZ0xdrdfUzYDnLPt6nMJ2eRXSTI,2151
|
|
570
576
|
tests/models/cycle/test_liveAnimal.py,sha256=7fRPgEnIwcir-tYwUNnr6gc2e5_vnZi-t8EuuiPioeM,2139
|
|
577
|
+
tests/models/cycle/test_milkYield.py,sha256=7e5JJzLkc47OnQf3xni1Nkyq7N4xi1RglnE8caE9TfY,1778
|
|
571
578
|
tests/models/cycle/test_pastureGrass.py,sha256=hNRjBLYXGybzHPMfBOCgcRjGkDBmW0k_G6tn9TLrycY,1025
|
|
572
579
|
tests/models/cycle/test_pastureSystem.py,sha256=VlPn4mlaNimiu3liV5EMELJueUCqSSJ1l82yMV0UK90,1590
|
|
573
580
|
tests/models/cycle/test_post_checks.py,sha256=yeUm-uZ4Om8poct2TgpFQEy-Hg72LNacyQcQ2Qh4Yyw,286
|
|
574
581
|
tests/models/cycle/test_pre_checks.py,sha256=ZFQOq6vIe-xMLisvSsJAPjt3XIgKk-x3G5cFJIzfOWc,284
|
|
575
|
-
tests/models/cycle/test_readyToCookWeightPerHead.py,sha256=
|
|
582
|
+
tests/models/cycle/test_readyToCookWeightPerHead.py,sha256=xL-y2wsOxgqGBIamC5zURY41JBqAMAMw1YL2U_f06iM,1347
|
|
576
583
|
tests/models/cycle/test_residueBurnt.py,sha256=eBAzGR1210cBYH_s6oI1yCG6tVKUj9gGs2LnN_q6Iq4,1272
|
|
577
584
|
tests/models/cycle/test_residueIncorporated.py,sha256=esB_wnpf6W0PB24HW0YUgtfD9mxLDIY22eNVD4WAYFA,1719
|
|
578
585
|
tests/models/cycle/test_residueLeftOnField.py,sha256=_8CoSp-7z3BBLGN5Hv067FRYz8yDFw5fi_Cu5n6Rl3g,1290
|
|
@@ -582,7 +589,7 @@ tests/models/cycle/test_transformations.py,sha256=Ws_8KhNqeHogGFXTQ4qZXQ5Ph2I3ZU
|
|
|
582
589
|
tests/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
583
590
|
tests/models/cycle/animal/test_properties.py,sha256=MwpvaRKaqpM8o3p5efgPtnyJMIP4W55TEL4hYfUJV90,567
|
|
584
591
|
tests/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
585
|
-
tests/models/cycle/animal/input/test_hestiaAggregatedData.py,sha256=
|
|
592
|
+
tests/models/cycle/animal/input/test_hestiaAggregatedData.py,sha256=19rTpeoktPFMyOSolACMJkSe2p96xLsXAeRVjND0WbY,1229
|
|
586
593
|
tests/models/cycle/animal/input/test_properties.py,sha256=Sh8xuGfneo1BMp7jN_ud2dfFhiogC8fi9rNo4ajQOlc,1794
|
|
587
594
|
tests/models/cycle/completeness/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
588
595
|
tests/models/cycle/completeness/test_animalFeed.py,sha256=J52m1kInw8mPE_pwx0j3QGKI8ZpDGeN2TLqUuArn7WA,348
|
|
@@ -592,7 +599,7 @@ tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjsp
|
|
|
592
599
|
tests/models/cycle/completeness/test_seed.py,sha256=txpypNeoX08QC3wPUd92gnWuvPTsVSqT9RJb6Z5AUUE,1018
|
|
593
600
|
tests/models/cycle/completeness/test_soilAmendment.py,sha256=EjvXIKioQx4vCqrotD33kLZCtZTYohzYtXSifMGnO6w,636
|
|
594
601
|
tests/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
595
|
-
tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=
|
|
602
|
+
tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=qKe_XrIK9CTXx2V2XJefEOzx9A0GoZFwg4WUs3Hxkw4,3080
|
|
596
603
|
tests/models/cycle/input/test_properties.py,sha256=zKCryKaBhDlH-Qr88V2w5lgSyyRZX5rt8rQgFuuNbFE,1773
|
|
597
604
|
tests/models/cycle/input/test_value.py,sha256=NR7KHsqnPnw43BB1efT0KPaszY4DKY293Av-lVde-DI,977
|
|
598
605
|
tests/models/cycle/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -620,7 +627,7 @@ tests/models/emepEea2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
620
627
|
tests/models/emepEea2019/test_co2ToAirFuelCombustion.py,sha256=HXQTSIkJzCKsb-9fGStkxtkcK65KS3sJlvShW2F6EaU,1450
|
|
621
628
|
tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py,sha256=vmZAAUkxfJyaRoioEEFmz8EtR3X_MCeaA-0VjjNNmQE,1456
|
|
622
629
|
tests/models/emepEea2019/test_nh3ToAirExcreta.py,sha256=VtZFVWaHjqlxdge1Qir-OghNZtfsIJvLpg_8UNp0akU,1363
|
|
623
|
-
tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py,sha256=
|
|
630
|
+
tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py,sha256=dFNDCJ_EA8F8faFjBNHwgLOx743UlkdT9HJBpL0ObaQ,2069
|
|
624
631
|
tests/models/emepEea2019/test_noxToAirFuelCombustion.py,sha256=drCeoaGo6Ag3fdEDDSC3D880OXxzillzHk7rPYcVwmE,1450
|
|
625
632
|
tests/models/emepEea2019/test_so2ToAirFuelCombustion.py,sha256=CNaT_z02DHDpBJ2IIkG0K7ra87WBg_iDkhx9QGAjk00,1450
|
|
626
633
|
tests/models/emepEea2019/test_utils.py,sha256=jNb4T4yXWowUvY_1d_nxDTOBX-2K8jIG2TZ6SokxYP0,1843
|
|
@@ -640,7 +647,7 @@ tests/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
640
647
|
tests/models/faostat2018/product/test_price.py,sha256=GolnQfcsGRmpyr9_A3_c-ySaywHHlZeY4sHUM39JSFA,3860
|
|
641
648
|
tests/models/geospatialDatabase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
642
649
|
tests/models/geospatialDatabase/test_aware.py,sha256=tbBBvXrOqdO0cMPJTa02UfhlwfosH8iNoJLzZNFs1NU,857
|
|
643
|
-
tests/models/geospatialDatabase/test_clayContent.py,sha256=
|
|
650
|
+
tests/models/geospatialDatabase/test_clayContent.py,sha256=KdkmsJMB1FsJXZCggcGWh3LlDKDDlwvcmSLEhZpdM_g,1177
|
|
644
651
|
tests/models/geospatialDatabase/test_croppingIntensity.py,sha256=e2opH6R2BIAEg5_Qm80UGJfzpDle0vjN5wvVBNmXdDc,943
|
|
645
652
|
tests/models/geospatialDatabase/test_drainageClass.py,sha256=X75v6f8N5i40grULUNMvNOu_UC27VoahuW6BaQb19LY,1015
|
|
646
653
|
tests/models/geospatialDatabase/test_ecoClimateZone.py,sha256=ad0BBOhjl6uMUP_-QhAHEG3kTo7x3EaXuEahbbnx10E,1119
|
|
@@ -656,7 +663,7 @@ tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMe
|
|
|
656
663
|
tests/models/geospatialDatabase/test_precipitationAnnual.py,sha256=OhN7dbLZUG8ofvV7C56RKE_hGFXGtOuzXYz3EwFcQyg,744
|
|
657
664
|
tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py,sha256=wGGKXGemg3OEgDRRXy52oFf5p8jU57iraTgQMWDzusQ,1033
|
|
658
665
|
tests/models/geospatialDatabase/test_region.py,sha256=5q3q5TK7yzvoZI2gknf-TPNcmDqVkMo0D3-KY401J2k,882
|
|
659
|
-
tests/models/geospatialDatabase/test_sandContent.py,sha256=
|
|
666
|
+
tests/models/geospatialDatabase/test_sandContent.py,sha256=hvV0Z51hKPLoSBNsjLJ18upGSt3FUHYbp2ofx7fBUvU,1177
|
|
660
667
|
tests/models/geospatialDatabase/test_siltContent.py,sha256=udJDh2gidlkQVkotxWjCCsXRkbvAQxfpFAjEj5dtNJE,1124
|
|
661
668
|
tests/models/geospatialDatabase/test_slope.py,sha256=OQBjH1K1VDgbZ5B9hSy-oPzPnaqYU8Bkb2Cvd-KMqa0,1007
|
|
662
669
|
tests/models/geospatialDatabase/test_slopeLength.py,sha256=56iCm-qn41NpeVHU9dKtAUIrbuEYGbQMOa3sg5dJ5X0,1013
|
|
@@ -713,12 +720,12 @@ tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py,sha256=FrSR1xBTRtJ99pX
|
|
|
713
720
|
tests/models/ipcc2006/test_belowGroundCropResidue.py,sha256=cFqLDFy5pcgOyzKC9l-RClEP6CWCdVNnq48S90SITVM,1720
|
|
714
721
|
tests/models/ipcc2006/test_co2ToAirOrganicSoilCultivation.py,sha256=wM1BYFcK28aiNVP6JUEWdc90kCd3w4rjOnpxzwuYV_o,1609
|
|
715
722
|
tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=cxn5rX_pZqbl7m8rhJARuyjG2P5O-BQbufeEcTmO06k,1357
|
|
716
|
-
tests/models/ipcc2006/test_n2OToAirExcretaDirect.py,sha256=
|
|
717
|
-
tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py,sha256=
|
|
718
|
-
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=
|
|
719
|
-
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py,sha256=
|
|
720
|
-
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=
|
|
721
|
-
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py,sha256=
|
|
723
|
+
tests/models/ipcc2006/test_n2OToAirExcretaDirect.py,sha256=tm6Lm90_4qEkCU6UIFsOD6yhrMrq69lkF1LvCjXPjE4,2132
|
|
724
|
+
tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py,sha256=712I87Wkpp4KcHfHaK1kgfD6nfHGo3iZqKIwfMG9a6A,1282
|
|
725
|
+
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=Z385htV4XyfBuXf8-fkz27-Yae8aNp5uxm3KQDNFWrA,1692
|
|
726
|
+
tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py,sha256=wmasF-q-IwMbEfnKzCHBGqnSQtY8Xg0OohccvofnwQY,1283
|
|
727
|
+
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=L6J9s9Xp__zIS1xzz0WUg83fpdOo8c9t6wWrNeQMuM8,1688
|
|
728
|
+
tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py,sha256=NEt5s9hQ5bGk3YuqOMVOeWdBzLOXbScU-D1JsiAFNBQ,1678
|
|
722
729
|
tests/models/ipcc2006/test_n2OToAirOrganicSoilCultivationDirect.py,sha256=M7b_uZD5nvW3cnL0wEJ_uuNPOQxho3Xk1O1xAIqflvk,1058
|
|
723
730
|
tests/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
724
731
|
tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py,sha256=Od9ALNCag5pCVJnp2pIXOenadJLhKD4X4DDmLcgET2A,875
|
|
@@ -728,23 +735,26 @@ tests/models/ipcc2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
|
728
735
|
tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py,sha256=AADYB1g9vftH7YSvNyihHu8GQOiA7VhXxVQ-oJQNT88,2581
|
|
729
736
|
tests/models/ipcc2019/test_belowGroundCropResidue.py,sha256=HUxHZLBdLX_E_oc3wqTwNtGY4M4yCWcxx-1iBYPF7_s,2576
|
|
730
737
|
tests/models/ipcc2019/test_carbonContent.py,sha256=_GWF5nGy-PxiqBZ5V7W_sHMz75YRzmxr79R-sZZg7yk,4146
|
|
731
|
-
tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=
|
|
738
|
+
tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=Cz3ks35iEeoO-l8bf0CI4ZxzgoNIE3Pfzg6Ys_Elbt8,6728
|
|
732
739
|
tests/models/ipcc2019/test_ch4ToAirExcreta.py,sha256=e58NXmBW2SNVLUqQO9A66Xq6jiGTyhdFZDZk51JApF8,2902
|
|
733
740
|
tests/models/ipcc2019/test_ch4ToAirFloodedRice.py,sha256=FAp5b45WdX5Ih4yGUOZ4CmVD8smW1Lw1tnulx9AKVBI,1980
|
|
734
741
|
tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py,sha256=e5iuZ-kQNEVih0ZRgRPWqaUtXcLpfkoU7sQypbqA9_Y,1345
|
|
742
|
+
tests/models/ipcc2019/test_co2ToAirSoilCarbonStockChangeManagementChange.py,sha256=nYrMq4gAGl9HoGlvo9vonMnY-wkFi5FaEGI3SMcqtPo,7124
|
|
735
743
|
tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py,sha256=MmtEME0xjsa3KojFk_fxOLK6RZM_6p5HIpY2DOFHVu4,1530
|
|
736
744
|
tests/models/ipcc2019/test_croppingDuration.py,sha256=gLRXeR6Tqa7ciD9KTRfsIflSeIIWT2iOpZMdcxAQla4,1871
|
|
737
745
|
tests/models/ipcc2019/test_ligninContent.py,sha256=eIKEN__ab-0R52EhlhPSBiHnmTl6xOf1XbI33O-W9A4,4146
|
|
738
746
|
tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py,sha256=lVfSKpVszGK42pzo2FefXNZRmXbqOt25IBcnxvhC_X0,2418
|
|
739
747
|
tests/models/ipcc2019/test_n2OToAirExcretaDirect.py,sha256=JYvBK4edcqfHrMPwgBFXF6km51ew9RISUcfQ_RNf2RY,1216
|
|
748
|
+
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py,sha256=ffk-aom1BqyEmqm-JESWX5MErrAVAgVuH1gjW32U5Pk,2407
|
|
740
749
|
tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py,sha256=X61AE9Eb0Lqwy4AkfKKaHKU-p4C5JZIo326t8BT6ALs,1613
|
|
750
|
+
tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py,sha256=XQpzdEFT7qSw6KKRYEZ6Cmzkc_xLyG98FHH1PSfOUo0,2403
|
|
741
751
|
tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py,sha256=cPXdknWmXJig9i_AR19oX4g3GjTcEo8455DsD2w8M10,1609
|
|
742
752
|
tests/models/ipcc2019/test_nitrogenContent.py,sha256=rKl_05PCC0OSsAhG0cHJOqnt9LsCaFnRpJorkm1TShA,3704
|
|
743
753
|
tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=4__3HDUDWt5KjQGcXEFXHBgP_jT0rxvIzpBLH_mP9WE,1729
|
|
744
754
|
tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py,sha256=Z-pCBQvlUf0ttmCERgezW-6e3KlX45YEVccOwthf5lU,1588
|
|
745
755
|
tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py,sha256=e7REnQ9r9a8xroq5aPp0NIzmkad_6MyTuceRTYoKdkE,1613
|
|
746
756
|
tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e1ZViD12qB3bLdH3TJw3GbBP8iqMen-UJbcFkytb3VQ,1609
|
|
747
|
-
tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=
|
|
757
|
+
tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=UtiFAYJSqIz8_zb0H4qFRfh-6c-m422THoV3KfHHXpQ,20374
|
|
748
758
|
tests/models/ipcc2019/test_pastureGrass.py,sha256=pE4PWdR541v4xWDYihP7Dou8V1iqg5GwD5_rjGRzrds,2292
|
|
749
759
|
tests/models/ipcc2021/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
750
760
|
tests/models/ipcc2021/test_gwp100.py,sha256=JRklKMSg-OXopb9ZufGgl94deuMuJSsfNXRZDBtOZrE,1119
|
|
@@ -753,9 +763,10 @@ tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py,sha256=aMCuR9fmGDmum7VqLb1
|
|
|
753
763
|
tests/models/koble2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
754
764
|
tests/models/koble2014/test_aboveGroundCropResidue.py,sha256=ZqBQK3_Z5PA0__Dgz_chPi7TtrWND8-9LjL0Px-zHEw,1635
|
|
755
765
|
tests/models/koble2014/test_cropResidueManagement.py,sha256=QwmMcVpOoW7Pedowldd0GFdnvE6lesGEfWGGMO2TQbQ,621
|
|
756
|
-
tests/models/koble2014/test_residueBurnt.py,sha256=
|
|
757
|
-
tests/models/koble2014/test_residueLeftOnField.py,sha256=
|
|
758
|
-
tests/models/koble2014/test_residueRemoved.py,sha256=
|
|
766
|
+
tests/models/koble2014/test_residueBurnt.py,sha256=XneISYwqiVlHORshGg-0K9t4zZ_GJqjoedTOIhoTB8E,730
|
|
767
|
+
tests/models/koble2014/test_residueLeftOnField.py,sha256=gzydTRiQOp_qJ4cZx1OFrrW22Ex_R5r2qP8c4Te_XHc,777
|
|
768
|
+
tests/models/koble2014/test_residueRemoved.py,sha256=CDJmrOLkJMDM6-kySjguBNINKudFbgmWKPtkHGvqxfc,732
|
|
769
|
+
tests/models/koble2014/test_utils.py,sha256=Xf4f5KgxJeM6VeM-2r6hYgbOitszTc_gXq0_XyZ1350,1666
|
|
759
770
|
tests/models/lcImpactAllEffects100Years/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
760
771
|
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py,sha256=lQvoqIOuW-rxNjnzpNzwAjI1RRwNq4Y-YcpwGuKfCdk,910
|
|
761
772
|
tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=rW-LcDvpdaPVCa_DcJLo5VkZ3tSiYJrk5dfte0hI-8o,876
|
|
@@ -932,8 +943,9 @@ tests/models/schmidt2007/test_utils.py,sha256=rmtOV3xiFynjgx8lQNGsJqquG8HDxz3LDm
|
|
|
932
943
|
tests/models/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
933
944
|
tests/models/site/test_cationExchangeCapacityPerKgSoil.py,sha256=tNMhN998vcjQ15I-5mNnFh2d7mHzEBIBO6o1VSfQNUE,1075
|
|
934
945
|
tests/models/site/test_flowingWater.py,sha256=t_rxvdlmUVDsFBoDF20_zDM-0iiLKkNCV7knO9l1T7o,1370
|
|
946
|
+
tests/models/site/test_management.py,sha256=wwXuaIaGz5kh65PPXqp9WvvlKYSCNFZQoHJMU-mKJ-4,3779
|
|
935
947
|
tests/models/site/test_netPrimaryProduction.py,sha256=JCxG0MODbKVvl3hOqmKzh4FjHYn3Xs9KsVod6LvKQII,1108
|
|
936
|
-
tests/models/site/test_organicCarbonPerHa.py,sha256=
|
|
948
|
+
tests/models/site/test_organicCarbonPerHa.py,sha256=6Qtc0Xmveir7MmNF4Ekv5YkV92TNp8GfDnURPVg05-4,3471
|
|
937
949
|
tests/models/site/test_organicCarbonPerKgSoil.py,sha256=0M-NMg_T3UXzGT_VlKOKhSxg4cZ0_zhd3FRgY5Hpj6o,1087
|
|
938
950
|
tests/models/site/test_organicCarbonPerM3Soil.py,sha256=_teZwZKVM7b6YIokWJdqkYbIlSDY8eeOX4vZo7-0Mdo,1087
|
|
939
951
|
tests/models/site/test_organicMatterPerKgSoil.py,sha256=ustKqQcv4GWa-0SdHvLlxJBDlY2zU9kdBCQoUIKO2BI,1087
|
|
@@ -985,7 +997,7 @@ tests/models/transformation/product/test_excreta.py,sha256=Q9OQpk8qVPv3alIz2i5XQ
|
|
|
985
997
|
tests/models/usetoxV2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
986
998
|
tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py,sha256=eq7Gcmfya9g0eOKKkuBhz8vq7xi_CmZ_LTSxueBwZt4,835
|
|
987
999
|
tests/models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
988
|
-
tests/models/utils/test_blank_node.py,sha256=
|
|
1000
|
+
tests/models/utils/test_blank_node.py,sha256=xlyddD7moTRvjiHq2Z9uKJODV05WW8YZkliUOCHy4b8,31488
|
|
989
1001
|
tests/models/utils/test_cropResidueManagement.py,sha256=RQt8lexeJzCyxZceIutgDpw7BpcqmjsUB0C0yZC2QpY,930
|
|
990
1002
|
tests/models/utils/test_currency.py,sha256=BPsojPsY9QW2aj8vgbjkPQXU8GU6wDwwtPZ3HdC4KTU,277
|
|
991
1003
|
tests/models/utils/test_cycle.py,sha256=evTHH73ftNVhv5vHlYE2973msKE4pSCd3D0GfX1ZPUA,465
|
|
@@ -1002,11 +1014,11 @@ tests/models/utils/test_product.py,sha256=kwvgAeeEoRgkeStX0zQcFd-4DJhoUhX6Apaks0
|
|
|
1002
1014
|
tests/models/utils/test_property.py,sha256=t2npw86IK7C6G4ypiPtanFi0db4PB7G5VBR1GjRGl34,618
|
|
1003
1015
|
tests/models/utils/test_site.py,sha256=cSKrkLeerymMLZAwCnbQce38NwgxXojQHAVm9DPUTpg,1181
|
|
1004
1016
|
tests/models/utils/test_source.py,sha256=mv3vHZV5cjpoLA2I1109-YUkuzAiuhbRSnv_76_f0CA,631
|
|
1005
|
-
tests/models/utils/test_term.py,sha256=
|
|
1017
|
+
tests/models/utils/test_term.py,sha256=JJmzyHnhVGeQ7tG-T6DjE7CoIJPH0guH-y2kjGeZiJY,3756
|
|
1006
1018
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1007
1019
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1008
|
-
hestia_earth_models-0.
|
|
1009
|
-
hestia_earth_models-0.
|
|
1010
|
-
hestia_earth_models-0.
|
|
1011
|
-
hestia_earth_models-0.
|
|
1012
|
-
hestia_earth_models-0.
|
|
1020
|
+
hestia_earth_models-0.59.0.dist-info/LICENSE,sha256=EFSZhfUdZCTsCIYdHzTGewMKfRfp7X9t1s2aaKxm8O0,1154
|
|
1021
|
+
hestia_earth_models-0.59.0.dist-info/METADATA,sha256=PhYlKE9july6EQWJYvuzLIIB6syEag5c3G9KEIk3k0U,3134
|
|
1022
|
+
hestia_earth_models-0.59.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
1023
|
+
hestia_earth_models-0.59.0.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1024
|
+
hestia_earth_models-0.59.0.dist-info/RECORD,,
|
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
from unittest.mock import patch
|
|
2
2
|
import json
|
|
3
3
|
|
|
4
|
-
from tests.utils import fixtures_path
|
|
4
|
+
from tests.utils import fake_aggregated_search, fixtures_path
|
|
5
5
|
from hestia_earth.models.cycle.animal.input.hestiaAggregatedData import MODEL_ID, run, _should_run_animal
|
|
6
6
|
|
|
7
7
|
class_path = f"hestia_earth.models.cycle.animal.input.{MODEL_ID}"
|
|
8
8
|
fixtures_folder = f"{fixtures_path}/cycle/animal/input/{MODEL_ID}"
|
|
9
9
|
|
|
10
|
-
IMPACT_ASSESSMENT = {
|
|
11
|
-
"@id": "wheatGrain-australia-2000-2009",
|
|
12
|
-
"@type": "ImpactAssessment",
|
|
13
|
-
"name": "Wheat, grain, Australia, 2000-2009",
|
|
14
|
-
"endDate": "2009"
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def fake_search(query, **args):
|
|
19
|
-
match_name = query['bool']['must'][2]['bool']['should'][0]['match']['product.term.name.keyword']
|
|
20
|
-
return [IMPACT_ASSESSMENT] if match_name != 'Seed' else []
|
|
21
|
-
|
|
22
10
|
|
|
23
11
|
def test_should_run():
|
|
24
12
|
cycle = {}
|
|
@@ -40,7 +28,7 @@ def test_should_run():
|
|
|
40
28
|
assert should_run is True
|
|
41
29
|
|
|
42
30
|
|
|
43
|
-
@patch('hestia_earth.models.utils.aggregated.search', side_effect=
|
|
31
|
+
@patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_aggregated_search)
|
|
44
32
|
def test_run(*args):
|
|
45
33
|
with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
|
|
46
34
|
cycle = json.load(f)
|
|
@@ -3,24 +3,12 @@ import json
|
|
|
3
3
|
|
|
4
4
|
from hestia_earth.schema import TermTermType
|
|
5
5
|
|
|
6
|
-
from tests.utils import fixtures_path
|
|
6
|
+
from tests.utils import fake_aggregated_search, fixtures_path
|
|
7
7
|
from hestia_earth.models.cycle.input.hestiaAggregatedData import MODEL_ID, run, _should_run, _should_run_seed
|
|
8
8
|
|
|
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
|
-
IMPACT_ASSESSMENT = {
|
|
13
|
-
"@id": "wheatGrain-australia-2000-2009",
|
|
14
|
-
"@type": "ImpactAssessment",
|
|
15
|
-
"name": "Wheat, grain, Australia, 2000-2009",
|
|
16
|
-
"endDate": "2009"
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
def fake_search(query, **args):
|
|
21
|
-
match_name = query['bool']['must'][2]['bool']['should'][0]['match']['product.term.name.keyword']
|
|
22
|
-
return [IMPACT_ASSESSMENT] if match_name != 'Seed' else []
|
|
23
|
-
|
|
24
12
|
|
|
25
13
|
def test_should_run():
|
|
26
14
|
cycle = {}
|
|
@@ -57,7 +45,7 @@ def test_should_run_seed(mock_primary_product, *args):
|
|
|
57
45
|
assert should_run is True
|
|
58
46
|
|
|
59
47
|
|
|
60
|
-
@patch('hestia_earth.models.utils.aggregated.search', side_effect=
|
|
48
|
+
@patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_aggregated_search)
|
|
61
49
|
def test_run(*args):
|
|
62
50
|
with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
|
|
63
51
|
cycle = json.load(f)
|
|
@@ -69,7 +57,7 @@ def test_run(*args):
|
|
|
69
57
|
assert result == expected
|
|
70
58
|
|
|
71
59
|
|
|
72
|
-
@patch('hestia_earth.models.utils.aggregated.search', side_effect=
|
|
60
|
+
@patch('hestia_earth.models.utils.aggregated.search', side_effect=fake_aggregated_search)
|
|
73
61
|
def test_run_seed(*args):
|
|
74
62
|
with open(f"{fixtures_folder}/seed/cycle.jsonld", encoding='utf-8') as f:
|
|
75
63
|
cycle = json.load(f)
|
|
@@ -85,7 +73,7 @@ GENERIC_CROP = {'@id': 'genericCropSeed', 'name': 'Generic crop, seed'}
|
|
|
85
73
|
|
|
86
74
|
|
|
87
75
|
def fake_search_generic(query, **args):
|
|
88
|
-
match_name = query['bool']['must'][
|
|
76
|
+
match_name = query['bool']['must'][3]['bool']['should'][0]['match']['product.term.name.keyword']
|
|
89
77
|
return [{
|
|
90
78
|
"@id": "genericCropSeed-world-2000-2009",
|
|
91
79
|
"@type": "ImpactAssessment",
|