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
|
File without changes
|
edges/data/RELICS_copper.json
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"supplier": {
|
|
4
|
-
"name": "market for copper, anode",
|
|
5
|
-
"matrix": "technosphere"
|
|
6
|
-
},
|
|
7
|
-
"consumer": {
|
|
8
|
-
"matrix": "technosphere"
|
|
9
|
-
},
|
|
10
|
-
"value": 1.0
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"supplier": {
|
|
14
|
-
"name": "market for copper, cathode",
|
|
15
|
-
"matrix": "technosphere"
|
|
16
|
-
},
|
|
17
|
-
"consumer": {
|
|
18
|
-
"matrix": "technosphere"
|
|
19
|
-
},
|
|
20
|
-
"value": 1.0
|
|
21
|
-
}
|
|
22
|
-
]
|
edges-1.0.2.dist-info/RECORD
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
edges/__init__.py,sha256=TqfojQSsRPk1P355Hwv7vXTnJ4UkUXmp1tL8pk-_094,398
|
|
2
|
-
edges/analysis.py,sha256=FkJzqFkormYOzhEP5p7YGsmxwN66JdMfktokGRUKjKI,7388
|
|
3
|
-
edges/costs.py,sha256=OV46FS627fw6BikbRvtWWdXRvt4oRl8zsA9-Z8bdOkU,23399
|
|
4
|
-
edges/edgelcia.py,sha256=qQO1fAbZwBQ52rZ1h2212OfZMKdWuIsLjMxmqPbk2v4,109472
|
|
5
|
-
edges/filesystem_constants.py,sha256=FSH8hW84V1MCMvo8UOeZKM5Up26ls6bLbTRvfMl2tAg,207
|
|
6
|
-
edges/flow_matching.py,sha256=ElG7S6-MUM52fcNgbVarpOu5JlF1lLRu_7FRVIniOdk,26841
|
|
7
|
-
edges/georesolver.py,sha256=a_RDfd0hXgrJAlqui4aLU8RrNLd0HUw3fxyc2TzaM1c,3328
|
|
8
|
-
edges/logging_config.py,sha256=zZLxKsh7on0v9HaGBp45ynqTrEuDa3wPgMvTognoum0,1231
|
|
9
|
-
edges/matrix_builders.py,sha256=vXl80pKfIeXWkYkTJsD4c8aVrFexWncqwl1saA0gRCM,1800
|
|
10
|
-
edges/uncertainty.py,sha256=BfeFFv-qiTYerfKZ2qmql_Y5ps_0-lTqiLdeh9ixMQE,7681
|
|
11
|
-
edges/utils.py,sha256=boVrCOeq4RZjbQ8u-xPMPdiE3uYwXBVfLqRO6NuYkBI,14868
|
|
12
|
-
edges/data/AWARE 2.0_Country_all_yearly.json,sha256=n84gbYCsF5USg4NHePhSvlVdv0geTgtd-epfCu_Yo48,13187497
|
|
13
|
-
edges/data/AWARE 2.0_Country_irri_yearly.json,sha256=Dz3uV2_6sHXeZWYEfwDTDXa2IDd8LhQKXtK2_HW5iME,3068174
|
|
14
|
-
edges/data/AWARE 2.0_Country_non_irri_yearly.json,sha256=ORrik2I8cADIDbLq22o6UXxETSTVYCxwM-zn9q9OcDE,4502866
|
|
15
|
-
edges/data/AWARE 2.0_Country_unspecified_yearly.json,sha256=ZqfBd3A3nMMcxSXMxBQ-FMwdwGcIf26GDOZPJZZXjzs,3806191
|
|
16
|
-
edges/data/GeoPolRisk_elementary flows_2024.json,sha256=vC8qdxDXzX7OZQZZvQ3YMJRYTztsXk9bo9rXbRiyuok,18249
|
|
17
|
-
edges/data/GeoPolRisk_paired_2024.json,sha256=epYBpA-uYtjf1Fb5z5rnvjjyTYsc2FzOkt8rQA2oB1k,21542889
|
|
18
|
-
edges/data/ImpactWorld+ 2.1_Freshwater acidification_damage.json,sha256=ICpDkcn0VFD86hRdFxQWotIHvXI96ayzB6EMdTthvAY,7347463
|
|
19
|
-
edges/data/ImpactWorld+ 2.1_Freshwater acidification_midpoint.json,sha256=ecx4eLu88mmT5XlqbVeC-xeWpiyEJJ3vRy31_oCBr9E,7362861
|
|
20
|
-
"edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_damage.json",sha256=yR3acKwhbVG2aOp3sBmLIBTaseHLHdSKF7ne2NwYlgE,76430
|
|
21
|
-
"edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, long term_midpoint.json",sha256=sloZR59KU_qddwa2id6KughGXNPeTb27E5P_dKuWnM0,116
|
|
22
|
-
"edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_damage.json",sha256=U-LNdILE-qb8bbRkNznPjKQbhYjYMF8bkXyPSKrlweQ,779437
|
|
23
|
-
"edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity, short term_midpoint.json",sha256=EsYptV3hDGzLCHgCmuQgQVn5HEbUh5JbmGRcScW1tas,117
|
|
24
|
-
edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_damage.json,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
edges/data/ImpactWorld+ 2.1_Freshwater ecotoxicity_midpoint.json,sha256=OQ72kMClFdHF9aLVoWjNxI-zhikRe06ZuaUDxWChsis,815465
|
|
26
|
-
edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_damage.json,sha256=v8NNzYD4Sbj7FrX872CVJtfJLg0mslkZDW_yV13NSEk,1063803
|
|
27
|
-
edges/data/ImpactWorld+ 2.1_Freshwater eutrophication_midpoint.json,sha256=rC6oRYeRe22-WilX0iUHdut-9QElRPTaNJ1sJEpgVLY,1065439
|
|
28
|
-
"edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_damage.json",sha256=FaDGsDzkAFLISbqu46aEGqt77_rhzf5Zxwf40SWKnp4,3495653
|
|
29
|
-
"edges/data/ImpactWorld+ 2.1_Land occupation, biodiversity_midpoint.json",sha256=_RQ-Cc-egg-oLclkScJh0XQljXTdTiRf4kPs0tG9ZY8,3532058
|
|
30
|
-
"edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_damage.json",sha256=NdUZv-w90HGukHRObxiRz3-Osn45THXAwp2i38ks_yk,7396561
|
|
31
|
-
"edges/data/ImpactWorld+ 2.1_Land transformation, biodiversity_midpoint.json",sha256=TUJhgH8xHaROWGtIk_BRy36Z3nwHOVcOx2sXKLT_WqU,7397847
|
|
32
|
-
"edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_damage.json",sha256=WfNoFkZiBKTXO2UacqV2nEB2qME4e6TIVE5Npanbm_M,76894
|
|
33
|
-
"edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, long term_midpoint.json",sha256=ZyDQIDX8CCQp_a9bHtAklu0HAfpDkiUZcFwKGN3mORQ,112
|
|
34
|
-
"edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_damage.json",sha256=rlwW6nCe0ww-TBmyolLpUXb6VwNcV8mcgLD4cD6xLcs,503285
|
|
35
|
-
"edges/data/ImpactWorld+ 2.1_Marine ecotoxicity, short term_midpoint.json",sha256=yDuPUjOMufLbNbs2HHkz9F-2dCG5QkbOLR6q_QHfwm0,113
|
|
36
|
-
edges/data/ImpactWorld+ 2.1_Marine eutrophication_damage.json,sha256=70jPVhPGWQ27itl9UomQqX5M3kN4BolBvNe6J69SEko,3239106
|
|
37
|
-
edges/data/ImpactWorld+ 2.1_Marine eutrophication_midpoint.json,sha256=AD8XOsiHu33MRIHgU0S4lA9Ft67g3y9KMOKz6cz1aXQ,3255504
|
|
38
|
-
edges/data/ImpactWorld+ 2.1_Particulate matter formation_damage.json,sha256=co3qB_Eb6-fH8LmOhP-1B1wZic1IvUekHvqbCvnWCIk,4788880
|
|
39
|
-
edges/data/ImpactWorld+ 2.1_Particulate matter formation_midpoint.json,sha256=m_QgXUGcVxQ6_jkEoe2hNOguWfhaE_tiKZWmorXPbYo,4751697
|
|
40
|
-
"edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_damage.json",sha256=AlETFfIJNlq81Drtw_LxgNW0F78u4ydGbRqpWv0ZIDE,1605565
|
|
41
|
-
"edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, ecosystem quality_midpoint.json",sha256=UOEPLhofVmTU1k7Pc5ldqv3mgQww6BI8N9-DXq2oznM,131
|
|
42
|
-
"edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_damage.json",sha256=FUNuTiuu_t5RqSvEPl7cpXTJ4k6an5ekuvMqEKLVEg4,1560915
|
|
43
|
-
"edges/data/ImpactWorld+ 2.1_Photochemical ozone formation, human health_midpoint.json",sha256=8q326tprjc_rHNU4HYK6TAaSiHsPCEqC2Izd5jCcddU,126
|
|
44
|
-
edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_damage.json,sha256=nBGjoJQu0XkJ8-VAw6dOECxp2dIdDvHxxZFagz-nOY4,110
|
|
45
|
-
edges/data/ImpactWorld+ 2.1_Photochemical ozone formation_midpoint.json,sha256=KjfjkofIHixFHSLPCjmvIphs5jDDjjfWmI3JN0s5uEI,1536030
|
|
46
|
-
edges/data/ImpactWorld+ 2.1_Terrestrial acidification_damage.json,sha256=H2wGZ-CS1folINYJ84sUjGe9Ntg6UO_by_fxiAZilIE,6914887
|
|
47
|
-
edges/data/ImpactWorld+ 2.1_Terrestrial acidification_midpoint.json,sha256=ULogFPbR67ni6x-FCAoDvEloXTHY61EuuNt5RyA79OM,6934263
|
|
48
|
-
"edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_damage.json",sha256=YZUU_tPf-rRtS3JVgjQycVEwLntiI6P5iAlo6G32kZs,75963
|
|
49
|
-
"edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, long term_midpoint.json",sha256=CxicrLwQHTijoJvtVP8-SYvIO9poZMjmIYKnqrjI9qg,117
|
|
50
|
-
"edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_damage.json",sha256=9d6fpt90-qPzvMdPAayjFcO6RCMFMNCUTWTEV1Q-tCg,499546
|
|
51
|
-
"edges/data/ImpactWorld+ 2.1_Terrestrial ecotoxicity, short term_midpoint.json",sha256=T8xse2wQ0WKFkZ0sj3ncES1JP95gEhvQil5_y7VKSWY,118
|
|
52
|
-
edges/data/ImpactWorld+ 2.1_Thermally polluted water_damage.json,sha256=sKLo_jrrqAmEef4Pb5Iyjx6X31EazmILhCprBLiO4YA,751084
|
|
53
|
-
edges/data/ImpactWorld+ 2.1_Thermally polluted water_midpoint.json,sha256=ofaEpVNHvtR7IqMOFyH4u29gf4ordOYLI_y0RF_Q3Cw,107
|
|
54
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_damage.json",sha256=mr4xQz-PbQ8FHxrFzioK_RrhWp_8lWGKki4cQ1QRaN0,2582956
|
|
55
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, freshwater ecosystem_midpoint.json",sha256=P_msCUoqfP2KYb_u2TEQNUs4JJwdGCPqg_mK4p8_FVc,123
|
|
56
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, human health_damage.json",sha256=rIUPutk3SyU8JJ9p3il13KqTTRMzEDg9x4_U-0Lu4G4,1614627
|
|
57
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, human health_midpoint.json",sha256=nmISkwXimeuRnsbego9a7dhSD-mIO4mRneiS-RwFHbI,115
|
|
58
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_damage.json",sha256=RA1JdqL5rFsYz5AWcXSDo0wXGOtWl_4cKSb0uigXOPU,349575
|
|
59
|
-
"edges/data/ImpactWorld+ 2.1_Water availability, terrestrial ecosystem_midpoint.json",sha256=y4qTKEHso0LTYUjZU3wewrhq-k68SHO-VEADhmzmaco,124
|
|
60
|
-
edges/data/ImpactWorld+ 2.1_Water scarcity_damage.json,sha256=IaYBux7ghY0i5QMZe3wpY7lAQT0G_fsUEYR759sliys,95
|
|
61
|
-
edges/data/ImpactWorld+ 2.1_Water scarcity_midpoint.json,sha256=inrhseECz0Aa6nvSk_di50gjjFIkw4mZBH8wK49IPr4,2541486
|
|
62
|
-
edges/data/LCC 1.0_2023.json,sha256=XT0U2VhEirf-VHwrZ4rBRu4o5owhgIMplCQyre8MXjc,3124670
|
|
63
|
-
edges/data/RELICS_copper.json,sha256=rm0N4NCPheahHBuuNxtxgZxJQkfe_KUTMkhOq1wbY90,364
|
|
64
|
-
edges/data/SCP_1.0.json,sha256=s0bRZ-IVfUTMnm3F2yMsT-lDSaww1sMviQIOE7xMNJA,60068
|
|
65
|
-
edges/data/metadata/gdp.yaml,sha256=_I13ZlffUigydP74iGA6eTTNmZdup70KP1GiFQkxRDQ,5509
|
|
66
|
-
edges/data/metadata/missing_geographies.yaml,sha256=eTzO-I642ecG49_nn03fGPgWl-60VCYstWLjGk4h0i8,33
|
|
67
|
-
edges/data/metadata/population.yaml,sha256=BnNaYnx2SrfJLf1lf1-fKfG9JIilC95StgJiCu2so3I,4769
|
|
68
|
-
edges-1.0.2.dist-info/METADATA,sha256=5J6EYmBCgZLCKfxqDl7qUkco5FIJvsw-xP0tcGv3ifQ,9974
|
|
69
|
-
edges-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
70
|
-
edges-1.0.2.dist-info/top_level.txt,sha256=85BmdR7cFR5dfKfZ4mdJ4omGk9t4C89GE6N0RS3CCGA,6
|
|
71
|
-
edges-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|