hestia-earth-models 0.62.2__py3-none-any.whl → 0.62.3__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/agribalyse2016/fuelElectricity.py +1 -1
- hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +1 -1
- hestia_earth/models/cycle/cycleDuration.py +7 -2
- hestia_earth/models/cycle/input/hestiaAggregatedData.py +1 -1
- hestia_earth/models/cycle/product/price.py +5 -1
- hestia_earth/models/cycle/product/revenue.py +6 -7
- hestia_earth/models/ecoinventV3/__init__.py +25 -52
- hestia_earth/models/ecoinventV3/utils.py +40 -0
- hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py +92 -91
- hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +15 -105
- hestia_earth/models/faostat2018/product/price.py +1 -2
- hestia_earth/models/geospatialDatabase/croppingIntensity.py +2 -1
- hestia_earth/models/geospatialDatabase/utils.py +1 -1
- hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py +15 -10
- hestia_earth/models/ipcc2019/belowGroundCropResidue.py +16 -11
- hestia_earth/models/ipcc2019/carbonContent.py +1 -1
- hestia_earth/models/ipcc2019/croppingDuration.py +2 -2
- hestia_earth/models/ipcc2019/ligninContent.py +1 -1
- hestia_earth/models/ipcc2019/nitrogenContent.py +1 -1
- hestia_earth/models/ipcc2019/organicCarbonPerHa.py +3 -3
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +5 -5
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +17 -17
- hestia_earth/models/koble2014/cropResidueManagement.py +1 -1
- hestia_earth/models/linkedImpactAssessment/emissions.py +15 -14
- hestia_earth/models/mocking/search-results.json +3 -155
- hestia_earth/models/pooreNemecek2018/longFallowPeriod.py +1 -1
- hestia_earth/models/preload_requests.py +1 -1
- hestia_earth/models/requirements.py +6 -6
- hestia_earth/models/site/management.py +29 -52
- hestia_earth/models/site/organicCarbonPerHa.py +1 -1
- hestia_earth/models/utils/__init__.py +1 -1
- hestia_earth/models/utils/blank_node.py +14 -9
- hestia_earth/models/utils/cycle.py +12 -12
- hestia_earth/models/utils/measurement.py +3 -3
- hestia_earth/models/utils/site.py +0 -7
- hestia_earth/models/utils/term.py +3 -22
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.62.2.dist-info → hestia_earth_models-0.62.3.dist-info}/METADATA +12 -12
- {hestia_earth_models-0.62.2.dist-info → hestia_earth_models-0.62.3.dist-info}/RECORD +47 -46
- {hestia_earth_models-0.62.2.dist-info → hestia_earth_models-0.62.3.dist-info}/WHEEL +1 -1
- tests/models/cycle/product/test_revenue.py +0 -3
- tests/models/cycle/test_cycleDuration.py +1 -1
- tests/models/site/test_management.py +3 -31
- tests/models/test_ecoinventV3.py +12 -0
- tests/models/test_ecoinventV3AndEmberClimate.py +5 -72
- {hestia_earth_models-0.62.2.dist-info → hestia_earth_models-0.62.3.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.62.2.dist-info → hestia_earth_models-0.62.3.dist-info}/top_level.txt +0 -0
|
@@ -2,11 +2,11 @@ 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=KQp9cUKE-aIcYJoMWEtKFYS8gBFfsx5LKQhqoWpUSoM,6065
|
|
4
4
|
hestia_earth/models/log.py,sha256=b63I3qyTtQs17xxbq8RI0Fv2lvZ1oDZ9k0njhxqiFFk,3459
|
|
5
|
-
hestia_earth/models/preload_requests.py,sha256=
|
|
6
|
-
hestia_earth/models/requirements.py,sha256=
|
|
7
|
-
hestia_earth/models/version.py,sha256=
|
|
5
|
+
hestia_earth/models/preload_requests.py,sha256=y_okcYzSbqODvmzkw-wOK2cOZEzkJq3pmRfxRsPsUw0,1012
|
|
6
|
+
hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
|
|
7
|
+
hestia_earth/models/version.py,sha256=7aQk_ZZAw1avQvecDCGEiWz0z9mUZWdHHPPAzm2Hgf0,19
|
|
8
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
|
9
|
-
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=
|
|
9
|
+
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=tnGxBmJdPfPFfehLUQcefEqy1lHvzsSpx_s7O8nf3Zs,4412
|
|
10
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=_Rbngu0DzHKa62JwBl58ZC_ui1zLF2que_nB7ukhOQc,3392
|
|
11
11
|
hestia_earth/models/akagiEtAl2011AndIpcc2006/__init__.py,sha256=WK7xQwUPX48JGqZeb2S2EKdtXuxMjY7HYyUFHItUqUo,425
|
|
12
12
|
hestia_earth/models/akagiEtAl2011AndIpcc2006/ch4ToAirCropResidueBurning.py,sha256=Mea3L8blwJpRzzJHIMJH71Pn93gz1M2KN2pb43tGBfs,1642
|
|
@@ -39,7 +39,7 @@ hestia_earth/models/cycle/coldCarcassWeightPerHead.py,sha256=fQ7huuxyS5PQkRmR_tR
|
|
|
39
39
|
hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py,sha256=k0xg5SIfJGwEKteFr2Fh-lh8yDC_sqQw_lBnnfwl9zU,3069
|
|
40
40
|
hestia_earth/models/cycle/concentrateFeed.py,sha256=wiq9KLRuipHz_2_CVfXDuUek0JN1ZPSyKSimtJntG9E,5636
|
|
41
41
|
hestia_earth/models/cycle/cropResidueManagement.py,sha256=QTRCCFu9VvD_a3_8aAj216vsuhAJEhlAwTJH7ifMkDo,2237
|
|
42
|
-
hestia_earth/models/cycle/cycleDuration.py,sha256=
|
|
42
|
+
hestia_earth/models/cycle/cycleDuration.py,sha256=SuTFqCP3Zr3nOV9HuvvvIVcaHtOlTAdSaaswvRLSEwc,3242
|
|
43
43
|
hestia_earth/models/cycle/energyContentLowerHeatingValue.py,sha256=AyVKCQbb3Pto3Ca__F0KJ_wlwTxbPd7mUyehZW7AJPM,2212
|
|
44
44
|
hestia_earth/models/cycle/excretaKgMass.py,sha256=iA8Kfl3WvyxbQpx1QOGPQZ9O_Pc5rj7xhucYx3rB8Co,3949
|
|
45
45
|
hestia_earth/models/cycle/excretaKgN.py,sha256=mgJTneQIYJ9Su-rTK5ppb_k3YhICFNWsfPZtGR98RI0,2968
|
|
@@ -64,7 +64,7 @@ hestia_earth/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
64
64
|
hestia_earth/models/cycle/animal/milkYield.py,sha256=bx8oNw9tZkqSgcRlbxIL6V2nEHx-p0KJc31v7PaLKxI,2926
|
|
65
65
|
hestia_earth/models/cycle/animal/properties.py,sha256=OGjRl79w-h439jTkjA8b4V61fMuo0McoUs3JrgK-0Zc,596
|
|
66
66
|
hestia_earth/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
67
|
-
hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py,sha256=
|
|
67
|
+
hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py,sha256=neIyzpLIuVheD2A42KdqKAtdgVa2SJ15KdpoxQ8JH1E,2505
|
|
68
68
|
hestia_earth/models/cycle/animal/input/properties.py,sha256=2bKyyclrt0O7zvtD1Ij7g1qfb0raBylrdO--cZjcnpg,3354
|
|
69
69
|
hestia_earth/models/cycle/completeness/__init__.py,sha256=rkwGtxIay_AleJCT7al_ngnix_xRqySVie7qvHXMQI0,1517
|
|
70
70
|
hestia_earth/models/cycle/completeness/animalFeed.py,sha256=8Fo1TqwSuiPudvd2vJ-LVxSyOdD8mDCOZMvjuj5W2uo,1012
|
|
@@ -81,7 +81,7 @@ hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py,sha25
|
|
|
81
81
|
hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py,sha256=7Dss1AIbG7GimQ3-Ecv2wsx1PrblZhHFYhMHWoyvPc4,2140
|
|
82
82
|
hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py,sha256=RV7lLd4PiFRCkH83-DvuZKnOCA9bXbYOcDHea8Wz4LY,2603
|
|
83
83
|
hestia_earth/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
84
|
-
hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=
|
|
84
|
+
hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=XkO72m16xZxX0ykBOw8Dx14eM4yTEOG12m7HwoUZ9HA,5035
|
|
85
85
|
hestia_earth/models/cycle/input/properties.py,sha256=r5EF18b_KW8evmdlev0mLQyqwBVgSicKEyilGaBRF6I,3017
|
|
86
86
|
hestia_earth/models/cycle/input/value.py,sha256=kolH9Fc5GIn9OVH2DgHEaW8ksS4xisy0LerS3WkKK9E,1550
|
|
87
87
|
hestia_earth/models/cycle/post_checks/__init__.py,sha256=5ThdvGKp7ilFOzn8Tq23c4XXqhA345PYIe63yOtGJTY,336
|
|
@@ -97,10 +97,10 @@ hestia_earth/models/cycle/pre_checks/site.py,sha256=OkrEOxwbo5rzAWQaPt2p9uZ9g7Vc
|
|
|
97
97
|
hestia_earth/models/cycle/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
98
|
hestia_earth/models/cycle/product/currency.py,sha256=lB1pCD1747Ke3oFoqjAKEHbIdHPfrHKNaJSni69iMUQ,2150
|
|
99
99
|
hestia_earth/models/cycle/product/economicValueShare.py,sha256=jSuwTa94OKnI4vn8B_DVkVyjRHSqDGoF6rAwl4NK1zk,8540
|
|
100
|
-
hestia_earth/models/cycle/product/price.py,sha256=
|
|
100
|
+
hestia_earth/models/cycle/product/price.py,sha256=BUkY9V2Frg442HEGG7PLmXZFTrBPbBFDTk5LbS40Ajs,1588
|
|
101
101
|
hestia_earth/models/cycle/product/primary.py,sha256=FYyl-Mv8AmEml1nhDJwU01N4LrszJm6E31eztQDHzdg,1853
|
|
102
102
|
hestia_earth/models/cycle/product/properties.py,sha256=PiwCod4dlMScTm_MQhY35QpeLRuHvdsc_nijv_7TqNM,1377
|
|
103
|
-
hestia_earth/models/cycle/product/revenue.py,sha256
|
|
103
|
+
hestia_earth/models/cycle/product/revenue.py,sha256=-PmQWbdOLyoemo2afzYPbI5Te7-BslGK7er1HxDL-t0,2438
|
|
104
104
|
hestia_earth/models/cycle/product/utils.py,sha256=nCQIFgwfI4meSRftV9v4vuxKAy3uUtShpN1pr2mywCw,359
|
|
105
105
|
hestia_earth/models/cycle/product/value.py,sha256=8f_6Ornn06lbNR2U70qmxn-iwh_TIEFGjB3_8TzCFxs,1596
|
|
106
106
|
hestia_earth/models/dammgen2009/__init__.py,sha256=dZ8tIXl6e3ZEixYrWiW7rzoqRJVFOoxi4RPvM3N0L1E,412
|
|
@@ -109,9 +109,10 @@ hestia_earth/models/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
109
109
|
hestia_earth/models/data/ecoinventV3/__init__.py,sha256=oevyurRuioXy_CsQCtG-S_FXEpiEDeQ-UK5a0jPBXcI,1155
|
|
110
110
|
hestia_earth/models/deRuijterEtAl2010/__init__.py,sha256=lbH6mB98dmZZlwdZctNYtEmVwAow957l80Dv7JSPDsI,418
|
|
111
111
|
hestia_earth/models/deRuijterEtAl2010/nh3ToAirCropResidueDecomposition.py,sha256=2z10WqMsGUDDO8xJ3lmXvSUHgzz2t6PPRDha5NHoT5s,3291
|
|
112
|
-
hestia_earth/models/ecoinventV3/__init__.py,sha256=
|
|
113
|
-
hestia_earth/models/
|
|
114
|
-
hestia_earth/models/ecoinventV3AndEmberClimate/
|
|
112
|
+
hestia_earth/models/ecoinventV3/__init__.py,sha256=QrWtudsuO5MuVn_gENz6KsHuq21j3Jy94gE7eyvm2ug,5214
|
|
113
|
+
hestia_earth/models/ecoinventV3/utils.py,sha256=HqtD8MzK9C_RCJ-ME-5G4J1KoCn5FqmAx4l0kjsCDbM,1577
|
|
114
|
+
hestia_earth/models/ecoinventV3AndEmberClimate/__init__.py,sha256=XYFDUNpQpzbjPgLus0YlM3UdiXX7LLwn-XJqjrH9ywM,5801
|
|
115
|
+
hestia_earth/models/ecoinventV3AndEmberClimate/utils.py,sha256=INWB7gyhzk49GQ0KAcBS-Kzwdoyd5MQJcsCtuT6XxZA,1352
|
|
115
116
|
hestia_earth/models/emepEea2019/__init__.py,sha256=l90-pWrqIzt1ap1WNk0gF4iZeF5_TSG62hE83bIi4rQ,412
|
|
116
117
|
hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py,sha256=DfoGlB5HjA1gafO0OutJjfsA6yPP_PsAd-p16evwCiQ,1609
|
|
117
118
|
hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py,sha256=R3lRF5-Md4Jd7irvTe8WJZJPc9-wa1pD6UWVk7lnGtQ,1616
|
|
@@ -135,11 +136,11 @@ hestia_earth/models/faostat2018/readyToCookWeightPerHead.py,sha256=b1_GZQ3oFl88w
|
|
|
135
136
|
hestia_earth/models/faostat2018/seed.py,sha256=ts9PKs9UnZnJ9nPFlL7etL1Qb9uIWIES8Mz8W7FWbOw,2917
|
|
136
137
|
hestia_earth/models/faostat2018/utils.py,sha256=r69UWDdMOLTYkI8_oQeEnUCOAZCnmwj_NwyrypAOb_A,3734
|
|
137
138
|
hestia_earth/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
138
|
-
hestia_earth/models/faostat2018/product/price.py,sha256=
|
|
139
|
+
hestia_earth/models/faostat2018/product/price.py,sha256=X7Zxa-rXthzYdgw2lzybbHc-oKGE5nyXpBn-BfZC_7w,7753
|
|
139
140
|
hestia_earth/models/geospatialDatabase/__init__.py,sha256=TH-FW3aoL7r1GquRChr7rde7uQonKQRDR00udG8tDrQ,957
|
|
140
141
|
hestia_earth/models/geospatialDatabase/aware.py,sha256=cbxFnShXW8QUCIjU4uuO1DdK9KhYiLf41ZVjS9hSppI,1358
|
|
141
142
|
hestia_earth/models/geospatialDatabase/clayContent.py,sha256=HWaswqkf1FZXcRHw8DrMvvpH2Uo3nbjX4C0D1tqyTBw,2710
|
|
142
|
-
hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=
|
|
143
|
+
hestia_earth/models/geospatialDatabase/croppingIntensity.py,sha256=V6ra1BvyXWXfHZHdJNfgbQU8D6piI0-rG6GxKHcy1pU,1975
|
|
143
144
|
hestia_earth/models/geospatialDatabase/drainageClass.py,sha256=CVagB2wxLnHgQQauDyYCJCfJw21OPB7Ry8BVyt2uPak,1883
|
|
144
145
|
hestia_earth/models/geospatialDatabase/ecoClimateZone.py,sha256=hzK9Je_4NvbLtgAM48G7yf-6jrcMpsDzqSlLkVP3oYg,3625
|
|
145
146
|
hestia_earth/models/geospatialDatabase/ecoregion.py,sha256=awvHn0YEVu-YaW0ZDgBo_zbjSJU2EvydM_qAT_CL78A,1462
|
|
@@ -166,7 +167,7 @@ hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py,sha256=j
|
|
|
166
167
|
hestia_earth/models/geospatialDatabase/temperatureMonthly.py,sha256=hJjbnTgefBtRwL5IJHaaPFtRvzTDv7l5nDI8vdadMCg,3353
|
|
167
168
|
hestia_earth/models/geospatialDatabase/totalNitrogenPerKgSoil.py,sha256=kjP3ue-tlzMQNx2hBM56_CBBRa8Pcosmd2BPgyiNVW4,2081
|
|
168
169
|
hestia_earth/models/geospatialDatabase/totalPhosphorusPerKgSoil.py,sha256=5oasLMYgfnPwSse0D8EEe_pV57AMusac853BgVSUh5E,2070
|
|
169
|
-
hestia_earth/models/geospatialDatabase/utils.py,sha256=
|
|
170
|
+
hestia_earth/models/geospatialDatabase/utils.py,sha256=5Vs4Y8lttH2-pUUcQRMbxnvmhfndVuOeNDY8OWPR1ns,6208
|
|
170
171
|
hestia_earth/models/geospatialDatabase/waterDepth.py,sha256=Xy2UxwAJrgdOkcw59NetEHMt5vgRYE6qg4fgXb1ptlU,1643
|
|
171
172
|
hestia_earth/models/globalCropWaterModel2008/__init__.py,sha256=vQxexzFCl2Uv2RiIJfcppkRi9RgzBsJ68yhVDK4GvAU,425
|
|
172
173
|
hestia_earth/models/globalCropWaterModel2008/rootingDepth.py,sha256=pajS-6UWxqIqnzW0IjkgNm-2Vl3bMor2UZOQtQQERuc,4096
|
|
@@ -216,17 +217,17 @@ hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=8VRg-Vvzc86_CQmB
|
|
|
216
217
|
hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
|
|
217
218
|
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=PTE0FEV5x7MZgWpA6iu7EtIYaYKl6Udc9icpafkqlEA,979
|
|
218
219
|
hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYgctjKVvtpRfQ,409
|
|
219
|
-
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=
|
|
220
|
-
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=
|
|
221
|
-
hestia_earth/models/ipcc2019/carbonContent.py,sha256=
|
|
220
|
+
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQqZRfPEvFT_bMTayMXgIsFLnx8I6iYzw,3089
|
|
221
|
+
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=7AFU2Q0qPAvv6uEKWByS38jl77FvjTPbGm2GQ53waGg,3499
|
|
222
|
+
hestia_earth/models/ipcc2019/carbonContent.py,sha256=tlQvu4Auhpjmaz7XrZz86xwxVrJhsYYf8DFA_aQeev4,7255
|
|
222
223
|
hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=khX90NjkmlvosyRZ77QxgwTKwg42Z_ftOWTTAanHViw,11420
|
|
223
224
|
hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=jEGgEUhMr0JHq_-lPJioKHOQGQXrQvblU51AppXKvB0,6719
|
|
224
225
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=TJ4J7VA5n4RPrJYZQeR3lc3ZoCw7T1E5Cb1XJewr834,7331
|
|
225
226
|
hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=7z0zdqiiWQwkyJCgSNMoK2mft3cJkTRlqwKrMuSKdWI,2454
|
|
226
227
|
hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChangeManagementChange.py,sha256=D-4h4a8Ob_radqS6Gj3K8eLqTeXJrFIbfO9viusd6Pc,27585
|
|
227
228
|
hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=Ofld5SuRKndcKB3FFFoUdzSgNq-gc4kmiNyyrPKQ3Io,3580
|
|
228
|
-
hestia_earth/models/ipcc2019/croppingDuration.py,sha256
|
|
229
|
-
hestia_earth/models/ipcc2019/ligninContent.py,sha256=
|
|
229
|
+
hestia_earth/models/ipcc2019/croppingDuration.py,sha256=-CesZ2cNDOQoU3QyVFnSWYO-6-JXxuhRDQoHoxTawDA,3228
|
|
230
|
+
hestia_earth/models/ipcc2019/ligninContent.py,sha256=Qh-UH4lv1TIf7wWlbAPwIZZHxzbbmQgND3m15pt5Si8,7285
|
|
230
231
|
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionDirect.py,sha256=Fand7NbT27unwgFTxi_9NxT024s63vQ7U6-tk9yp3d8,3990
|
|
231
232
|
hestia_earth/models/ipcc2019/n2OToAirCropResidueDecompositionIndirect.py,sha256=_Oj6Jw8F4rce7FmhWkzeqyB7W3ZQWpOiA10p6xrfSwc,3777
|
|
232
233
|
hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py,sha256=hw-rFZT9PW_hnWohmMbjTyav7dmasS4jl2wdNuBxsOk,1994
|
|
@@ -237,16 +238,16 @@ hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserDirect.py,sha256=Tq0lw-zGq
|
|
|
237
238
|
hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py,sha256=g2ssg9GEH2ShuNtY4g4R5GUIHf85u1azx4c264Hdoag,3700
|
|
238
239
|
hestia_earth/models/ipcc2019/nh3ToAirInorganicFertiliser.py,sha256=gvfv4VBHmEkppEMoHUIicAelYICdOjKxKBUw5f3meiQ,4480
|
|
239
240
|
hestia_earth/models/ipcc2019/nh3ToAirOrganicFertiliser.py,sha256=Oih-34cGl7AZ_sIYWXktOWrzmj3_onvk3EW5f8-7QKI,4152
|
|
240
|
-
hestia_earth/models/ipcc2019/nitrogenContent.py,sha256=
|
|
241
|
+
hestia_earth/models/ipcc2019/nitrogenContent.py,sha256=YxlcDF0D9F79rYHTeuhl5kEtmb01UcspFInKi6I_zKM,7209
|
|
241
242
|
hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=8NOjbqJuQ-wnLz3bYmwaygSzKBdaF3N7hoELGNnO4YQ,3115
|
|
242
243
|
hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=mJUXLGtg9EOZq9LH0KFOKvzER1ypCUucs0ZMaNYMShc,2991
|
|
243
244
|
hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=eyPfyIi8EqigOTsEA0BSyoUePyy_AjMlQNJ6Z8yyJ_Q,3413
|
|
244
245
|
hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=px2SN-uaus2cftXzlsYCUAxLuon6BnDXmaFI9xhQrgU,3347
|
|
245
246
|
hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=fmmFgjtvOD2TrrLY03jYly_KvDnCsAXqhL_tmZQQt-A,4480
|
|
246
247
|
hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=9dx_MRTwJGxJRq6mj2EJQMdQ2w6j7lw0fQk0If_cIGc,4152
|
|
247
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=
|
|
248
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=
|
|
249
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=
|
|
248
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=iRUSVxMpBGgsVDkuBABPKI4Khr5jIpAwuBe66c1PeV0,8658
|
|
249
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=JxVJ9mRml63VhwNSNq7H3O7YQJoXLgP4j9fIRs3ms5o,82431
|
|
250
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=A84r6u45HFk5jEb2nTWGTFTwX1qjq8F6qwkNUuiyH48,63542
|
|
250
251
|
hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=jIhRks8ewCtQNIIN89N_4A4Tp529YMQnk4YmZV6FOCY,10668
|
|
251
252
|
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=Dg94o-tMVR-SWW6dIK5kwbV4pcMBHEWtcSS2JhAtpXY,9491
|
|
252
253
|
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=TqGHj4yZmEO6cVV3VeqSTl11TGRpipnliMMUIOqTy1k,13744
|
|
@@ -260,7 +261,7 @@ hestia_earth/models/jarvisAndPain1994/__init__.py,sha256=ercUwy29sV7oPIESj8UjsGB
|
|
|
260
261
|
hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py,sha256=003gtGusD1MFJqb2iRck4d54fw25-1h_O2Zoy8mFHrc,1452
|
|
261
262
|
hestia_earth/models/koble2014/__init__.py,sha256=jRciLONEhGHtMLu2rlWXEEVwcJqA-URsfH1cCt-Qti4,410
|
|
262
263
|
hestia_earth/models/koble2014/aboveGroundCropResidue.py,sha256=v_gbHVDjG4ayCt1mKBIOLyZfkvDKpm5Lrs1pqq2Z-Sw,6270
|
|
263
|
-
hestia_earth/models/koble2014/cropResidueManagement.py,sha256=
|
|
264
|
+
hestia_earth/models/koble2014/cropResidueManagement.py,sha256=NnHjf7lH3JsTgKkfPwVLXKhcDmcpgSg-S79yFhu5EH0,2927
|
|
264
265
|
hestia_earth/models/koble2014/residueBurnt.py,sha256=eU592boTzkgOCu7g2h-6BH0Ovcup_p0IWfpzoYMUZ68,2246
|
|
265
266
|
hestia_earth/models/koble2014/residueLeftOnField.py,sha256=BENMR_BUk0nYfe1YjTSz7y9hP9chZisl1Je1pP7KEyA,382
|
|
266
267
|
hestia_earth/models/koble2014/residueRemoved.py,sha256=aauhHnw5yFm0uqpvUPRFaVKq1A5548S_Z4wLMn8hB0E,2010
|
|
@@ -352,7 +353,7 @@ hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystems
|
|
|
352
353
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=U74max756dWZLVbLNUAHcHeUiHADLxuvRbvpJc4eSLc,1182
|
|
353
354
|
hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=-8e8-lt0yByEcVbk7bTF4-z3t51w5iQKVdZ5bgYsyJg,1063
|
|
354
355
|
hestia_earth/models/linkedImpactAssessment/__init__.py,sha256=SPP09DMS4zUThyQfcgLpivFwsey4WSt77CDMYHJPKWE,423
|
|
355
|
-
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=
|
|
356
|
+
hestia_earth/models/linkedImpactAssessment/emissions.py,sha256=9VFM9DCk0mw2W62Ff5P5y-X7GZrcFGDfcKFvrLDzkC0,6340
|
|
356
357
|
hestia_earth/models/linkedImpactAssessment/freshwaterWithdrawalsInputsProduction.py,sha256=DSLX_aEWaUFcFZRD46bG5lIQ4TtAtIqH-sMkVCJH2Dg,990
|
|
357
358
|
hestia_earth/models/linkedImpactAssessment/landOccupationInputsProduction.py,sha256=SggB_4tpiKNeb6TIQWBm-X9VwG4pzLoyHdK8JroRIsE,576
|
|
358
359
|
hestia_earth/models/linkedImpactAssessment/landTransformationFromCropland100YearAverageInputsProduction.py,sha256=jxeJS8r1qYIoyeEE-MGKbldEDL3x9CG8aIb4JdcUnj4,1036
|
|
@@ -366,7 +367,7 @@ hestia_earth/models/linkedImpactAssessment/landTransformationFromPermanentPastur
|
|
|
366
367
|
hestia_earth/models/linkedImpactAssessment/utils.py,sha256=dGwGc2d-8_WQElTpfyPmz5vQtL-LHQRmiZnCTuPXMDs,1876
|
|
367
368
|
hestia_earth/models/mocking/__init__.py,sha256=n3Fkkrvh8zHNWiJZmnfQ7WZ91JRzAO9P6pSG1JpwtXo,687
|
|
368
369
|
hestia_earth/models/mocking/mock_search.py,sha256=dBCDRfbZmbMLKP21u_VYkxyimomqs-zztjX-_ZNKuuM,2036
|
|
369
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
370
|
+
hestia_earth/models/mocking/search-results.json,sha256=E-YgXbJEDOtPpC7VCv0bf1ckfQbZwkoLT-SzG_TcIh4,43349
|
|
370
371
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
371
372
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
372
373
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
@@ -375,7 +376,7 @@ hestia_earth/models/pooreNemecek2018/excretaKgN.py,sha256=kLWtv49c1sD3YrporqRcmw
|
|
|
375
376
|
hestia_earth/models/pooreNemecek2018/excretaKgVs.py,sha256=nlnZSDx-bIvtukL79Syhon0cSQ8o4OC1YKtAG6haGhI,8500
|
|
376
377
|
hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py,sha256=HB_9q5eE6al2Te3v29hC5wqxsYe4P46ZAPwdWNzx3v0,3939
|
|
377
378
|
hestia_earth/models/pooreNemecek2018/landOccupationDuringCycle.py,sha256=jE110XgPMgfnBMUXyKIL5SL9yZWYhdGr5NrfHcqn2h0,2785
|
|
378
|
-
hestia_earth/models/pooreNemecek2018/longFallowPeriod.py,sha256=
|
|
379
|
+
hestia_earth/models/pooreNemecek2018/longFallowPeriod.py,sha256=yttZiWc1Tr3Tqe2C3-rWYoEyogIUDraoVWnDxwH3vYs,1566
|
|
379
380
|
hestia_earth/models/pooreNemecek2018/n2OToAirAquacultureSystemsDirect.py,sha256=HJ7IstImGyasIKosK2lQZ-v6Lqt3_aEfZhoiC4CY0rM,2586
|
|
380
381
|
hestia_earth/models/pooreNemecek2018/n2ToAirAquacultureSystems.py,sha256=SoZlogDd7_4kq5S9gc8KmVeIXacWWhaUkWlKTuho_OA,2431
|
|
381
382
|
hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py,sha256=4TDILoagYMVBSBbVXEecIOv-pzQ-W2Hg6rpL58t1-J4,4001
|
|
@@ -465,9 +466,9 @@ hestia_earth/models/site/brackishWater.py,sha256=vLEhIZv5PUKwzwvIuYrWi7K---fq7ZX
|
|
|
465
466
|
hestia_earth/models/site/cationExchangeCapacityPerKgSoil.py,sha256=0eH4A-tXJ0hvIkiYXWxlx8TfrdbIKUGYUDk97-yQJgg,3653
|
|
466
467
|
hestia_earth/models/site/flowingWater.py,sha256=v3g5722GIA4zQAUQI9yGFiZvFvI1QAVZqlQrY-6_B3A,1731
|
|
467
468
|
hestia_earth/models/site/freshWater.py,sha256=FXs3Vt8V4e-wn325_dwSTOKlZtn5ksNUpvYGDeLJShY,1255
|
|
468
|
-
hestia_earth/models/site/management.py,sha256=
|
|
469
|
+
hestia_earth/models/site/management.py,sha256=iljb0YjZqQcilXNlYIffjfEqszvMaLRKJlgv0TKIe-M,9627
|
|
469
470
|
hestia_earth/models/site/netPrimaryProduction.py,sha256=UIIQkYd911qVzrWjxBLrC37e-RARIVgDwLdARY9BuLw,1849
|
|
470
|
-
hestia_earth/models/site/organicCarbonPerHa.py,sha256=
|
|
471
|
+
hestia_earth/models/site/organicCarbonPerHa.py,sha256=F2ShinHf0m9qKa1nCYBspsDkRY6jzOl0wM8mSDre22I,14916
|
|
471
472
|
hestia_earth/models/site/organicCarbonPerKgSoil.py,sha256=t--wAshiAKS-JvEKhLFRadGvgSBv5NFZ68jdyms_wh4,1945
|
|
472
473
|
hestia_earth/models/site/organicCarbonPerM3Soil.py,sha256=pdv5V-ojcfhlGzPwRS9s-vEnxiHZQPZP-ESVcz2pt0g,1945
|
|
473
474
|
hestia_earth/models/site/organicMatterPerKgSoil.py,sha256=fJpFVkpuCjnrBhgV0RtwKqQHvAJWWtZO9xtmnJnl8O4,1945
|
|
@@ -523,19 +524,19 @@ hestia_earth/models/transformation/product/__init__.py,sha256=47DEQpj8HBSa-_TImW
|
|
|
523
524
|
hestia_earth/models/transformation/product/excreta.py,sha256=Yj9wMF5if-zivb6qbN3vy1X51ZNYxvoyG9f4KPp3Y18,5700
|
|
524
525
|
hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
|
|
525
526
|
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=oYNwThnMXjZymif5buyHiczFiOq_61jOdDMOAyy8vwQ,1018
|
|
526
|
-
hestia_earth/models/utils/__init__.py,sha256=
|
|
527
|
+
hestia_earth/models/utils/__init__.py,sha256=s9kqI1lHCvY6XmssTe5s3CzgrOQ4MKzlCiGmtr3ueE4,5228
|
|
527
528
|
hestia_earth/models/utils/aggregated.py,sha256=sz6usleZmo_tC_hIvmGgYsX8-H0dulXmmhHK4EkA5Kg,4946
|
|
528
529
|
hestia_earth/models/utils/animalProduct.py,sha256=M5IunAKGY6oZv3j1Ascl34ywyeLWApqOIlBzbtlA2FE,721
|
|
529
530
|
hestia_earth/models/utils/aquacultureManagement.py,sha256=dxrbC1Xf140cohxTbSw6TxLAnAASWTdNZwBBam4yQnw,171
|
|
530
531
|
hestia_earth/models/utils/array_builders.py,sha256=0_Ik0gKoh1QBijyb-55odh8_dIs-CWQ3lgUN1Hnc4Y8,18749
|
|
531
|
-
hestia_earth/models/utils/blank_node.py,sha256=
|
|
532
|
+
hestia_earth/models/utils/blank_node.py,sha256=WA3cb3QQ0HeCPwao4VDBXp5OssXrg-QElr_14HOUHa4,44499
|
|
532
533
|
hestia_earth/models/utils/completeness.py,sha256=2-GusD9UycobDZq8y5jar0ZcOjyqnSbzPRT_5XMc4YA,1259
|
|
533
534
|
hestia_earth/models/utils/constant.py,sha256=7wn5LBdsqlLdCrPaVASYjsxNtbaOSdqVWKedOFgyzfY,3249
|
|
534
535
|
hestia_earth/models/utils/crop.py,sha256=kG054fryqPSBpmzvJFBy_CLiOdjrt7RMk5uTItO5ADg,2246
|
|
535
536
|
hestia_earth/models/utils/cropResidue.py,sha256=_0Q35CrliJeo31xGHsPWe8A2oHxijdIsOrf3gBEqhlA,612
|
|
536
537
|
hestia_earth/models/utils/cropResidueManagement.py,sha256=nIDFjf39rDD10UHSVudfDyu-EiL261g8jyrgS-2aDKw,347
|
|
537
538
|
hestia_earth/models/utils/currency.py,sha256=f_ArJANb--pZq4LL49SXQ1AMX_oKroqwBXKRRQqZwsM,578
|
|
538
|
-
hestia_earth/models/utils/cycle.py,sha256=
|
|
539
|
+
hestia_earth/models/utils/cycle.py,sha256=78J3pS0nW-S296OPl9RrPlHxDQdXY-3W66tKo_mANXU,15927
|
|
539
540
|
hestia_earth/models/utils/descriptive_stats.py,sha256=qOyG8_TpWYmaxZ0h99n9L71gDLLiVMrMf0ChtxnZLjw,8559
|
|
540
541
|
hestia_earth/models/utils/ecoClimateZone.py,sha256=NHFt-A9EiWXC6tUNIxkgOWUZOjj4I4uwJIP9ddDZegw,1112
|
|
541
542
|
hestia_earth/models/utils/emission.py,sha256=5Dz8Z4P6QXbYSvOzVcqJy3R_oZMrp77_Iwj5xZsxsKc,3769
|
|
@@ -549,24 +550,24 @@ hestia_earth/models/utils/inorganicFertiliser.py,sha256=_dLBY-otGkLr8PobR5dQ89bF
|
|
|
549
550
|
hestia_earth/models/utils/input.py,sha256=YycsAbSBfVDMu6PftDsisMFGnEp87wOj-3rrnHnOgzo,4927
|
|
550
551
|
hestia_earth/models/utils/liveAnimal.py,sha256=GnajBPZw5d94raf80KtLloaOqlfqGAPwUtP9bRlGWeE,1754
|
|
551
552
|
hestia_earth/models/utils/lookup.py,sha256=cPFzUXUsgyvmm98quNJs5J1FbMdl1I7DxlTtmw0IWsw,6673
|
|
552
|
-
hestia_earth/models/utils/measurement.py,sha256=
|
|
553
|
+
hestia_earth/models/utils/measurement.py,sha256=rxrrOVdkDm-J0QVjCEapa4z4KY3hUw-brAeb0pW1nIc,12221
|
|
553
554
|
hestia_earth/models/utils/organicFertiliser.py,sha256=2HY-a0EBzUw4DkEAXClLMXVCEZTKYf0BwFHBo7lQ5Tg,363
|
|
554
555
|
hestia_earth/models/utils/pesticideAI.py,sha256=6f8b-dFm3qr-eY049_eOvj_iDk4XBam61csozdDAvyA,2361
|
|
555
556
|
hestia_earth/models/utils/practice.py,sha256=tNadOzsrNlCEt801B815XaruJXzZ5yPASam7B3sWpXE,1091
|
|
556
557
|
hestia_earth/models/utils/product.py,sha256=H9UqJNzTqtMWXDQnbRkZlTpv_hg4s-Tya469fBk8InA,10143
|
|
557
558
|
hestia_earth/models/utils/productivity.py,sha256=bUBVCZInGqHuHZvHDSYPQkjWXQxOtTjEk-1-f_BsFOo,594
|
|
558
559
|
hestia_earth/models/utils/property.py,sha256=_9Wy0oZIBLsa-jOiGLokKehYLNdz-_7LfLaE4fb6SWM,5085
|
|
559
|
-
hestia_earth/models/utils/site.py,sha256=
|
|
560
|
+
hestia_earth/models/utils/site.py,sha256=yei3qk7edxb_boag9h8j713r06KGstjTBWdb1KjqMus,3602
|
|
560
561
|
hestia_earth/models/utils/source.py,sha256=Y-CcO5Y3q5Hz4A4RdX35C1EUjL9w1NKnOrzVfOWQ7nU,1748
|
|
561
562
|
hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
|
|
562
|
-
hestia_earth/models/utils/term.py,sha256=
|
|
563
|
+
hestia_earth/models/utils/term.py,sha256=pGg59IUaiTWlqKiT2jgIGvfZriVXaPwsLUbxWvBPXtQ,17812
|
|
563
564
|
hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
|
|
564
565
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
|
|
565
566
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py,sha256=TGXyusrRd9shT842iqbrI6MkQhICgw7uYdrl4jsDrg8,4193
|
|
566
567
|
tests/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
567
568
|
tests/models/test_cache_sites.py,sha256=AsZSGb4ruFqag74wRaQxpoZxbMxexPY8q8sMb2ergzg,1986
|
|
568
|
-
tests/models/test_ecoinventV3.py,sha256=
|
|
569
|
-
tests/models/test_ecoinventV3AndEmberClimate.py,sha256=
|
|
569
|
+
tests/models/test_ecoinventV3.py,sha256=ojL19T8kFNCiM5i-EgvXniLWBxU4RCsBOgIQ-sbGaMM,1894
|
|
570
|
+
tests/models/test_ecoinventV3AndEmberClimate.py,sha256=_EOxdrdavXP6L5_LtvaVbXb_-56UJXSaiPhpGntmwVc,801
|
|
570
571
|
tests/models/test_emissionNotRelevant.py,sha256=YXTdRfcdR_JepHuj2P3Y3r0aFMKNOmsXQHY48tmLTQo,1316
|
|
571
572
|
tests/models/agribalyse2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
572
573
|
tests/models/agribalyse2016/test_fuelElectricity.py,sha256=u_wNlqngJc8NELPr16kYsYQ-_2PcL8BnrfJucY7dccU,1353
|
|
@@ -602,7 +603,7 @@ tests/models/cycle/test_coldDressedCarcassWeightPerHead.py,sha256=DrdI1TUmggeeQv
|
|
|
602
603
|
tests/models/cycle/test_completeness.py,sha256=Ku1ZSApGaACkXe3ae14yP01C4GssHMwlPG_UPrSytPo,1625
|
|
603
604
|
tests/models/cycle/test_concentrateFeed.py,sha256=tgkThL4g293CexLvb89ftO9UqUbHhNOxiP6QMmsqCCo,2013
|
|
604
605
|
tests/models/cycle/test_cropResidueManagement.py,sha256=vQWl7rDYLJjiKyBQlCiOA76LpzM4dI2t7JJ30uF8H9M,2020
|
|
605
|
-
tests/models/cycle/test_cycleDuration.py,sha256=
|
|
606
|
+
tests/models/cycle/test_cycleDuration.py,sha256=2KExiliuOa7_j88rJuPObJKZqq0xsRnFAb0ZEqc5KEM,846
|
|
606
607
|
tests/models/cycle/test_energyContentLowerHeatingValue.py,sha256=ZvHigQrtneKrRc8qr7rN8aj6tuA0ds0V6Brh0UzN_T8,1204
|
|
607
608
|
tests/models/cycle/test_excretaKgMass.py,sha256=xpuq0k5HKvnGmWdJy0GmIv6A4xYk2VDFB4BMb8J2Z0g,2925
|
|
608
609
|
tests/models/cycle/test_excretaKgN.py,sha256=xoe0PF-DwhVkihN-1BonUa7u_QNM9lr7CmGXsOozQ0Y,1090
|
|
@@ -659,7 +660,7 @@ tests/models/cycle/product/test_economicValueShare.py,sha256=sFS-gKt6oglqeKuDqHs
|
|
|
659
660
|
tests/models/cycle/product/test_price.py,sha256=zmWNdF2P4k2QTje_62NJDklCIwmk2vF8xuOoVzL9qf0,1193
|
|
660
661
|
tests/models/cycle/product/test_primary.py,sha256=UfLOOxUkDyeSOmDv4NyN6v5Yf0RO9etZNT797fbCbpA,1862
|
|
661
662
|
tests/models/cycle/product/test_properties.py,sha256=7pcBH_Ny8JeQ2dWXBU-ZSmY5iYl0f_qFejp8Vk5e1H8,1142
|
|
662
|
-
tests/models/cycle/product/test_revenue.py,sha256=
|
|
663
|
+
tests/models/cycle/product/test_revenue.py,sha256=H_LxjvMEyyr8dr8SAC3zWezGsGcD4lglVt26eT8QoL8,849
|
|
663
664
|
tests/models/cycle/product/test_value.py,sha256=IfkcE8kgrvXg_iIbnoJ3n0CIjlfgg_lHkILQ8u38HVE,963
|
|
664
665
|
tests/models/dammgen2009/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
665
666
|
tests/models/dammgen2009/test_noxToAirExcreta.py,sha256=RWd9QvzmJtN9M6UC6KDHkXwtKvwv0aAfMuI9HtsJLvk,1213
|
|
@@ -1008,7 +1009,7 @@ tests/models/site/test_brackishWater.py,sha256=YGCp4glaWudKklYBSp-50KbfvIRtp3F4Q
|
|
|
1008
1009
|
tests/models/site/test_cationExchangeCapacityPerKgSoil.py,sha256=tNMhN998vcjQ15I-5mNnFh2d7mHzEBIBO6o1VSfQNUE,1075
|
|
1009
1010
|
tests/models/site/test_flowingWater.py,sha256=t_rxvdlmUVDsFBoDF20_zDM-0iiLKkNCV7knO9l1T7o,1370
|
|
1010
1011
|
tests/models/site/test_freshWater.py,sha256=GOeAxHhPW_2E1wQdQRX4W-r7mnb_LgmiAVLImitoApw,982
|
|
1011
|
-
tests/models/site/test_management.py,sha256=
|
|
1012
|
+
tests/models/site/test_management.py,sha256=1ecEbbHNmzA-qSw9-d_sGi-j64FXOCxUm1WLSEmPJHU,12659
|
|
1012
1013
|
tests/models/site/test_netPrimaryProduction.py,sha256=JCxG0MODbKVvl3hOqmKzh4FjHYn3Xs9KsVod6LvKQII,1108
|
|
1013
1014
|
tests/models/site/test_organicCarbonPerHa.py,sha256=XtGrE7ZqthTF0x8lDxJ1slNd_GvYHEyEydcRgA46jEc,3207
|
|
1014
1015
|
tests/models/site/test_organicCarbonPerKgSoil.py,sha256=0M-NMg_T3UXzGT_VlKOKhSxg4cZ0_zhd3FRgY5Hpj6o,1087
|
|
@@ -1087,8 +1088,8 @@ tests/models/utils/test_source.py,sha256=mv3vHZV5cjpoLA2I1109-YUkuzAiuhbRSnv_76_
|
|
|
1087
1088
|
tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapCWk,3509
|
|
1088
1089
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1089
1090
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1090
|
-
hestia_earth_models-0.62.
|
|
1091
|
-
hestia_earth_models-0.62.
|
|
1092
|
-
hestia_earth_models-0.62.
|
|
1093
|
-
hestia_earth_models-0.62.
|
|
1094
|
-
hestia_earth_models-0.62.
|
|
1091
|
+
hestia_earth_models-0.62.3.dist-info/LICENSE,sha256=AC7h7GAgCZGJK_Tzh6LUCrML9gQEfowWwecEw2w54QM,1154
|
|
1092
|
+
hestia_earth_models-0.62.3.dist-info/METADATA,sha256=W88V_K9ahWR2FHo76_7FbHPa6QINUx_0glKvYrO5G1c,3343
|
|
1093
|
+
hestia_earth_models-0.62.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
1094
|
+
hestia_earth_models-0.62.3.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1095
|
+
hestia_earth_models-0.62.3.dist-info/RECORD,,
|
|
@@ -17,24 +17,8 @@ TERM_BY_ID = {
|
|
|
17
17
|
'oatPlant': {'@type': 'Term', '@id': 'oatPlant', 'termType': TermTermType.LANDCOVER.value},
|
|
18
18
|
'agatiTree': {'@type': 'Term', '@id': 'agatiTree', 'termType': TermTermType.LANDCOVER.value},
|
|
19
19
|
'wildGarlicPlant': {'@type': 'Term', '@id': 'wildGarlicPlant', 'termType': TermTermType.LANDCOVER.value},
|
|
20
|
-
'permanentPasture': {
|
|
21
|
-
"@type": "Term",
|
|
22
|
-
"@id": "permanentPasture",
|
|
23
|
-
"name": "Permanent pasture",
|
|
24
|
-
"termType": TermTermType.LANDCOVER.value,
|
|
25
|
-
"units": "% area"
|
|
26
|
-
},
|
|
27
|
-
'animalHousing': {
|
|
28
|
-
"@type": "Term",
|
|
29
|
-
"@id": "animalHousing",
|
|
30
|
-
"name": "Animal housing",
|
|
31
|
-
"termType": TermTermType.LANDCOVER.value,
|
|
32
|
-
"units": "% area"
|
|
33
|
-
}
|
|
34
20
|
}
|
|
35
21
|
|
|
36
|
-
LAND_COVER_TERM_BY_SITE_TYPE = {"permanent pasture": "permanentPasture", "animal housing": "animalHousing"}
|
|
37
|
-
|
|
38
22
|
|
|
39
23
|
def lookup_side_effect(*args, **kwargs):
|
|
40
24
|
# Values taken from real lookups.
|
|
@@ -286,7 +270,7 @@ def test_should_run(mock_related_cycles, *args):
|
|
|
286
270
|
("Example 2", f"{fixtures_folder}/inputs/example2"),
|
|
287
271
|
("Example 3", f"{fixtures_folder}/inputs/example3"),
|
|
288
272
|
("Example 4", f"{fixtures_folder}/inputs/example4"),
|
|
289
|
-
("Condense Nodes", f"{fixtures_folder}/inputs/condense_nodes")
|
|
273
|
+
("Condense Nodes", f"{fixtures_folder}/inputs/condense_nodes")
|
|
290
274
|
# Expected:
|
|
291
275
|
# - appleTree (81) x 3 condenses 2020-03-01 to 2021-02-15
|
|
292
276
|
# - animalManureUsed (true) x 2 condenses 2001-04-01 to 2001-12-31
|
|
@@ -298,24 +282,12 @@ def test_should_run(mock_related_cycles, *args):
|
|
|
298
282
|
# - sassafrasTree (86) x 2 condenses 2001-01-01 to 2004-12-31
|
|
299
283
|
# - bananaPlant (87) does not condense [non-consecutive years]
|
|
300
284
|
# - durianTree (89) does not condense [dates overwritten See 808]
|
|
301
|
-
("Site Type", f"{fixtures_folder}/inputs/site_type")
|
|
302
285
|
]
|
|
303
286
|
)
|
|
304
|
-
@patch(
|
|
305
|
-
f"{CLASS_PATH}.get_landCover_term_id_from_site_type",
|
|
306
|
-
side_effect=lambda site_type: LAND_COVER_TERM_BY_SITE_TYPE[site_type]
|
|
307
|
-
)
|
|
308
|
-
@patch(f"{CLASS_PATH}.download_hestia", side_effect=lambda term_id, *args: TERM_BY_ID[term_id])
|
|
287
|
+
@patch(f"{CLASS_PATH}.download_hestia", side_effect=lambda id, *args: TERM_BY_ID[id])
|
|
309
288
|
@patch(f"{CLASS_PATH}.related_cycles")
|
|
310
289
|
@patch(f"{CLASS_PATH}._get_lookup_with_debug", side_effect=lookup_side_effect)
|
|
311
|
-
def test_run(
|
|
312
|
-
mock_get_lookup_with_debug,
|
|
313
|
-
mock_related_cycles,
|
|
314
|
-
mock_download,
|
|
315
|
-
mock_land_cover_lookup,
|
|
316
|
-
test_name,
|
|
317
|
-
fixture_path
|
|
318
|
-
):
|
|
290
|
+
def test_run(mock_get_lookup_with_debug, mock_related_cycles, mock_download, test_name, fixture_path):
|
|
319
291
|
with open(f"{fixture_path}/cycles.jsonld", encoding='utf-8') as f:
|
|
320
292
|
cycles = json.load(f)
|
|
321
293
|
mock_related_cycles.return_value = cycles
|
tests/models/test_ecoinventV3.py
CHANGED
|
@@ -51,3 +51,15 @@ def test_run(*args):
|
|
|
51
51
|
|
|
52
52
|
result = run('all', cycle)
|
|
53
53
|
assert result == expected
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@patch(f"{class_path}._new_emission", side_effect=fake_new_emission)
|
|
57
|
+
def test_run_ember(*args):
|
|
58
|
+
with open(f"{fixtures_folder}/ember-comparison/cycle.jsonld", encoding='utf-8') as f:
|
|
59
|
+
cycle = json.load(f)
|
|
60
|
+
|
|
61
|
+
with open(f"{fixtures_folder}/ember-comparison/result.jsonld", encoding='utf-8') as f:
|
|
62
|
+
expected = json.load(f)
|
|
63
|
+
|
|
64
|
+
result = run('all', cycle)
|
|
65
|
+
assert result == expected
|
|
@@ -1,88 +1,21 @@
|
|
|
1
|
-
import csv
|
|
2
|
-
from typing import Tuple, Dict, List
|
|
3
|
-
from unittest.mock import patch
|
|
4
1
|
import json
|
|
5
|
-
import
|
|
2
|
+
from unittest.mock import patch
|
|
6
3
|
|
|
7
4
|
from tests.utils import fixtures_path, fake_new_emission
|
|
8
|
-
from hestia_earth.models.ecoinventV3AndEmberClimate import MODEL,
|
|
5
|
+
from hestia_earth.models.ecoinventV3AndEmberClimate import MODEL, run
|
|
9
6
|
|
|
10
7
|
class_path = f"hestia_earth.models.{MODEL}"
|
|
11
8
|
fixtures_folder = f"{fixtures_path}/{MODEL}"
|
|
12
9
|
|
|
13
|
-
cycle_with_country = {"endDate": "2010", "site": {"country": {"@type": "Term", "termType": "region"}}}
|
|
14
|
-
cycle_without_country = {"endDate": "2010", "site": {"country": {}}}
|
|
15
10
|
ELECTRICITY_TERMS = [
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
'electricityGridMarketMix',
|
|
12
|
+
'electricityGridRenewableMix'
|
|
18
13
|
]
|
|
19
14
|
|
|
20
15
|
|
|
21
|
-
@pytest.mark.parametrize(
|
|
22
|
-
"cycle,inputs,complete,expected_should_run",
|
|
23
|
-
[
|
|
24
|
-
(cycle_without_country, [], False, (False, [])),
|
|
25
|
-
(
|
|
26
|
-
cycle_without_country,
|
|
27
|
-
[{"@type": "Input", "term": {"@id": "electricityGridMarketMix"}}],
|
|
28
|
-
True,
|
|
29
|
-
(False, [{"@type": "Input", "term": {"@id": "electricityGridMarketMix"}}])
|
|
30
|
-
),
|
|
31
|
-
(cycle_with_country, [], True, (False, [])),
|
|
32
|
-
(
|
|
33
|
-
cycle_with_country,
|
|
34
|
-
[{"@type": "Input", "term": {"@id": "electricityGridRenewableMix"}}],
|
|
35
|
-
False,
|
|
36
|
-
(False, [{"@type": "Input", "term": {"@id": "electricityGridRenewableMix"}}])
|
|
37
|
-
),
|
|
38
|
-
(
|
|
39
|
-
cycle_with_country,
|
|
40
|
-
[{"@type": "Input", "term": {"@id": "electricityGridMarketMix"}}],
|
|
41
|
-
True,
|
|
42
|
-
(True, [{"@type": "Input", "term": {"@id": "electricityGridMarketMix"}}])
|
|
43
|
-
),
|
|
44
|
-
]
|
|
45
|
-
)
|
|
46
|
-
@patch(f"{class_path}.get_electricity_grid_mix_terms", return_value=ELECTRICITY_TERMS)
|
|
47
|
-
@patch(f"{class_path}._is_term_type_complete")
|
|
48
|
-
def test_should_run_emission(
|
|
49
|
-
mock_complete, mock_get_terms, cycle: Dict, inputs: List, complete: bool, expected_should_run: Tuple
|
|
50
|
-
):
|
|
51
|
-
mock_complete.return_value = complete
|
|
52
|
-
cycle["inputs"] = inputs
|
|
53
|
-
assert _should_run_emission(cycle, ELECTRICITY_TERMS, term_id="test") == expected_should_run
|
|
54
|
-
|
|
55
|
-
|
|
56
16
|
@patch(f"{class_path}.get_electricity_grid_mix_terms", return_value=ELECTRICITY_TERMS)
|
|
57
17
|
@patch(f"{class_path}._new_emission", side_effect=fake_new_emission)
|
|
58
|
-
|
|
59
|
-
def test_run(mock_ecoinventV3_emissions, *args):
|
|
60
|
-
with open(f"{fixtures_path}/ecoinventV3_excerpt.csv", encoding="utf-8") as f:
|
|
61
|
-
reader = csv.DictReader(f, quotechar='"')
|
|
62
|
-
ecoinvent_fixture_rows = list(reader)
|
|
63
|
-
|
|
64
|
-
test_terms = {
|
|
65
|
-
"ch4ToAirInputsProductionFossil", # 0.4
|
|
66
|
-
"ch4ToAirInputsProductionNonFossil", # 0.5
|
|
67
|
-
"co2ToAirInputsProduction", # 0.2
|
|
68
|
-
"n2OToAirInputsProduction" # 0.3
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
# Create a dictionary indexed by eco_invent_name
|
|
72
|
-
# with list of tuples (emissions_term, value)
|
|
73
|
-
mock_dict = dict()
|
|
74
|
-
for row_dict in ecoinvent_fixture_rows:
|
|
75
|
-
# create list of (emissions terms, values)
|
|
76
|
-
terms_values_list = []
|
|
77
|
-
for k in filter(lambda x: x.endswith(".term.@id"), row_dict.keys()):
|
|
78
|
-
if row_dict[k] in test_terms:
|
|
79
|
-
terms_values_list.append((row_dict[k], row_dict[f"emissionsResourceUse.{k.split('.')[1]}.value"]))
|
|
80
|
-
|
|
81
|
-
mock_dict[row_dict["ecoinventName"]] = terms_values_list
|
|
82
|
-
|
|
83
|
-
name = "electricity, high voltage, electricity production, wood, future"
|
|
84
|
-
mock_ecoinventV3_emissions.return_value = mock_dict[name]
|
|
85
|
-
|
|
18
|
+
def test_run(*args):
|
|
86
19
|
with open(f"{fixtures_folder}/cycle.jsonld", encoding="utf-8") as f:
|
|
87
20
|
cycle = json.load(f)
|
|
88
21
|
|
|
File without changes
|
|
File without changes
|