hestia-earth-models 0.65.1__py3-none-any.whl → 0.65.2__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/mocking/search-results.json +14 -14
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.65.1.dist-info → hestia_earth_models-0.65.2.dist-info}/METADATA +1 -1
- {hestia_earth_models-0.65.1.dist-info → hestia_earth_models-0.65.2.dist-info}/RECORD +7 -7
- {hestia_earth_models-0.65.1.dist-info → hestia_earth_models-0.65.2.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.65.1.dist-info → hestia_earth_models-0.65.2.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.65.1.dist-info → hestia_earth_models-0.65.2.dist-info}/top_level.txt +0 -0
|
@@ -1298,15 +1298,15 @@
|
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"@type": "Term",
|
|
1301
|
-
"@id": "
|
|
1301
|
+
"@id": "residueRemoved"
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
1304
1304
|
"@type": "Term",
|
|
1305
|
-
"@id": "
|
|
1305
|
+
"@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"@type": "Term",
|
|
1309
|
-
"@id": "
|
|
1309
|
+
"@id": "residueIncorporated"
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"@type": "Term",
|
|
@@ -1350,27 +1350,27 @@
|
|
|
1350
1350
|
},
|
|
1351
1351
|
{
|
|
1352
1352
|
"@type": "Term",
|
|
1353
|
-
"@id": "
|
|
1353
|
+
"@id": "discardedCropRemoved"
|
|
1354
1354
|
},
|
|
1355
1355
|
{
|
|
1356
1356
|
"@type": "Term",
|
|
1357
|
-
"@id": "
|
|
1357
|
+
"@id": "aboveGroundCropResidueTotal"
|
|
1358
1358
|
},
|
|
1359
1359
|
{
|
|
1360
1360
|
"@type": "Term",
|
|
1361
|
-
"@id": "
|
|
1361
|
+
"@id": "aboveGroundCropResidueIncorporated"
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
1364
|
"@type": "Term",
|
|
1365
|
-
"@id": "
|
|
1365
|
+
"@id": "aboveGroundCropResidueBurnt"
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
1368
|
"@type": "Term",
|
|
1369
|
-
"@id": "
|
|
1369
|
+
"@id": "belowGroundCropResidue"
|
|
1370
1370
|
},
|
|
1371
1371
|
{
|
|
1372
1372
|
"@type": "Term",
|
|
1373
|
-
"@id": "
|
|
1373
|
+
"@id": "aboveGroundCropResidueLeftOnField"
|
|
1374
1374
|
}
|
|
1375
1375
|
]
|
|
1376
1376
|
},
|
|
@@ -4772,15 +4772,15 @@
|
|
|
4772
4772
|
},
|
|
4773
4773
|
{
|
|
4774
4774
|
"@type": "Term",
|
|
4775
|
-
"@id": "
|
|
4775
|
+
"@id": "milkYieldPerCowRaw"
|
|
4776
4776
|
},
|
|
4777
4777
|
{
|
|
4778
4778
|
"@type": "Term",
|
|
4779
|
-
"@id": "
|
|
4779
|
+
"@id": "milkYieldPerSheepRaw"
|
|
4780
4780
|
},
|
|
4781
4781
|
{
|
|
4782
4782
|
"@type": "Term",
|
|
4783
|
-
"@id": "
|
|
4783
|
+
"@id": "milkYieldPerGoatRaw"
|
|
4784
4784
|
},
|
|
4785
4785
|
{
|
|
4786
4786
|
"@type": "Term",
|
|
@@ -5112,11 +5112,11 @@
|
|
|
5112
5112
|
"results": [
|
|
5113
5113
|
{
|
|
5114
5114
|
"@type": "Term",
|
|
5115
|
-
"@id": "
|
|
5115
|
+
"@id": "woolGoatGreasy"
|
|
5116
5116
|
},
|
|
5117
5117
|
{
|
|
5118
5118
|
"@type": "Term",
|
|
5119
|
-
"@id": "
|
|
5119
|
+
"@id": "woolSheepGreasy"
|
|
5120
5120
|
}
|
|
5121
5121
|
]
|
|
5122
5122
|
}
|
hestia_earth/models/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = '0.65.
|
|
1
|
+
VERSION = '0.65.2'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hestia-earth-models
|
|
3
|
-
Version: 0.65.
|
|
3
|
+
Version: 0.65.2
|
|
4
4
|
Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
|
|
5
5
|
Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
|
|
6
6
|
Author: HESTIA Team
|
|
@@ -4,7 +4,7 @@ hestia_earth/models/cache_sites.py,sha256=wcF8gr3gEaHoqCP62imvXVrvSLYPYEHTzxkayy
|
|
|
4
4
|
hestia_earth/models/log.py,sha256=_zAfyOkL_VknEnMFvcpvenSMghadlDfZhiSx28545Gk,3558
|
|
5
5
|
hestia_earth/models/preload_requests.py,sha256=vK_G1UzhNMhYy7ymnCtHUz_vv3cfApCSKqv29VREEBQ,1943
|
|
6
6
|
hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
|
|
7
|
-
hestia_earth/models/version.py,sha256=
|
|
7
|
+
hestia_earth/models/version.py,sha256=s9maOQtfI7tQ3pEMHUg8z_NHZ_D163NY8mQbKoDoJaQ,19
|
|
8
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
|
9
9
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=zcuarKatWLIUVwFy71wE2j--tftKga7tobxhasTlruY,4438
|
|
10
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=BPjnWmg73i_OxM2ouCdMTWZtPIqyoUAXrvutntyteE0,3390
|
|
@@ -395,7 +395,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=QSf-DPrsPfermpd4vKYAv
|
|
|
395
395
|
hestia_earth/models/mocking/__init__.py,sha256=9VX50c-grz-snfd-7MBS0KfF7AadtbKuj7kK6PqtsgE,687
|
|
396
396
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
|
397
397
|
hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
|
|
398
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
|
398
|
+
hestia_earth/models/mocking/search-results.json,sha256=Cv4Kn4zqwM7v3qwa2C6yIcsYpaDISx05iwJig6IlVMs,101691
|
|
399
399
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
|
400
400
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
|
401
401
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
|
@@ -1154,8 +1154,8 @@ tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapC
|
|
|
1154
1154
|
tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
|
|
1155
1155
|
tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1156
1156
|
tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
|
|
1157
|
-
hestia_earth_models-0.65.
|
|
1158
|
-
hestia_earth_models-0.65.
|
|
1159
|
-
hestia_earth_models-0.65.
|
|
1160
|
-
hestia_earth_models-0.65.
|
|
1161
|
-
hestia_earth_models-0.65.
|
|
1157
|
+
hestia_earth_models-0.65.2.dist-info/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
|
|
1158
|
+
hestia_earth_models-0.65.2.dist-info/METADATA,sha256=e85qMBq7uoDEyMt-GC_WG0arpZqoh8ezX1ILgA5D360,3344
|
|
1159
|
+
hestia_earth_models-0.65.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1160
|
+
hestia_earth_models-0.65.2.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
|
1161
|
+
hestia_earth_models-0.65.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|