edges 1.0.2__py3-none-any.whl → 1.0.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 edges might be problematic. Click here for more details.
- edges/__init__.py +9 -2
- edges/data/AWARE 2.0_Country_all_yearly.json +8 -1
- edges/data/AWARE 2.0_Country_irri_yearly.json +8 -1
- edges/data/AWARE 2.0_Country_non_irri_yearly.json +8 -1
- edges/data/AWARE 2.0_Country_unspecified_yearly.json +8 -1
- edges/data/GeoPolRisk_paired_2024.json +7 -0
- edges/data/ImpactWorld+ 2.1_Freshwater acidification_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater acidification_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Marine eutrophication_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Marine eutrophication_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Particulate matter formation_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Particulate matter formation_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Terrestrial acidification_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Terrestrial acidification_midpoint.json +8 -1
- edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Thermally polluted water_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Water availability, human health_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_damage.json +8 -1
- edges/data/ImpactWorld+ 2.1_Water scarcity_midpoint.json +8 -1
- edges/data/LCC 1.0_2023.json +8 -1
- edges/data/RELICS_copper_primary.json +44 -0
- edges/data/RELICS_copper_secondary.json +42 -0
- edges/data/SCP_1.0.json +4 -1
- edges/edgelcia.py +2113 -816
- edges/flow_matching.py +344 -130
- edges/georesolver.py +61 -2
- edges/supply_chain.py +2052 -0
- edges/uncertainty.py +37 -8
- {edges-1.0.2.dist-info → edges-1.0.3.dist-info}/METADATA +5 -2
- edges-1.0.3.dist-info/RECORD +57 -0
- edges/data/GeoPolRisk_elementary flows_2024.json +0 -877
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_damage.json +0 -0
- edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_damage.json +0 -5
- edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Thermally polluted water_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Water availability, human health_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_midpoint.json +0 -5
- edges/data/ImpactWorld+ 2.1_Water scarcity_damage.json +0 -5
- edges/data/RELICS_copper.json +0 -22
- edges-1.0.2.dist-info/RECORD +0 -71
- {edges-1.0.2.dist-info → edges-1.0.3.dist-info}/WHEEL +0 -0
- {edges-1.0.2.dist-info → edges-1.0.3.dist-info}/top_level.txt +0 -0
edges/__init__.py
CHANGED
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
edges/data/LCC 1.0_2023.json
CHANGED
|
@@ -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":{
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ecoinvent 3.10/3.11 - RELICS - Copper, primary",
|
|
3
|
+
"unit": "kg",
|
|
4
|
+
"version": "1.0",
|
|
5
|
+
"strategies": [
|
|
6
|
+
"map_exchanges"
|
|
7
|
+
],
|
|
8
|
+
"exchanges": [
|
|
9
|
+
{
|
|
10
|
+
"supplier": {
|
|
11
|
+
"name": " ",
|
|
12
|
+
"reference product": "copper, cathode",
|
|
13
|
+
"operator": "contains",
|
|
14
|
+
"matrix": "technosphere",
|
|
15
|
+
"excludes": [
|
|
16
|
+
"market",
|
|
17
|
+
"treatment"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"consumer": {
|
|
21
|
+
"matrix": "technosphere"
|
|
22
|
+
},
|
|
23
|
+
"value": 1.0
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"supplier": {
|
|
27
|
+
"name": " ",
|
|
28
|
+
"reference product": "copper, anode",
|
|
29
|
+
"operator": "contains",
|
|
30
|
+
"matrix": "technosphere",
|
|
31
|
+
"excludes": [
|
|
32
|
+
"market",
|
|
33
|
+
"treatment",
|
|
34
|
+
"slime"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"consumer": {
|
|
38
|
+
"matrix": "technosphere"
|
|
39
|
+
},
|
|
40
|
+
"value": 1.0
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
]
|
|
44
|
+
}
|