@digital4better/data 1.3.15 → 1.3.17
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/data/factor/continent-monthly-green.csv +114 -114
- package/data/factor/continent-monthly-green.json +926 -926
- package/data/factor/continent-monthly.csv +108 -108
- package/data/factor/continent-monthly.json +886 -886
- package/data/factor/continent-yearly-green.csv +16 -16
- package/data/factor/continent-yearly-green.json +124 -124
- package/data/factor/continent-yearly.csv +15 -15
- package/data/factor/continent-yearly.json +122 -122
- package/data/factor/country-monthly-green.csv +844 -844
- package/data/factor/country-monthly-green.json +7097 -7097
- package/data/factor/country-monthly.csv +888 -888
- package/data/factor/country-monthly.json +6294 -6294
- package/data/factor/country-yearly-green.csv +169 -169
- package/data/factor/country-yearly-green.json +1355 -1355
- package/data/factor/country-yearly.csv +167 -167
- package/data/factor/country-yearly.json +1118 -1118
- package/data/factor/subdivision-monthly-green.csv +40 -40
- package/data/factor/subdivision-monthly-green.json +360 -360
- package/data/factor/subdivision-monthly.csv +40 -40
- package/data/factor/subdivision-monthly.json +360 -360
- package/data/factor/subdivision-yearly-green.csv +63 -63
- package/data/factor/subdivision-yearly-green.json +564 -564
- package/data/factor/subdivision-yearly.csv +63 -63
- package/data/factor/subdivision-yearly.json +552 -552
- package/data/factor/world-monthly-green.csv +60 -60
- package/data/factor/world-monthly-green.json +522 -522
- package/data/factor/world-monthly.csv +60 -60
- package/data/factor/world-monthly.json +504 -504
- package/data/factor/world-yearly-green.csv +6 -6
- package/data/factor/world-yearly-green.json +52 -52
- package/data/factor/world-yearly.csv +6 -6
- package/data/factor/world-yearly.json +45 -45
- package/data/mix/continent-monthly-green.csv +54 -54
- package/data/mix/continent-monthly-green.json +212 -212
- package/data/mix/continent-monthly.csv +54 -54
- package/data/mix/continent-monthly.json +239 -239
- package/data/mix/continent-yearly-green.csv +7 -7
- package/data/mix/continent-yearly-green.json +30 -30
- package/data/mix/continent-yearly.csv +7 -7
- package/data/mix/continent-yearly.json +41 -41
- package/data/mix/country-monthly-green.csv +564 -564
- package/data/mix/country-monthly-green.json +1802 -1802
- package/data/mix/country-monthly.csv +564 -564
- package/data/mix/country-monthly.json +2676 -2676
- package/data/mix/country-yearly-green.csv +90 -90
- package/data/mix/country-yearly-green.json +319 -319
- package/data/mix/country-yearly.csv +90 -90
- package/data/mix/country-yearly.json +512 -512
- package/data/mix/subdivision-monthly-green.csv +40 -40
- package/data/mix/subdivision-monthly-green.json +136 -136
- package/data/mix/subdivision-monthly.csv +40 -40
- package/data/mix/subdivision-monthly.json +259 -259
- package/data/mix/subdivision-yearly-green.csv +34 -34
- package/data/mix/subdivision-yearly-green.json +71 -71
- package/data/mix/subdivision-yearly.csv +34 -34
- package/data/mix/subdivision-yearly.json +101 -101
- package/data/mix/world-monthly-green.csv +20 -20
- package/data/mix/world-monthly-green.json +67 -67
- package/data/mix/world-monthly.csv +20 -20
- package/data/mix/world-monthly.json +57 -57
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +7 -7
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +6 -6
- package/package.json +2 -2
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"Wind": 0.0517
|
|
67
67
|
},
|
|
68
68
|
"2025": {
|
|
69
|
-
"Bioenergy": 0.
|
|
70
|
-
"Coal": 0.
|
|
69
|
+
"Bioenergy": 0.0152,
|
|
70
|
+
"Coal": 0.2606,
|
|
71
71
|
"Gas": 0.314,
|
|
72
|
-
"Hydro": 0.
|
|
72
|
+
"Hydro": 0.1431,
|
|
73
73
|
"Nuclear": 0.0534,
|
|
74
|
-
"Other Fossil": 0.
|
|
74
|
+
"Other Fossil": 0.0932,
|
|
75
75
|
"Other Renewables": 0.0071,
|
|
76
|
-
"Solar": 0.
|
|
77
|
-
"Wind": 0.
|
|
76
|
+
"Solar": 0.0592,
|
|
77
|
+
"Wind": 0.0542
|
|
78
78
|
}
|
|
79
79
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital4better/data",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"description": "Digital4Better Open Data",
|
|
5
5
|
"license": "ODbL-1.0",
|
|
6
6
|
"engines": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"README.md",
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
|
-
"releaseDate": "2025-09-
|
|
47
|
+
"releaseDate": "2025-09-04T00:40:11.270Z"
|
|
48
48
|
}
|