hestia-earth-models 0.66.0__py3-none-any.whl → 0.67.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.
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +23 -54
- hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +152 -0
- hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py +40 -0
- hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +80 -0
- hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py +40 -0
- hestia_earth/models/config/ImpactAssessment.json +1869 -1846
- hestia_earth/models/cycle/input/hestiaAggregatedData.py +13 -10
- hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/__init__.py +4 -3
- hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py +36 -0
- hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py +40 -0
- hestia_earth/models/impact_assessment/product/value.py +1 -1
- hestia_earth/models/ipcc2019/aboveGroundBiomass.py +1 -1
- hestia_earth/models/ipcc2019/belowGroundBiomass.py +1 -1
- hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +2 -1
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +2 -1
- hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +2 -1
- hestia_earth/models/mocking/search-results.json +874 -874
- hestia_earth/models/site/management.py +2 -2
- hestia_earth/models/utils/__init__.py +6 -0
- hestia_earth/models/utils/aggregated.py +13 -10
- hestia_earth/models/utils/array_builders.py +4 -3
- hestia_earth/models/utils/blank_node.py +14 -10
- hestia_earth/models/utils/lookup.py +3 -1
- hestia_earth/models/utils/property.py +5 -2
- hestia_earth/models/version.py +1 -1
- hestia_earth/orchestrator/log.py +11 -0
- hestia_earth/orchestrator/models/__init__.py +8 -3
- {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/METADATA +1 -1
- {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/RECORD +55 -43
- tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +51 -87
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +103 -0
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +23 -0
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +58 -0
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +23 -0
- tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_environmentalFootprintSingleOverallScore.py +5 -4
- tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_freshwaterEcotoxicityPotentialCtue.py +6 -5
- tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +27 -0
- tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +32 -0
- tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexLandOccupation.py +4 -3
- tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexLandTransformation.py +4 -3
- tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexTotalLandUseEffects.py +4 -4
- tests/models/impact_assessment/test_emissions.py +0 -1
- tests/models/test_config.py +3 -3
- tests/models/test_ecoinventV3.py +0 -1
- tests/models/utils/test_array_builders.py +2 -2
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/environmentalFootprintSingleOverallScore.py +0 -0
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/freshwaterEcotoxicityPotentialCtue.py +0 -0
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexLandOccupation.py +0 -0
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexLandTransformation.py +0 -0
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexTotalLandUseEffects.py +0 -0
- /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/utils.py +0 -0
- {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/top_level.txt +0 -0
- /tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/__init__.py +0 -0
@@ -110,7 +110,7 @@ _PRACTICES_TERM_TYPES = [
|
|
110
110
|
TermTermType.LANDUSEMANAGEMENT,
|
111
111
|
TermTermType.SYSTEM
|
112
112
|
]
|
113
|
-
_PRACTICES_COMPLETENESS_MAPPING = COMPLETENESS_MAPPING.get(SchemaType.PRACTICE.value)
|
113
|
+
_PRACTICES_COMPLETENESS_MAPPING = COMPLETENESS_MAPPING.get(SchemaType.PRACTICE.value, {})
|
114
114
|
_ANIMAL_MANURE_USED_TERM_ID = "animalManureUsed"
|
115
115
|
_INORGANIC_NITROGEN_FERTILISER_USED_TERM_ID = "inorganicNitrogenFertiliserUsed"
|
116
116
|
_ORGANIC_FERTILISER_USED_TERM_ID = "organicFertiliserUsed"
|
@@ -242,7 +242,7 @@ def _get_relevant_items(cycle: dict, item_name: str, term_types: List[TermTermTy
|
|
242
242
|
term_type for term_type in term_types
|
243
243
|
if any([
|
244
244
|
not completeness_mapping.get(term_type.value),
|
245
|
-
cycle.get('completeness').get(completeness_mapping.get(term_type.value), False)
|
245
|
+
cycle.get('completeness', {}).get(completeness_mapping.get(term_type.value), False)
|
246
246
|
])
|
247
247
|
]
|
248
248
|
blank_nodes = filter_list_term_type(cycle.get(item_name, []), complete_term_types)
|
@@ -165,6 +165,12 @@ def last_day_of_month(year: int, month: int):
|
|
165
165
|
)
|
166
166
|
|
167
167
|
|
168
|
+
def current_date(): return datetime.datetime.now().date().strftime('%Y-%m-%d')
|
169
|
+
|
170
|
+
|
171
|
+
def current_year(): return int(current_date()[:4])
|
172
|
+
|
173
|
+
|
168
174
|
def flatten_args(args) -> list:
|
169
175
|
"""
|
170
176
|
Flatten the input args into a single list.
|
@@ -6,7 +6,8 @@ from hestia_earth.utils.model import find_term_match, linked_node
|
|
6
6
|
from hestia_earth.utils.tools import safe_parse_date, non_empty_list
|
7
7
|
|
8
8
|
from hestia_earth.models.log import debugValues, logShouldRun
|
9
|
-
from
|
9
|
+
from . import current_year
|
10
|
+
from .cycle import is_organic
|
10
11
|
|
11
12
|
MODEL_KEY = 'impactAssessment'
|
12
13
|
MATCH_WORLD_QUERY = {'match': {'country.name.keyword': {'query': 'World', 'boost': 1}}}
|
@@ -14,7 +15,7 @@ MATCH_WORLD_QUERY = {'match': {'country.name.keyword': {'query': 'World', 'boost
|
|
14
15
|
|
15
16
|
def aggregated_end_date(end_date: str):
|
16
17
|
year = safe_parse_date(end_date).year
|
17
|
-
return round(math.floor(year / 10) * 10) + 9
|
18
|
+
return min([round(math.floor(year / 10) * 10) + 9, current_year()])
|
18
19
|
|
19
20
|
|
20
21
|
def _match_region_country(region: dict, country: dict):
|
@@ -36,8 +37,7 @@ def _match_region_country(region: dict, country: dict):
|
|
36
37
|
}
|
37
38
|
|
38
39
|
|
39
|
-
def find_closest_impact(cycle: dict, end_date: str,
|
40
|
-
term = input.get('term', {})
|
40
|
+
def find_closest_impact(cycle: dict, end_date: str, term: dict, region: dict, country: dict, must_queries=[]):
|
41
41
|
query = {
|
42
42
|
'bool': {
|
43
43
|
'must': non_empty_list([
|
@@ -74,21 +74,24 @@ def find_closest_impact(cycle: dict, end_date: str, input: dict, region: dict, c
|
|
74
74
|
|
75
75
|
def _link_input_to_impact(model: str, cycle: dict, date: int):
|
76
76
|
def run(input: dict):
|
77
|
-
|
77
|
+
term = input.get('term', {})
|
78
|
+
term_id = term.get('@id')
|
78
79
|
region = input.get('region')
|
79
80
|
country = input.get('country')
|
80
|
-
impact = find_closest_impact(cycle, date,
|
81
|
+
impact = find_closest_impact(cycle, date, term, region, country)
|
81
82
|
|
83
|
+
search_by_region_id = (region or country or {}).get('@id') or 'region-world'
|
82
84
|
debugValues(cycle, model=model, term=term_id, key=MODEL_KEY,
|
83
|
-
|
84
|
-
|
85
|
-
|
85
|
+
search_by_input_term_id=term_id,
|
86
|
+
search_by_region_id=search_by_region_id,
|
87
|
+
search_by_end_date=str(date),
|
88
|
+
impact_assessment_id_found=(impact or {}).get('@id'))
|
86
89
|
|
87
90
|
should_run = all([impact is not None])
|
88
91
|
logShouldRun(cycle, model, term_id, should_run)
|
89
92
|
logShouldRun(cycle, model, term_id, should_run, key=MODEL_KEY) # show specifically under Input
|
90
93
|
|
91
|
-
return
|
94
|
+
return input | {MODEL_KEY: linked_node(impact), 'impactAssessmentIsProxy': True} if impact else None
|
92
95
|
return run
|
93
96
|
|
94
97
|
|
@@ -527,12 +527,13 @@ def avg_run_in_rowwise(arr: NDArray, n: int):
|
|
527
527
|
return avg_run_in_columnwise(arr.transpose(), n).transpose()
|
528
528
|
|
529
529
|
|
530
|
-
def gen_seed(node: dict) -> int:
|
530
|
+
def gen_seed(node: dict, *args: tuple[str]) -> int:
|
531
531
|
"""
|
532
|
-
Generate a seed based on a node's `@id` so that rng is the same each time the model is re-run.
|
532
|
+
Generate a seed based on a node's `@id` and optional args so that rng is the same each time the model is re-run.
|
533
533
|
"""
|
534
534
|
node_id = node.get("@id", "")
|
535
|
-
|
535
|
+
seed_str = "".join([node_id] + [str(arg) for arg in args])
|
536
|
+
hashed = hashlib.shake_128(seed_str.encode(), usedforsecurity=False).hexdigest(4)
|
536
537
|
return abs(int(hashed, 16))
|
537
538
|
|
538
539
|
|
@@ -35,7 +35,7 @@ from .lookup import (
|
|
35
35
|
is_product_id_allowed, is_product_termType_allowed,
|
36
36
|
is_input_id_allowed, is_input_termType_allowed, _node_value
|
37
37
|
)
|
38
|
-
from .property import get_node_property, get_node_property_value
|
38
|
+
from .property import get_node_property, get_node_property_value
|
39
39
|
from .term import get_lookup_value
|
40
40
|
from ..log import debugValues, log_as_table
|
41
41
|
|
@@ -1468,16 +1468,20 @@ def _convert_via_property(node: dict, node_value: Union[int, float], property_fi
|
|
1468
1468
|
|
1469
1469
|
Parameters
|
1470
1470
|
----------
|
1471
|
-
node:
|
1472
|
-
|
1473
|
-
|
1471
|
+
node: dict
|
1472
|
+
Blank node containing a term
|
1473
|
+
node_value: int | float
|
1474
|
+
Value to be converted as float or int
|
1475
|
+
property_field: str
|
1476
|
+
E.g., "density"
|
1474
1477
|
|
1475
|
-
Returns
|
1478
|
+
Returns
|
1476
1479
|
-------
|
1480
|
+
Float or None
|
1477
1481
|
"""
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1482
|
+
node_property_value = get_node_property_value(
|
1483
|
+
model=None, node=node, prop_id=property_field, default=0, handle_percents=False
|
1484
|
+
)
|
1481
1485
|
return node_value * node_property_value if node_value is not None and bool(node_property_value) else None
|
1482
1486
|
|
1483
1487
|
|
@@ -1486,7 +1490,7 @@ def convert_unit(node, dest_unit: Units, node_value: Union[int, float] = None) -
|
|
1486
1490
|
Convert a number `value` inside a node or a optional `node_value` belonging to a term `node`, to unit `dest_unit`
|
1487
1491
|
using the ATOMIC_WEIGHT_CONVERSIONS map or failing that, the PROPERTY_UNITS_CONVERSIONS map and lookups
|
1488
1492
|
"""
|
1489
|
-
src_unit = node.get("units", "")
|
1493
|
+
src_unit = node.get("units") or node.get('term', {}).get('units', "")
|
1490
1494
|
|
1491
1495
|
node_value = _node_value(node) if node_value is None else node_value
|
1492
1496
|
|
@@ -1505,7 +1509,7 @@ def convert_unit_properties(node_value: Union[int, float], node: dict, dest_unit
|
|
1505
1509
|
Uses cached calls to download_hestia() internally for speedup
|
1506
1510
|
Returns None if no conversion possible.
|
1507
1511
|
"""
|
1508
|
-
src_unit = node.get(
|
1512
|
+
src_unit = node.get("units") or node.get('term', {}).get('units', "")
|
1509
1513
|
conversions = PROPERTY_UNITS_CONVERSIONS.get(src_unit, {}).get(dest_unit.value, [])
|
1510
1514
|
return reduce(
|
1511
1515
|
lambda value, conversion_property_field: _convert_via_property(node, value, conversion_property_field),
|
@@ -49,6 +49,7 @@ def all_factor_value(
|
|
49
49
|
):
|
50
50
|
values = list(map(_factor_value(model, term_id, lookup_name, lookup_col, grouped_key), blank_nodes))
|
51
51
|
|
52
|
+
has_values = len(values) > 0
|
52
53
|
missing_values = set([v.get('id') for v in values if v.get('value') is not None and v.get('coefficient') is None])
|
53
54
|
all_with_factors = all([v.get('coefficient') is not None for v in values if v.get('value') is not None])
|
54
55
|
|
@@ -58,13 +59,14 @@ def all_factor_value(
|
|
58
59
|
debugValues(node, model=model, term=term_id,
|
59
60
|
all_with_factors=all_with_factors,
|
60
61
|
missing_lookup_factor=';'.join(missing_values),
|
62
|
+
has_values=has_values,
|
61
63
|
values_used=log_as_table(values))
|
62
64
|
|
63
65
|
values = [float((v.get('value') or 0) * (v.get('coefficient') or 0)) for v in values]
|
64
66
|
|
65
67
|
# fail if some factors are missing
|
66
68
|
return None if not all_with_factors else (
|
67
|
-
list_sum(values) if
|
69
|
+
list_sum(values) if has_values else default_no_values
|
68
70
|
)
|
69
71
|
|
70
72
|
|
@@ -57,7 +57,8 @@ def find_term_property(term, property: str, default=None, keep_in_memory=False)
|
|
57
57
|
return find_term_match(props, property, default)
|
58
58
|
|
59
59
|
|
60
|
-
def get_node_property(node: dict, property: str, find_default_property: bool = True
|
60
|
+
def get_node_property(node: dict, property: str, find_default_property: bool = True,
|
61
|
+
keep_in_memory: bool = False) -> dict:
|
61
62
|
"""
|
62
63
|
Get the property by `@id` linked to the Blank Node in the glossary.
|
63
64
|
|
@@ -73,6 +74,8 @@ def get_node_property(node: dict, property: str, find_default_property: bool = T
|
|
73
74
|
The `term.@id` of the property. Example: `nitrogenContent`.
|
74
75
|
find_default_property : bool
|
75
76
|
Default to fetching the property from the `defaultProperties` of the `Term`.
|
77
|
+
keep_in_memory:
|
78
|
+
If True and find_default_property is True, will cache this term_id call to api
|
76
79
|
|
77
80
|
Returns
|
78
81
|
-------
|
@@ -80,7 +83,7 @@ def get_node_property(node: dict, property: str, find_default_property: bool = T
|
|
80
83
|
The property if found, `None` otherwise.
|
81
84
|
"""
|
82
85
|
prop = find_term_match(node.get('properties', []), property, None)
|
83
|
-
return find_term_property(node.get('term', {}), property, {}) if all([
|
86
|
+
return find_term_property(node.get('term', {}), property, {}, keep_in_memory) if all([
|
84
87
|
find_default_property,
|
85
88
|
prop is None
|
86
89
|
]) else (prop or {})
|
hestia_earth/models/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
VERSION = '0.
|
1
|
+
VERSION = '0.67.0'
|
hestia_earth/orchestrator/log.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
import os
|
2
2
|
import sys
|
3
|
+
import platform
|
4
|
+
import resource
|
3
5
|
import logging
|
4
6
|
|
5
7
|
LOG_LEVEL = os.getenv('LOG_LEVEL', 'INFO')
|
@@ -42,6 +44,15 @@ if LOG_FILENAME is not None:
|
|
42
44
|
def _join_args(**kwargs): return ', '.join([f"{key}={value}" for key, value in kwargs.items()])
|
43
45
|
|
44
46
|
|
47
|
+
def log_memory_usage(**kwargs):
|
48
|
+
factor = 1024 * (
|
49
|
+
1024 if platform.system() in ['Darwin', 'Windows'] else 1
|
50
|
+
)
|
51
|
+
value = resource.getrusage(resource.RUSAGE_SELF).ru_maxrss / factor
|
52
|
+
extra = (', ' + _join_args(**kwargs)) if len(kwargs.keys()) > 0 else ''
|
53
|
+
logger.info('memory used=%s, unit=MB' + extra, value)
|
54
|
+
|
55
|
+
|
45
56
|
def _log_node_suffix(node: dict = {}):
|
46
57
|
node_type = node.get('@type', node.get('type')) if node else None
|
47
58
|
node_id = node.get('@id', node.get('id', node.get('term', {}).get('@id'))) if node else None
|
@@ -7,7 +7,7 @@ from copy import deepcopy
|
|
7
7
|
from hestia_earth.utils.tools import non_empty_list
|
8
8
|
|
9
9
|
from hestia_earth.models.version import VERSION
|
10
|
-
from ..log import logger
|
10
|
+
from ..log import logger, log_memory_usage
|
11
11
|
from ..utils import get_required_model_param, _snakecase
|
12
12
|
from ..strategies.run import should_run
|
13
13
|
from ..strategies.merge import merge
|
@@ -76,10 +76,15 @@ def _run_post_checks(data: dict):
|
|
76
76
|
|
77
77
|
|
78
78
|
def _run_model(data: dict, model: dict, all_models: list):
|
79
|
-
|
80
|
-
# if no value is provided, use all the models but this one
|
79
|
+
model_id = get_required_model_param(model, 'model')
|
81
80
|
model_value = model.get('value') or _list_except_item(all_models, model)
|
81
|
+
log_memory_usage(model_model=model_id, model_value=model_value, step='before')
|
82
|
+
|
83
|
+
module = _import_model(model_id.replace('-', '_'))
|
84
|
+
# if no value is provided, use all the models but this one
|
82
85
|
result = module.get('run')(model_value, data)
|
86
|
+
|
87
|
+
log_memory_usage(model_model=model_id, model_value=model_value, step='after')
|
83
88
|
return {'data': data, 'model': model, 'version': module.get('version'), 'result': result}
|
84
89
|
|
85
90
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hestia-earth-models
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.67.0
|
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=tApCGZ55bRG3rl7a-jjwZokgF3dxGbg8WlKfwo
|
|
4
4
|
hestia_earth/models/log.py,sha256=3NzkAEgxMGCMolQbC6nDuAJEb7ZpQNXLekhbRNjedSo,3561
|
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=AtpxzttjHgdl8EuXNyJH8_i6hGILXOxlpbooRi2a3sE,19
|
8
8
|
hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
|
9
9
|
hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=rm5ZaRAzJ08m2y4BxkGh-RjudkDWgozmg3XumoRm-fQ,4511
|
10
10
|
hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=BPjnWmg73i_OxM2ouCdMTWZtPIqyoUAXrvutntyteE0,3390
|
@@ -27,15 +27,19 @@ hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransfo
|
|
27
27
|
hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=11H8j9i2h2zChea92CdzPodWZfdegkAnQx6qYC6Ym9A,2623
|
28
28
|
hestia_earth/models/chaudharyBrooks2018/utils.py,sha256=Z0IrvVv-dKsRt09LmT7sc6e1bWnhjZ-WBrO-namIngo,1539
|
29
29
|
hestia_earth/models/cml2001Baseline/__init__.py,sha256=0uGrCKDNUH-MUkpvts9MyPMnZKao-M03gU8uKquUozQ,416
|
30
|
-
hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=
|
30
|
+
hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py,sha256=6CvHcrSANH4UAWY58y2Ow00DzqitJVAteCzjsmi5cwA,6070
|
31
31
|
hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py,sha256=yXie6UW0_I4VQcADn7Uvk4n1RmrFAauJ7ZVh7OgBUyA,5952
|
32
32
|
hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py,sha256=nUWKsn3COqAOrYNmiBKnA2rUs88pj4o3k4fHKA0TVbU,1068
|
33
|
+
hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py,sha256=3MGkwcuyQ8LcIrqb0gCs0PYr0Im0L_r4SWrdoRXr05k,5686
|
34
|
+
hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py,sha256=hXGdx1IA5yeVLHrRrSZWCP0s7ucSRWelYNr6aQ9YTyU,1205
|
35
|
+
hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py,sha256=WUIA2tDBoAdTQ6Aa5GgEpvOGyR-O6KuJeeIffUpTh2U,2708
|
36
|
+
hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py,sha256=WfFL9n_KyR2XXPwliHu6gpgixFrOWB4XAO1VsJWgIio,1200
|
33
37
|
hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=N8neIISqeTAS7VGTNWbbbozOtfCb816qwwHCnv7Nnpw,1113
|
34
38
|
hestia_earth/models/cml2001NonBaseline/__init__.py,sha256=vI8wp8Og_e8DiJqYYvp33YoI3t4ffAC31LWlnV20JTg,419
|
35
39
|
hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py,sha256=lcgyRHY08KCBFPERJNqV4DYGEJCvyHBDnJXD0kEkVqM,1097
|
36
40
|
hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py,sha256=xcrxfs9UoV_EWvV-XzMt35oPWCUsTzqg2SGA3j2MFIw,1091
|
37
41
|
hestia_earth/models/config/Cycle.json,sha256=pl90Wepb0ocERsRm2ZTeXYXJvBrAwfIjjLQQQQheNmM,56452
|
38
|
-
hestia_earth/models/config/ImpactAssessment.json,sha256=
|
42
|
+
hestia_earth/models/config/ImpactAssessment.json,sha256=vASduDfQQaYjRR1GRG_gXCqP7j5j5InkNBdXK04VF5g,55628
|
39
43
|
hestia_earth/models/config/Site.json,sha256=i25vGzBYcaGnU6BvNE2cdmpo6DJolXKKogyCfXaMTuQ,13146
|
40
44
|
hestia_earth/models/config/__init__.py,sha256=l1WqL7ezlank86ABP4zUia_hIvM9ba-sOE3z6wNrea8,2333
|
41
45
|
hestia_earth/models/config/run-calculations.json,sha256=e3nJ4M6CP1iFzfv8ou_ZUFbFxYkDxJgwuNDXTm4PBDc,615
|
@@ -99,7 +103,7 @@ hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioEnergy.py,sha25
|
|
99
103
|
hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioFedWeight.py,sha256=7Dss1AIbG7GimQ3-Ecv2wsx1PrblZhHFYhMHWoyvPc4,2140
|
100
104
|
hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py,sha256=RV7lLd4PiFRCkH83-DvuZKnOCA9bXbYOcDHea8Wz4LY,2603
|
101
105
|
hestia_earth/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
102
|
-
hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=
|
106
|
+
hestia_earth/models/cycle/input/hestiaAggregatedData.py,sha256=LQ53JfQqM4IHSChxxYKyjJNyCqny28PU4xMWMbRWqFs,6286
|
103
107
|
hestia_earth/models/cycle/input/properties.py,sha256=xJojLiaMSqFVunJi8aOiTtn8wzkizduinMSxsGGhKN4,3187
|
104
108
|
hestia_earth/models/cycle/input/value.py,sha256=kolH9Fc5GIn9OVH2DgHEaW8ksS4xisy0LerS3WkKK9E,1550
|
105
109
|
hestia_earth/models/cycle/post_checks/__init__.py,sha256=5ThdvGKp7ilFOzn8Tq23c4XXqhA345PYIe63yOtGJTY,336
|
@@ -145,13 +149,15 @@ hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py,sha256=8B1GVsn5gEXVW3i
|
|
145
149
|
hestia_earth/models/emepEea2019/tspToAirAnimalHousing.py,sha256=hHHhu_EZWhxAKhGJgrHY3vNI7Kuy6h8-JyOuas7KRXk,1524
|
146
150
|
hestia_earth/models/emepEea2019/utils.py,sha256=oTHjbRRwJZv_tpO9MOlfpyQRmN0a1kvEZsVHUPliZpQ,4014
|
147
151
|
hestia_earth/models/emissionNotRelevant/__init__.py,sha256=NkP635TDNs7bQBv2n9tUTLwScZHfUkSC4XzLVwjxWtg,2240
|
148
|
-
hestia_earth/models/
|
149
|
-
hestia_earth/models/
|
150
|
-
hestia_earth/models/
|
151
|
-
hestia_earth/models/
|
152
|
-
hestia_earth/models/
|
153
|
-
hestia_earth/models/
|
154
|
-
hestia_earth/models/
|
152
|
+
hestia_earth/models/environmentalFootprintV3_1/__init__.py,sha256=tF2WrWiV1Wzi2vnRiNXdfPWfmVxgVu9w9-7eA6PA7-s,473
|
153
|
+
hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py,sha256=Jlenb5nh0DKCoh8Pdd6-3Bxvyg9fB3bw1ww3_y7nE9w,5796
|
154
|
+
hestia_earth/models/environmentalFootprintV3_1/freshwaterEcotoxicityPotentialCtue.py,sha256=N_gw2aNoCMW5Z1XM-uAyCF1kfpZUI07giv_bo3Lmr5Q,918
|
155
|
+
hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py,sha256=UM9pezQeETfk9i0FtOBRdreaaJ9OqL6G4gYljrKOz-0,1063
|
156
|
+
hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py,sha256=2m_vX-Ziy8rrVqf1fBpKzLc1FFXs48XQRygvCKS7i-0,1263
|
157
|
+
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py,sha256=r3GV2pspKWAlKU46TMh_6D_rrXtY_onhk3RnukzJjD8,5095
|
158
|
+
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandTransformation.py,sha256=D_le-V9J0JFcCT5YBXYWv_Z1IQ67EjvwDiaoDuVeJ6w,7072
|
159
|
+
hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexTotalLandUseEffects.py,sha256=SIjFYPv4n3mziohW2nlycaMssHQ3ws79hqHa4i3sCVI,2997
|
160
|
+
hestia_earth/models/environmentalFootprintV3_1/utils.py,sha256=fZ99_G0Kh4OUW5wH-LglzCrKp8l2plKuCs4yvUH_3hs,699
|
155
161
|
hestia_earth/models/epa2014/__init__.py,sha256=ckGf_6X7CCzI_18OqchEkuJAXKXM1x7V53u480ckknM,408
|
156
162
|
hestia_earth/models/epa2014/no3ToGroundwaterExcreta.py,sha256=fN4fOOcjBg3tl0lzNeJ8mzg6mrvQRxilx-R5Gc4l4Nw,1724
|
157
163
|
hestia_earth/models/fantkeEtAl2016/__init__.py,sha256=NtOlRmjTA4e8i0nW8erwdm-DDtfYlbLiARqqv82bkU4,415
|
@@ -227,7 +233,7 @@ hestia_earth/models/impact_assessment/pre_checks/cycle.py,sha256=2kg2_X1PRNxevAr
|
|
227
233
|
hestia_earth/models/impact_assessment/pre_checks/site.py,sha256=GMse3nBIXBFMJqMUq6C_Sqw8uWm7ykh46enMtmHPYbU,911
|
228
234
|
hestia_earth/models/impact_assessment/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
229
235
|
hestia_earth/models/impact_assessment/product/economicValueShare.py,sha256=EFVAQ6ZDC_jPRMA3K3lVVLR6Ow3nzMeG6zhNlwICef8,1470
|
230
|
-
hestia_earth/models/impact_assessment/product/value.py,sha256=
|
236
|
+
hestia_earth/models/impact_assessment/product/value.py,sha256=K88uLQ7m_vvoVuTXjolV9fdzds6DO6VHRB-1f3CA7eY,1331
|
231
237
|
hestia_earth/models/ipcc2006/__init__.py,sha256=ReUFPLqIyp16QEOGaiHmz41QbuwYBQYDKVtw6KuRDIA,409
|
232
238
|
hestia_earth/models/ipcc2006/aboveGroundCropResidueRemoved.py,sha256=6FDgMH5eiO1mEn20oerYpWty6t9058JS3MCdfVmeY_o,2714
|
233
239
|
hestia_earth/models/ipcc2006/aboveGroundCropResidueTotal.py,sha256=vD_kpvOJmjTOjDEnlqSYBSZxjuPGvzpmCr0JIC84GKE,3431
|
@@ -248,9 +254,9 @@ hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py,sha256=2fFEHTXxel_XPiMX
|
|
248
254
|
hestia_earth/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=VJ16KIGQQHybzZiTvu3mpZy_3j0xcd06RHHCfPrCMgU,427
|
249
255
|
hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py,sha256=HR2vnOc64mg_fxe9m5NmqxBZ8-aFuKb44gmItyuRL1s,1041
|
250
256
|
hestia_earth/models/ipcc2019/__init__.py,sha256=LdRpu8KbEc-MroIwXfKDjfj-xbgmfUYgctjKVvtpRfQ,409
|
251
|
-
hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=
|
257
|
+
hestia_earth/models/ipcc2019/aboveGroundBiomass.py,sha256=3OizoSpsHtHG2evmH9A-kxVl3FqqrIfZeFcVCv9BOi8,19956
|
252
258
|
hestia_earth/models/ipcc2019/aboveGroundCropResidueTotal.py,sha256=lT2QVV5c2LvQqZRfPEvFT_bMTayMXgIsFLnx8I6iYzw,3089
|
253
|
-
hestia_earth/models/ipcc2019/belowGroundBiomass.py,sha256=
|
259
|
+
hestia_earth/models/ipcc2019/belowGroundBiomass.py,sha256=VpYI_BT4D4R5dASC13kn9_QPxVMiojY_gc32StUPvwM,18961
|
254
260
|
hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=7AFU2Q0qPAvv6uEKWByS38jl77FvjTPbGm2GQ53waGg,3499
|
255
261
|
hestia_earth/models/ipcc2019/biomass_utils.py,sha256=R7t-YWq5K-AMHihlWh8hWHfhaoGZMmDf8SNFM6-wGdU,15895
|
256
262
|
hestia_earth/models/ipcc2019/carbonContent.py,sha256=tlQvu4Auhpjmaz7XrZz86xwxVrJhsYYf8DFA_aQeev4,7255
|
@@ -260,7 +266,7 @@ hestia_earth/models/ipcc2019/ch4ToAirExcreta.py,sha256=WnKmSQSqr1Jv7_95DLgtufPYG
|
|
260
266
|
hestia_earth/models/ipcc2019/ch4ToAirFloodedRice.py,sha256=TJ4J7VA5n4RPrJYZQeR3lc3ZoCw7T1E5Cb1XJewr834,7331
|
261
267
|
hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py,sha256=s0zViR8Ab_b_sMDwMzopN4SAWdm6wpzGs-Hf_TtWaiw,6641
|
262
268
|
hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py,sha256=trinj_A8H6H_zMaQMjYXcBePvjDKXhbqmIpeet0lW6g,6691
|
263
|
-
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=
|
269
|
+
hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py,sha256=SeBGZr3qucktpRMfvIRMqFnW0C2QQxQnRfHYNoHshZ4,57933
|
264
270
|
hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py,sha256=7z0zdqiiWQwkyJCgSNMoK2mft3cJkTRlqwKrMuSKdWI,2454
|
265
271
|
hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py,sha256=UQjmccUsKxsycG_htbD1-T2xw6AklKqIR3u8KIMGBOY,6709
|
266
272
|
hestia_earth/models/ipcc2019/co2ToAirUreaHydrolysis.py,sha256=Ofld5SuRKndcKB3FFFoUdzSgNq-gc4kmiNyyrPKQ3Io,3580
|
@@ -284,8 +290,8 @@ hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=px2SN-u
|
|
284
290
|
hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=fmmFgjtvOD2TrrLY03jYly_KvDnCsAXqhL_tmZQQt-A,4480
|
285
291
|
hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=9dx_MRTwJGxJRq6mj2EJQMdQ2w6j7lw0fQk0If_cIGc,4152
|
286
292
|
hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=C9ef41fd-gYixEV3sTs9VMHHdnSZJ14kbEEmMG116hY,8653
|
287
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=
|
288
|
-
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=
|
293
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py,sha256=NNiFGHRErIgyYw7l9uoMaUNpAd0OhkUOKEqwQ1863xM,76251
|
294
|
+
hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py,sha256=4VSVL0qHVzwvi7lVAY5VMkGscUsu3PIyvJENFyTKYgM,64040
|
289
295
|
hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=FFcjdkYq5NJwAu4bWZJUao4MoDHvgbXmXCnUNKD-a3w,9842
|
290
296
|
hestia_earth/models/ipcc2019/pastureGrass.py,sha256=HWRkpYpGqvMfol2dPb9pFkNzoGj7n6sRpyIjGSVM9lQ,10306
|
291
297
|
hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=KvjIQ3xwbq1rk3thHlkGgQaWKgh0hCkNnzC53JW9634,14178
|
@@ -408,7 +414,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=S1zlux02gU2Lajrtoq-zQ
|
|
408
414
|
hestia_earth/models/mocking/__init__.py,sha256=9VX50c-grz-snfd-7MBS0KfF7AadtbKuj7kK6PqtsgE,687
|
409
415
|
hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
|
410
416
|
hestia_earth/models/mocking/mock_search.py,sha256=ccFe_WrI73JElFmxp4hPNLCX7eeU--lBC1JFR901KJY,1069
|
411
|
-
hestia_earth/models/mocking/search-results.json,sha256=
|
417
|
+
hestia_earth/models/mocking/search-results.json,sha256=4Lktf7Rv2YObXMbIxFDPQ1jynfsn14WXh9EptNX5P9U,102054
|
412
418
|
hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
|
413
419
|
hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=Qt-mel4dkhK6N5uUOutNOinCTFjbjtGzITaaI0LvYc4,2396
|
414
420
|
hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=JT0RybbvWVlo01FO8K0Yj41HrEaJT3Kj1xfayr2X-xw,2315
|
@@ -512,7 +518,7 @@ hestia_earth/models/site/defaultMethodClassification.py,sha256=dd8d8agEGZxnDhZWb
|
|
512
518
|
hestia_earth/models/site/defaultMethodClassificationDescription.py,sha256=PfViyDtpMfBZTea4XkuG5SK1Ac3x3RkK9lA_ogiNJNg,1474
|
513
519
|
hestia_earth/models/site/flowingWater.py,sha256=v3g5722GIA4zQAUQI9yGFiZvFvI1QAVZqlQrY-6_B3A,1731
|
514
520
|
hestia_earth/models/site/freshWater.py,sha256=FXs3Vt8V4e-wn325_dwSTOKlZtn5ksNUpvYGDeLJShY,1255
|
515
|
-
hestia_earth/models/site/management.py,sha256=
|
521
|
+
hestia_earth/models/site/management.py,sha256=MJgbfphil6asmbXR7K2Y0kIokxSd1fLQCfLGAFYZ-Uk,15730
|
516
522
|
hestia_earth/models/site/netPrimaryProduction.py,sha256=UIIQkYd911qVzrWjxBLrC37e-RARIVgDwLdARY9BuLw,1849
|
517
523
|
hestia_earth/models/site/organicCarbonPerHa.py,sha256=F2ShinHf0m9qKa1nCYBspsDkRY6jzOl0wM8mSDre22I,14916
|
518
524
|
hestia_earth/models/site/organicCarbonPerKgSoil.py,sha256=t--wAshiAKS-JvEKhLFRadGvgSBv5NFZ68jdyms_wh4,1945
|
@@ -570,12 +576,12 @@ hestia_earth/models/transformation/product/__init__.py,sha256=47DEQpj8HBSa-_TImW
|
|
570
576
|
hestia_earth/models/transformation/product/excreta.py,sha256=Yj9wMF5if-zivb6qbN3vy1X51ZNYxvoyG9f4KPp3Y18,5700
|
571
577
|
hestia_earth/models/usetoxV2/__init__.py,sha256=pK37V3H-KvYcvRKw4Mv8CWrB2N0LFLzmv0jKLdhGGqs,409
|
572
578
|
hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py,sha256=pPX8u-Aq6Pg5Y9xw0CS0S2WkAHQpOMl0lL2tLQwwOuU,918
|
573
|
-
hestia_earth/models/utils/__init__.py,sha256=
|
574
|
-
hestia_earth/models/utils/aggregated.py,sha256=
|
579
|
+
hestia_earth/models/utils/__init__.py,sha256=nFFkL46giQRAakpUmhlWq57f_M3UI36NMLYKJbC8nWg,7436
|
580
|
+
hestia_earth/models/utils/aggregated.py,sha256=cTUzS60t44_viF1wMnTTVpFq8-6cKJTQuQXPHGq6RgY,5102
|
575
581
|
hestia_earth/models/utils/animalProduct.py,sha256=M5IunAKGY6oZv3j1Ascl34ywyeLWApqOIlBzbtlA2FE,721
|
576
582
|
hestia_earth/models/utils/aquacultureManagement.py,sha256=dxrbC1Xf140cohxTbSw6TxLAnAASWTdNZwBBam4yQnw,171
|
577
|
-
hestia_earth/models/utils/array_builders.py,sha256=
|
578
|
-
hestia_earth/models/utils/blank_node.py,sha256=
|
583
|
+
hestia_earth/models/utils/array_builders.py,sha256=ko1pDZKaUudZqxOZ99vJamKAdoR6ND4ZmxVrYH6YjPc,19498
|
584
|
+
hestia_earth/models/utils/blank_node.py,sha256=p0ikM08UygbF-zXfJsf_OtePCxkCMjkBqTpmFhshHSQ,52261
|
579
585
|
hestia_earth/models/utils/cache_sources.py,sha256=MBkrPpjwNiC4ApDjeYVHZjWBbpvAerXRDrMHpjasAZ0,377
|
580
586
|
hestia_earth/models/utils/completeness.py,sha256=2-GusD9UycobDZq8y5jar0ZcOjyqnSbzPRT_5XMc4YA,1259
|
581
587
|
hestia_earth/models/utils/constant.py,sha256=6wLx8xb2R8HtpEpVy5e-PbioOo7QCu2n-W72fs6OvgE,3411
|
@@ -597,7 +603,7 @@ hestia_earth/models/utils/inorganicFertiliser.py,sha256=_dLBY-otGkLr8PobR5dQ89bF
|
|
597
603
|
hestia_earth/models/utils/input.py,sha256=gsVFKTC9WF8dO6YAg_-H_GAOQTnvAr49Ox5-eTH8zf8,5145
|
598
604
|
hestia_earth/models/utils/landCover.py,sha256=8-nfynzCx9gf9YfhpuoH6Cn4kQwWFpYA5RmoGW-0ETE,300
|
599
605
|
hestia_earth/models/utils/liveAnimal.py,sha256=GnajBPZw5d94raf80KtLloaOqlfqGAPwUtP9bRlGWeE,1754
|
600
|
-
hestia_earth/models/utils/lookup.py,sha256=
|
606
|
+
hestia_earth/models/utils/lookup.py,sha256=IkVB-T2Ab_jA7RTZUKn6yp3VBIvmqes26JbAG-Obnd8,8793
|
601
607
|
hestia_earth/models/utils/management.py,sha256=W5M9k0arraVUGh4ZccVqgb8rSSLxHM6rkmi4MSzV6Dw,413
|
602
608
|
hestia_earth/models/utils/measurement.py,sha256=izEiPszUcPA22zaIc0OuF7Yk82JWu5cxi0Sbz_9YgBo,11142
|
603
609
|
hestia_earth/models/utils/organicFertiliser.py,sha256=2HY-a0EBzUw4DkEAXClLMXVCEZTKYf0BwFHBo7lQ5Tg,363
|
@@ -605,7 +611,7 @@ hestia_earth/models/utils/pesticideAI.py,sha256=_mlhKnA1TxF-x39CPNnOGXk6754SoSQq
|
|
605
611
|
hestia_earth/models/utils/practice.py,sha256=tNadOzsrNlCEt801B815XaruJXzZ5yPASam7B3sWpXE,1091
|
606
612
|
hestia_earth/models/utils/product.py,sha256=DhDgiReR8k9n9aaRM2xk3PIY3nfoE1ISKg9pKsBVzVQ,10143
|
607
613
|
hestia_earth/models/utils/productivity.py,sha256=rTJX_nemxHpOcPN7jiM2hFHknoLUIW8y-hFxVxIkg70,593
|
608
|
-
hestia_earth/models/utils/property.py,sha256
|
614
|
+
hestia_earth/models/utils/property.py,sha256=-qQTdGLmH3v_5IS2pOkZV9RIaYbJ97oWPUni3uTiHz4,5585
|
609
615
|
hestia_earth/models/utils/site.py,sha256=MyWh_jhY1XbN2EZRdJsHzNJW0PGQqEC1wAmiie4nQy0,3905
|
610
616
|
hestia_earth/models/utils/source.py,sha256=Y-CcO5Y3q5Hz4A4RdX35C1EUjL9w1NKnOrzVfOWQ7nU,1748
|
611
617
|
hestia_earth/models/utils/stats.py,sha256=-0vvhSDAhp4ZYXD1l6sO2hdok8_HgUM6OjCSYGSTHqU,15291
|
@@ -616,9 +622,9 @@ hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zu
|
|
616
622
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
|
617
623
|
hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py,sha256=TGXyusrRd9shT842iqbrI6MkQhICgw7uYdrl4jsDrg8,4193
|
618
624
|
hestia_earth/orchestrator/__init__.py,sha256=ntPWzdomHMdKejrnUlVPCUrLw0P2C9UIt3jRJD_Gwn4,1402
|
619
|
-
hestia_earth/orchestrator/log.py,sha256=
|
625
|
+
hestia_earth/orchestrator/log.py,sha256=ZVqekPDbXw9zIzxaiGZ86PdMhVK7w99eu-Rvs28VCeo,2580
|
620
626
|
hestia_earth/orchestrator/utils.py,sha256=LAMUTyIQ-90TR6CUljWPbCNBsAMeukOhW4zoPy7LzuU,4111
|
621
|
-
hestia_earth/orchestrator/models/__init__.py,sha256=
|
627
|
+
hestia_earth/orchestrator/models/__init__.py,sha256=0YtIyaNyhavK8Vq_y5a3smynLNXaGnuaZte5HROlNFc,4237
|
622
628
|
hestia_earth/orchestrator/models/transformations.py,sha256=zJwfVXabudLXhdyz0Hsk4IV_2OjgMtaYEZbD9kuZtLk,4128
|
623
629
|
hestia_earth/orchestrator/models/emissions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
624
630
|
hestia_earth/orchestrator/models/emissions/deleted.py,sha256=KC6J1bdMJC1rBFlWW5SD1NhbN8kyBPFdncbtY9OfYBU,575
|
@@ -634,8 +640,8 @@ hestia_earth/orchestrator/strategies/run/add_key_if_missing.py,sha256=t3U-v87Xpb
|
|
634
640
|
hestia_earth/orchestrator/strategies/run/always.py,sha256=D0In6_kr28s-fgqspawgvj5cgFClxGvepZYqtYsjWVE,217
|
635
641
|
tests/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
636
642
|
tests/models/test_cache_sites.py,sha256=eZkbgAhfA-67GhPgE4lk8byHnYvX2Ate1KPsE6jH1-c,2954
|
637
|
-
tests/models/test_config.py,sha256=
|
638
|
-
tests/models/test_ecoinventV3.py,sha256=
|
643
|
+
tests/models/test_config.py,sha256=w27OA_pk9NuDbxzMD--l72Ea97SL1HS6bos6mOUCy8k,3386
|
644
|
+
tests/models/test_ecoinventV3.py,sha256=ojL19T8kFNCiM5i-EgvXniLWBxU4RCsBOgIQ-sbGaMM,1894
|
639
645
|
tests/models/test_ecoinventV3AndEmberClimate.py,sha256=_EOxdrdavXP6L5_LtvaVbXb_-56UJXSaiPhpGntmwVc,801
|
640
646
|
tests/models/test_emissionNotRelevant.py,sha256=YXTdRfcdR_JepHuj2P3Y3r0aFMKNOmsXQHY48tmLTQo,1316
|
641
647
|
tests/models/agribalyse2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -659,9 +665,13 @@ tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupatio
|
|
659
665
|
tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py,sha256=lcyMTaNMbIjzZrbPxejujfYyAEj2XOH5Ei9pmAQAi7k,1912
|
660
666
|
tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=NTc3PZZRc9ZqGpaARdbuzLWR5bB0HCPw5AMdGmwVsRg,704
|
661
667
|
tests/models/cml2001Baseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
662
|
-
tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py,sha256=
|
668
|
+
tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py,sha256=XseqzU8JE3MOeIM_3cBIlNhTInucG_VNfgyUIpKAdrU,5663
|
663
669
|
tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py,sha256=y-E5t5x2VcgPsy3cPFBWyULd6vieaGjDY_J2GVJMtUo,4081
|
664
670
|
tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py,sha256=ZIIx_EiYbUxUoAS7NuQrxqwTFS3rXQm9_1AsqF_bhB8,894
|
671
|
+
tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py,sha256=kgtJd2sI6BwL-pOGnNA6b-huPpJGgcO6cbZdme_lKmQ,4772
|
672
|
+
tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py,sha256=KPEC2CXgO78Kkcbi_Iu0AzKRZMYJSfkeEV-kspSyLYA,910
|
673
|
+
tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py,sha256=kko6cV3YRmcxfYdJ8xQuTeo9Bro9BuBbgGBO2gklxWM,2085
|
674
|
+
tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py,sha256=_UqFak1-DX6b-brX2xt3zpfYUhjFPRoUMhgF9l3cw3I,912
|
665
675
|
tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=t3WBdg_aTYSLfaqeXUDyvQJ8ZqbvKwv9RKaZyRzj61k,925
|
666
676
|
tests/models/cml2001NonBaseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
667
677
|
tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py,sha256=Snt0zwI1fF2_ome79rTRZjl5Oc8dZfbcqX8lXwxabVs,910
|
@@ -759,12 +769,14 @@ tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py,sha256=cs3UaJ7ucCryOaQy0
|
|
759
769
|
tests/models/emepEea2019/test_so2ToAirFuelCombustion.py,sha256=zRTyeeQM1fRdRVFWbtCNndaddDbKHU1xLzmp_psDceE,1518
|
760
770
|
tests/models/emepEea2019/test_tspToAirAnimalHousing.py,sha256=4MNDsxIeUk5_3IvZwEZslxgoPNyQN9OQFDNY3uGNX6E,714
|
761
771
|
tests/models/emepEea2019/test_utils.py,sha256=G6z8tEfWM0OPnUBaFCQgQyEi5-kRF_DqsqdYaPnzR_I,8761
|
762
|
-
tests/models/
|
763
|
-
tests/models/
|
764
|
-
tests/models/
|
765
|
-
tests/models/
|
766
|
-
tests/models/
|
767
|
-
tests/models/
|
772
|
+
tests/models/environmentalFootprintV3_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
773
|
+
tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py,sha256=B0cXRUV66Qs5nq9etFxWRrmNJgm3bDFEDje7u7UFroo,3437
|
774
|
+
tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py,sha256=WE-DcerljCjXMYE4f3Sv5ZCVHP0oTjbWkOGuvaa4p10,926
|
775
|
+
tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py,sha256=kY_pu_7SjSZl_l41mttMn4BpKl13TTV9jQYSHFMNXhI,968
|
776
|
+
tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py,sha256=zEdWXjtlZv5Nyv0EZxvLxe4BQ-4_ME38bMfNvFZXjl8,1169
|
777
|
+
tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py,sha256=-E8Q5JxIdfF11oqGwRJqcqGO0Ao_Bva164ELMR7sRsI,6197
|
778
|
+
tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py,sha256=OqVVxAbfXEdqzgEcPx1wQbTrsjT9ENYG-KW8HP0rTOc,5885
|
779
|
+
tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py,sha256=oeLb8kQ2yabnlCaBw7MYF_fMfVNea4ogr9lWJ-u3SXM,2389
|
768
780
|
tests/models/epa2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
769
781
|
tests/models/epa2014/test_no3ToGroundwaterExcreta.py,sha256=ESVz4UURvQfhjGBTxjuAV_bymMBcvGNfLAkYMvNup9U,1217
|
770
782
|
tests/models/fantkeEtAl2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -828,7 +840,7 @@ tests/models/hestia/test_residueRemoved.py,sha256=WkyWaW_Ym-KBXFYJHcMR-mliiQX4vw
|
|
828
840
|
tests/models/hestia/test_seed_emissions.py,sha256=dCUuJBkhwNFBhhcypQN7eMqrWZ9iGCnypoidO5DfQYw,921
|
829
841
|
tests/models/impact_assessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
830
842
|
tests/models/impact_assessment/test_allocationMethod.py,sha256=HkUt6oWdEyFSdxMpx8y_Oxk0nO2Fi9B_kUZcVte9tzg,1223
|
831
|
-
tests/models/impact_assessment/test_emissions.py,sha256=
|
843
|
+
tests/models/impact_assessment/test_emissions.py,sha256=nygoe5JeuQ1rbMQSqAr8oBSm6jC4ygZb2XNHyEx85lo,990
|
832
844
|
tests/models/impact_assessment/test_irrigated.py,sha256=3elSWEN1NE05JO1OMfJ7uf0JmU-fqLpazCvS6FVxMQE,377
|
833
845
|
tests/models/impact_assessment/test_oganic.py,sha256=Ei73bkB2MzKlr3jZmg8Cimxw_ImJSBdB3xKBn6ZCRx8,375
|
834
846
|
tests/models/impact_assessment/test_post_checks.py,sha256=B-KVdkWaG8v-9aT1fNDQ9sml3q9I5XPo38NKxear1nY,310
|
@@ -1168,7 +1180,7 @@ tests/models/transformation/product/test_excreta.py,sha256=Q9OQpk8qVPv3alIz2i5XQ
|
|
1168
1180
|
tests/models/usetoxV2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1169
1181
|
tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py,sha256=eq7Gcmfya9g0eOKKkuBhz8vq7xi_CmZ_LTSxueBwZt4,835
|
1170
1182
|
tests/models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1171
|
-
tests/models/utils/test_array_builders.py,sha256=
|
1183
|
+
tests/models/utils/test_array_builders.py,sha256=4giHf3bTNd2ReAgcKinKjLpQOOcmfF0qSInngW7UdYc,8434
|
1172
1184
|
tests/models/utils/test_blank_node.py,sha256=G_hH-Gk3__1ZtHQcsdYMbUMwVNSTmYcVBs5jcReIYGM,39945
|
1173
1185
|
tests/models/utils/test_cache_sources.py,sha256=xcGMVbYoV23YC4HLBTL_4qZP1ME2cp3DFebgJMxI2TE,721
|
1174
1186
|
tests/models/utils/test_crop.py,sha256=d508vQdtB_Q_6hEahNueXed5PaEiLeN7ScbwZIKCiDI,862
|
@@ -1213,8 +1225,8 @@ tests/orchestrator/strategies/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
1213
1225
|
tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py,sha256=lGqeebvgAwGathB8NLZ14Js5JV_-KyHueaD6I8IH8mU,3615
|
1214
1226
|
tests/orchestrator/strategies/run/test_add_key_if_missing.py,sha256=hKwvk1ohcBVnQUCTiDhRW99J0xEa29BpwFi1KC0yWLE,329
|
1215
1227
|
tests/orchestrator/strategies/run/test_always.py,sha256=w5-Dhp6yLzgZGAeMRz3OrqZbbAed9gZ1O266a3z9k7w,134
|
1216
|
-
hestia_earth_models-0.
|
1217
|
-
hestia_earth_models-0.
|
1218
|
-
hestia_earth_models-0.
|
1219
|
-
hestia_earth_models-0.
|
1220
|
-
hestia_earth_models-0.
|
1228
|
+
hestia_earth_models-0.67.0.dist-info/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
|
1229
|
+
hestia_earth_models-0.67.0.dist-info/METADATA,sha256=c4dTeGL714DeJCCzVf5M-SuXV8p8SBIKVbyDHnY_67Q,4046
|
1230
|
+
hestia_earth_models-0.67.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
1231
|
+
hestia_earth_models-0.67.0.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
|
1232
|
+
hestia_earth_models-0.67.0.dist-info/RECORD,,
|