@digital4better/data 1.0.62 → 1.0.63

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.
package/README.md CHANGED
@@ -40,9 +40,27 @@ These data represent a rough estimate for each country of the average distance t
40
40
  | alpha-2 | ISO 3166-1 alpha-2 country code |
41
41
  | distance | Distance (km) |
42
42
 
43
- ## Impacts liés à la production d'énergie (energy)
43
+ ## Impacts of ICT equipment manufacturing (embodied)
44
44
 
45
- The environmental impacts associated with each of these energy production sources, broken down into 9 energy production technologies: coal, gas, other fossil, wind, solar, bioenergy, hydro, other renewables, nuclear.
45
+ The environmental impacts associated with the manufacture of each of these equipment categories : mobile, desktop, network mobile, network fixed, vm small, vm medium, vm large.
46
+
47
+ ### Environmental impact (equipment-impacts)
48
+
49
+ | Impact | Unit | Description |
50
+ |---------|------------|-----------------------------------------------------------------|
51
+ | ADPe | kg Sb-Eq | Abiotic Depletion Potential (Resource use, minerals and metals) |
52
+ | AP | kg SO2-Eq | Acidification Power |
53
+ | CTUe | CTUe | Comparative Toxic Unit (Ecotoxicity, freshwater) |
54
+ | CTUh-c | CTUh | Comparative Toxic Unit (Human, cancer) |
55
+ | CTUh-nc | CTUh | Comparative Toxic Unit (Human, non-cancer) |
56
+ | GWP | kg CO2-Eq | Global Warming Potential (Climate change) |
57
+ | IR | kg U235-Eq | Ionising Radiation (human health) |
58
+ | PM | Disease | Particulate Matter emission |
59
+ | WU | m3 Water | Water use |
60
+
61
+ ## Impacts of energy production (energy)
62
+
63
+ The environmental impacts associated with each of these energy production technologies: coal, gas, other fossil fuels, wind, solar, bioenergy, hydropower, other renewables, nuclear.
46
64
 
47
65
  ### Environmental impact (energy-impacts)
48
66
 
@@ -0,0 +1,8 @@
1
+ equipment,gwp,ap,ctue,ctuh-c,ir,ctuh-nc,pm,wu,adpe
2
+ Mobile,1.04E-06,5.97E-09,1.69E-05,2.08E-16,1.90E-07,7.19E-15,3.36E-14,-1.31E-06,2.73E-11
3
+ Desktop,1.46E-06,8.34E-09,2.34E-05,1.21E-16,2.43E-06,9.33E-15,5.05E-14,-1.42E-05,7.40E-11
4
+ Network Fixed,7.16E-09,3.40E-11,-3.17E-08,1.27E-17,2.77E-08,-9.22E-17,2.72E-16,-1.13E-07,1.71E-13
5
+ Network Mobile,7.97E-09,2.02E-11,-2.05E-07,-6.72E-18,3.43E-08,-3.45E-16,2.78E-16,-4.45E-07,1.08E-12
6
+ VM Small,1.20E-07,6.69E-10,1.66E-06,2.74E-17,1.80E-07,8.94E-16,3.90E-15,5.01E-07,2.86E-12
7
+ VM Medium,9.51E-07,5.30E-09,1.31E-05,2.15E-16,1.41E-06,7.04E-15,3.08E-14,3.90E-06,2.23E-11
8
+ VM Large,5.71E-06,3.17E-08,7.83E-05,1.29E-15,8.47E-06,4.22E-14,1.85E-13,2.35E-05,1.34E-10
@@ -0,0 +1,79 @@
1
+ {
2
+ "Mobile": {
3
+ "gwp": 0.00000104,
4
+ "ap": 5.97e-9,
5
+ "ctue": 0.0000169,
6
+ "ctuh-c": 2.08e-16,
7
+ "ir": 1.9e-7,
8
+ "ctuh-nc": 7.19e-15,
9
+ "pm": 3.36e-14,
10
+ "wu": -0.00000131,
11
+ "adpe": 2.73e-11
12
+ },
13
+ "Desktop": {
14
+ "gwp": 0.00000146,
15
+ "ap": 8.34e-9,
16
+ "ctue": 0.0000234,
17
+ "ctuh-c": 1.21e-16,
18
+ "ir": 0.00000243,
19
+ "ctuh-nc": 9.33e-15,
20
+ "pm": 5.05e-14,
21
+ "wu": -0.0000142,
22
+ "adpe": 7.4e-11
23
+ },
24
+ "Network Fixed": {
25
+ "gwp": 7.16e-9,
26
+ "ap": 3.4e-11,
27
+ "ctue": -3.17e-8,
28
+ "ctuh-c": 1.27e-17,
29
+ "ir": 2.77e-8,
30
+ "ctuh-nc": -9.22e-17,
31
+ "pm": 2.72e-16,
32
+ "wu": -1.13e-7,
33
+ "adpe": 1.71e-13
34
+ },
35
+ "Network Mobile": {
36
+ "gwp": 7.97e-9,
37
+ "ap": 2.02e-11,
38
+ "ctue": -2.05e-7,
39
+ "ctuh-c": -6.72e-18,
40
+ "ir": 3.43e-8,
41
+ "ctuh-nc": -3.45e-16,
42
+ "pm": 2.78e-16,
43
+ "wu": -4.45e-7,
44
+ "adpe": 1.08e-12
45
+ },
46
+ "VM Small": {
47
+ "gwp": 1.2e-7,
48
+ "ap": 6.69e-10,
49
+ "ctue": 0.00000166,
50
+ "ctuh-c": 2.74e-17,
51
+ "ir": 1.8e-7,
52
+ "ctuh-nc": 8.94e-16,
53
+ "pm": 3.9e-15,
54
+ "wu": 5.01e-7,
55
+ "adpe": 2.86e-12
56
+ },
57
+ "VM Medium": {
58
+ "gwp": 9.51e-7,
59
+ "ap": 5.3e-9,
60
+ "ctue": 0.0000131,
61
+ "ctuh-c": 2.15e-16,
62
+ "ir": 0.00000141,
63
+ "ctuh-nc": 7.04e-15,
64
+ "pm": 3.08e-14,
65
+ "wu": 0.0000039,
66
+ "adpe": 2.23e-11
67
+ },
68
+ "VM Large": {
69
+ "gwp": 0.00000571,
70
+ "ap": 3.17e-8,
71
+ "ctue": 0.0000783,
72
+ "ctuh-c": 1.29e-15,
73
+ "ir": 0.00000847,
74
+ "ctuh-nc": 4.22e-14,
75
+ "pm": 1.85e-13,
76
+ "wu": 0.0000235,
77
+ "adpe": 1.34e-10
78
+ }
79
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Digital4Better Environmental Data",
5
5
  "license": "ODbL-1.0",
6
6
  "repository": {