hestia-earth-models 0.69.0__py3-none-any.whl → 0.69.1__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.
- hestia_earth/models/mocking/search-results.json +923 -923
- hestia_earth/models/pooreNemecek2018/utils.py +2 -2
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.69.1.dist-info}/METADATA +1 -1
- {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.69.1.dist-info}/RECORD +8 -8
- {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.69.1.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.69.1.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.69.0.dist-info → hestia_earth_models-0.69.1.dist-info}/top_level.txt +0 -0
@@ -83,8 +83,8 @@ def get_excreta_product_with_ratio(cycle: dict, lookup: str, **log_args):
|
|
83
83
|
if not product or not product.get('value', [])
|
84
84
|
] if practices_with_products else None
|
85
85
|
|
86
|
-
return products or [{
|
86
|
+
return products or non_empty_list([{
|
87
87
|
'@type': 'Product',
|
88
88
|
'term': {'@type': 'Term', '@id': default_product_id},
|
89
89
|
'value': [100]
|
90
|
-
}]
|
90
|
+
} if default_product_id else None])
|
hestia_earth/models/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
VERSION = '0.69.
|
1
|
+
VERSION = '0.69.1'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hestia-earth-models
|
3
|
-
Version: 0.69.
|
3
|
+
Version: 0.69.1
|
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=-95yq3NYkg8H0B0hr0_ZYYHMmwv8zuZQ9RtKQE
|
|
4
4
|
hestia_earth/models/log.py,sha256=eRuH86v7Thuw-QXdKqaqVmA_MkwnOCo0UBEwtuDq4Oc,3554
|
5
5
|
hestia_earth/models/preload_requests.py,sha256=vK_G1UzhNMhYy7ymnCtHUz_vv3cfApCSKqv29VREEBQ,1943
|
6
6
|
hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
|
7
|
-
hestia_earth/models/version.py,sha256=
|
7
|
+
hestia_earth/models/version.py,sha256=5P1nCE8Q18-xTrQH50u058MKyJwY_-ZUI-3602XVMxM,19
|
8
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
9
9
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=1ngl8pdxeNhlVV8keAeWRwGorr_1uFXM9EoPUWx-uSc,4382
|
10
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=queToXuzq0tQ9_XuUJ2pJgSywXmbt9uX3ZoIKgqkROM,2660
|
@@ -412,7 +412,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=S1zlux02gU2Lajrtoq-zQ
|
|
412
412
|
hestia_earth/models/mocking/__init__.py,sha256=9VX50c-grz-snfd-7MBS0KfF7AadtbKuj7kK6PqtsgE,687
|
413
413
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
414
414
|
hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
|
415
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
415
|
+
hestia_earth/models/mocking/search-results.json,sha256=lFajXvkFfmZgA1_Twixexq7Sa5xwTTEGGxKNWfswX9k,162167
|
416
416
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
417
417
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
418
418
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
@@ -438,7 +438,7 @@ hestia_earth/models/pooreNemecek2018/plantationLifespan.py,sha256=FudC-csC1IkiFO
|
|
438
438
|
hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py,sha256=Q54woX67eUab0qEEAuW2naFGhnVPJHrMas3bG92KNeg,1740
|
439
439
|
hestia_earth/models/pooreNemecek2018/rotationDuration.py,sha256=j5hW_NEKYQbeMcdsqp2nQIDXCnUdZIKURzAmPCiegQk,1525
|
440
440
|
hestia_earth/models/pooreNemecek2018/saplingsDepreciatedAmountPerCycle.py,sha256=Vx4T5qTM2GubwR-gRa4JEhkVi6LWYkt3jWN7VB0lHgY,2511
|
441
|
-
hestia_earth/models/pooreNemecek2018/utils.py,sha256=
|
441
|
+
hestia_earth/models/pooreNemecek2018/utils.py,sha256=S01BuGIgUvb0l38ZF0m8SguPYWN3vgsniY-sFvKrw8I,3499
|
442
442
|
hestia_earth/models/poschEtAl2008/__init__.py,sha256=nvyyGglxCTV4PpxcOjY7jJb0v8Bjzj435Zt1j6VcryM,414
|
443
443
|
hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=1pd7RX4Q0ilASi9k3l1zNnz3bUg2MakR8luJQVxYxKA,1418
|
444
444
|
hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=z6i-wYpPrchNmivb4Cvr9wOsc4WvDRQadORFOq_YiYM,1420
|
@@ -1225,8 +1225,8 @@ tests/orchestrator/strategies/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
1225
1225
|
tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py,sha256=K4xg4UAXfNhSaLyknKVPO7MGBF44Z_gD7CuZ_pe28gU,3512
|
1226
1226
|
tests/orchestrator/strategies/run/test_add_key_if_missing.py,sha256=hKwvk1ohcBVnQUCTiDhRW99J0xEa29BpwFi1KC0yWLE,329
|
1227
1227
|
tests/orchestrator/strategies/run/test_always.py,sha256=w5-Dhp6yLzgZGAeMRz3OrqZbbAed9gZ1O266a3z9k7w,134
|
1228
|
-
hestia_earth_models-0.69.
|
1229
|
-
hestia_earth_models-0.69.
|
1230
|
-
hestia_earth_models-0.69.
|
1231
|
-
hestia_earth_models-0.69.
|
1232
|
-
hestia_earth_models-0.69.
|
1228
|
+
hestia_earth_models-0.69.1.dist-info/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
|
1229
|
+
hestia_earth_models-0.69.1.dist-info/METADATA,sha256=3TjaUvCoJ-x7LnRq7_JoqwKsbJ_XFw9blK6NOxbChOc,4045
|
1230
|
+
hestia_earth_models-0.69.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
1231
|
+
hestia_earth_models-0.69.1.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
1232
|
+
hestia_earth_models-0.69.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|