edges 1.0.1__tar.gz → 1.0.3__tar.gz
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.
- {edges-1.0.1 → edges-1.0.3}/PKG-INFO +5 -2
- {edges-1.0.1 → edges-1.0.3}/edges/__init__.py +9 -2
- {edges-1.0.1 → edges-1.0.3}/edges/data/AWARE 2.0_Country_all_yearly.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/AWARE 2.0_Country_irri_yearly.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/AWARE 2.0_Country_non_irri_yearly.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/AWARE 2.0_Country_unspecified_yearly.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/GeoPolRisk_paired_2024.json +7 -0
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater acidification_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater acidification_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine eutrophication_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine eutrophication_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Particulate matter formation_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Particulate matter formation_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial acidification_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial acidification_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Thermally polluted water_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Water availability, human health_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_damage.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Water scarcity_midpoint.json +8 -1
- {edges-1.0.1 → edges-1.0.3}/edges/data/LCC 1.0_2023.json +8 -1
- edges-1.0.3/edges/data/RELICS_copper_primary.json +44 -0
- edges-1.0.3/edges/data/RELICS_copper_secondary.json +42 -0
- {edges-1.0.1 → edges-1.0.3}/edges/data/SCP_1.0.json +4 -1
- edges-1.0.3/edges/edgelcia.py +4089 -0
- {edges-1.0.1 → edges-1.0.3}/edges/flow_matching.py +344 -130
- {edges-1.0.1 → edges-1.0.3}/edges/georesolver.py +61 -2
- edges-1.0.3/edges/supply_chain.py +2052 -0
- {edges-1.0.1 → edges-1.0.3}/edges/uncertainty.py +37 -8
- {edges-1.0.1 → edges-1.0.3}/edges.egg-info/PKG-INFO +5 -2
- {edges-1.0.1 → edges-1.0.3}/edges.egg-info/SOURCES.txt +4 -17
- {edges-1.0.1 → edges-1.0.3}/edges.egg-info/requires.txt +4 -1
- {edges-1.0.1 → edges-1.0.3}/requirements.txt +4 -1
- edges-1.0.3/tests/test_AWARE.py +51 -0
- {edges-1.0.1 → edges-1.0.3}/tests/test_edgelcia.py +0 -1
- {edges-1.0.1 → edges-1.0.3}/tests/test_flow_matching.py +1 -1
- {edges-1.0.1 → edges-1.0.3}/tests/test_mapping.py +6 -8
- edges-1.0.1/edges/data/GeoPolRisk_elementary flows_2024.json +0 -877
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_damage.json +0 -0
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_damage.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Thermally polluted water_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Water availability, human health_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_midpoint.json +0 -5
- edges-1.0.1/edges/data/ImpactWorld+ 2.1_Water scarcity_damage.json +0 -5
- edges-1.0.1/edges/data/RELICS_copper.json +0 -22
- edges-1.0.1/edges/edgelcia.py +0 -2792
- {edges-1.0.1 → edges-1.0.3}/MANIFEST.in +0 -0
- {edges-1.0.1 → edges-1.0.3}/README.md +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/analysis.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/costs.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/data/metadata/gdp.yaml +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/data/metadata/missing_geographies.yaml +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/data/metadata/population.yaml +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/filesystem_constants.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/logging_config.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/matrix_builders.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges/utils.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges.egg-info/dependency_links.txt +0 -0
- {edges-1.0.1 → edges-1.0.3}/edges.egg-info/top_level.txt +0 -0
- {edges-1.0.1 → edges-1.0.3}/pyproject.toml +0 -0
- {edges-1.0.1 → edges-1.0.3}/setup.cfg +0 -0
- {edges-1.0.1 → edges-1.0.3}/tests/test_geo.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/tests/test_matrix_builders.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/tests/test_uncertainty.py +0 -0
- {edges-1.0.1 → edges-1.0.3}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edges
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Country-specific characterization factors for the Brightway LCA framework
|
|
5
5
|
Author-email: Romain Sacchi <romain.sacchi@psi.ch>, Alvaro Hahn Menacho <alvaro.hahn-menacho@psi.ch>
|
|
6
6
|
Maintainer-email: Romain Sacchi <romain.sacchi@psi.ch>
|
|
@@ -23,10 +23,13 @@ Requires-Dist: bw2calc
|
|
|
23
23
|
Requires-Dist: bw2data
|
|
24
24
|
Requires-Dist: bw2io
|
|
25
25
|
Requires-Dist: bw2analyzer
|
|
26
|
-
Requires-Dist:
|
|
26
|
+
Requires-Dist: country_converter>=1.3.1
|
|
27
|
+
Requires-Dist: constructive_geometries>=1.0.0
|
|
27
28
|
Requires-Dist: prettytable
|
|
28
29
|
Requires-Dist: sparse>=0.13.0
|
|
29
30
|
Requires-Dist: highspy
|
|
31
|
+
Requires-Dist: plotly
|
|
32
|
+
Requires-Dist: ecoinvent_interface
|
|
30
33
|
Provides-Extra: testing
|
|
31
34
|
Requires-Dist: setuptools; extra == "testing"
|
|
32
35
|
Requires-Dist: pytest; extra == "testing"
|
|
@@ -3,11 +3,18 @@ edges: A Python package for calculating the environmental impact of products by
|
|
|
3
3
|
applying characterization factors conditioned by the context of exchanges.
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
__all__ = (
|
|
6
|
+
__all__ = (
|
|
7
|
+
"EdgeLCIA",
|
|
8
|
+
"CostLCIA",
|
|
9
|
+
"SupplyChain",
|
|
10
|
+
"get_available_methods",
|
|
11
|
+
"setup_package_logging",
|
|
12
|
+
)
|
|
7
13
|
|
|
8
|
-
__version__ = "1.0.
|
|
14
|
+
__version__ = "1.0.3"
|
|
9
15
|
|
|
10
16
|
from .logging_config import setup_package_logging
|
|
11
17
|
from .edgelcia import EdgeLCIA
|
|
12
18
|
from .costs import CostLCIA
|
|
13
19
|
from .utils import get_available_methods
|
|
20
|
+
from .supply_chain import SupplyChain
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "AWARE 2.0_Country_all_yearly",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - AWARE 2.0_Country_all_yearly",
|
|
3
3
|
"unit": "m3 deprived water-eq.",
|
|
4
4
|
"version": "2.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Country_irri_yearly",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - Country_irri_yearly",
|
|
3
3
|
"unit": "m3 deprived water-eq.",
|
|
4
4
|
"version": "2.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Country_non_irri_yearly",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - Country_non_irri_yearly",
|
|
3
3
|
"unit": "m3 deprived water-eq.",
|
|
4
4
|
"version": "2.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Country_unspecified_yearly",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - Country_unspecified_yearly",
|
|
3
3
|
"unit": "m3 deprived water-eq.",
|
|
4
4
|
"version": "2.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
"name": "GeoPolRisk - country pairs",
|
|
3
3
|
"unit": "kg copper-eq.",
|
|
4
4
|
"version": "1.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater acidification_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater acidification_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater acidification_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater acidification_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater acidification_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater acidification_midpoint",
|
|
3
3
|
"unit": "kg SO2 eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater ecotoxicity, long term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater ecotoxicity, long term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater ecotoxicity, short term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater ecotoxicity, short term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater ecotoxicity_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater ecotoxicity_midpoint",
|
|
3
3
|
"unit": "CTUe",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater eutrophication_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater eutrophication_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Freshwater eutrophication_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Freshwater eutrophication_midpoint",
|
|
3
3
|
"unit": "kg PO4 P-lim eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Land occupation, biodiversity_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Land occupation, biodiversity_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Land occupation, biodiversity_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Land occupation, biodiversity_midpoint",
|
|
3
3
|
"unit": "m2 arable land eq .yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Land transformation, biodiversity_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Land transformation, biodiversity_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Land transformation, biodiversity_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Land transformation, biodiversity_midpoint",
|
|
3
3
|
"unit": "m2 arable land eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Marine ecotoxicity, long term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Marine ecotoxicity, long term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Marine ecotoxicity, short term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Marine ecotoxicity, short term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Marine eutrophication_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Marine eutrophication_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Marine eutrophication_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Marine eutrophication_midpoint",
|
|
3
3
|
"unit": "kg N N-lim eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Particulate matter formation_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Particulate matter formation_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Particulate matter formation_damage",
|
|
3
3
|
"unit": "DALY",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Particulate matter formation_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Particulate matter formation_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Particulate matter formation_midpoint",
|
|
3
3
|
"unit": "kg PM2.5 eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Photochemical ozone formation, ecosystem quality_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Photochemical ozone formation, ecosystem quality_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Photochemical ozone formation, human health_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Photochemical ozone formation, human health_damage",
|
|
3
3
|
"unit": "DALY",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Photochemical ozone formation_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Photochemical ozone formation_midpoint",
|
|
3
3
|
"unit": "kgNOxeq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial acidification_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Terrestrial acidification_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Terrestrial acidification_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Terrestrial acidification_midpoint.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Terrestrial acidification_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Terrestrial acidification_midpoint",
|
|
3
3
|
"unit": "kg SO2 eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Terrestrial ecotoxicity, long term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Terrestrial ecotoxicity, long term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Terrestrial ecotoxicity, short term_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Terrestrial ecotoxicity, short term_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Thermally polluted water_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Thermally polluted water_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Thermally polluted water_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Water availability, freshwater ecosystem_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Water availability, freshwater ecosystem_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
{edges-1.0.1 → edges-1.0.3}/edges/data/ImpactWorld+ 2.1_Water availability, human health_damage.json
RENAMED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Water availability, human health_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Water availability, human health_damage",
|
|
3
3
|
"unit": "DALY",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Water availability, terrestrial ecosystem_damage",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Water availability, terrestrial ecosystem_damage",
|
|
3
3
|
"unit": "PDF.m2.yr",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "ImpactWorld+ 2.1 - Water scarcity_midpoint",
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - ImpactWorld+ 2.1 - Water scarcity_midpoint",
|
|
3
3
|
"unit": "m3 world-eq",
|
|
4
4
|
"version": "2.1",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges": [
|
|
6
13
|
{
|
|
7
14
|
"supplier": {
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name":"LCC method",
|
|
2
|
+
"name":"ecoinvent 3.10/3.11 - LCC method",
|
|
3
3
|
"unit":"USD",
|
|
4
4
|
"version":"1.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges",
|
|
7
|
+
"map_aggregate_locations",
|
|
8
|
+
"map_dynamic_locations",
|
|
9
|
+
"map_contained_locations",
|
|
10
|
+
"map_remaining_locations_to_global"
|
|
11
|
+
],
|
|
5
12
|
"exchanges":[
|
|
6
13
|
{
|
|
7
14
|
"supplier":{
|