@digital4better/data 1.3.38 → 1.3.40
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 +122 -89
- package/data/cloud/accelerators.csv +1 -0
- package/data/cloud/accelerators.json +9 -0
- package/data/cloud/aws-regions.csv +32 -32
- package/data/cloud/aws-regions.json +68 -68
- package/data/cloud/azure-regions.csv +10 -10
- package/data/cloud/azure-regions.json +66 -42
- package/data/cloud/cpus.csv +16 -0
- package/data/cloud/cpus.json +194 -0
- package/data/cloud/gcp-regions.csv +39 -39
- package/data/cloud/gcp-regions.json +73 -73
- package/data/cloud/oracle-regions.csv +46 -0
- package/data/cloud/oracle-regions.json +548 -0
- package/data/cloud/oracle-vms.csv +141 -0
- package/data/cloud/oracle-vms.json +2759 -0
- package/data/cloud/ovhcloud-regions.csv +21 -21
- package/data/cloud/ovhcloud-regions.json +68 -35
- package/data/cloud/scaleway-regions.csv +9 -9
- package/data/cloud/scaleway-regions.json +21 -21
- package/data/factor/continent-monthly-green.csv +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +54 -54
- package/data/factor/country-monthly-green.csv +214 -0
- package/data/factor/country-monthly-green.json +2354 -0
- package/data/factor/country-monthly.csv +214 -0
- package/data/factor/country-monthly.json +2354 -0
- package/data/factor/country-yearly-green.csv +53 -53
- package/data/factor/country-yearly-green.json +453 -453
- package/data/factor/country-yearly.csv +55 -55
- package/data/factor/country-yearly.json +454 -454
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +13 -13
- package/data/factor/subdivision-yearly-green.json +117 -117
- package/data/factor/subdivision-yearly.csv +13 -13
- package/data/factor/subdivision-yearly.json +117 -117
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +5 -5
- package/data/mix/continent-yearly-green.json +18 -18
- package/data/mix/continent-yearly.csv +5 -5
- package/data/mix/continent-yearly.json +34 -34
- package/data/mix/country-monthly-green.csv +214 -0
- package/data/mix/country-monthly-green.json +1284 -0
- package/data/mix/country-monthly.csv +214 -0
- package/data/mix/country-monthly.json +2354 -0
- package/data/mix/country-yearly-green.csv +50 -50
- package/data/mix/country-yearly-green.json +180 -180
- package/data/mix/country-yearly.csv +50 -50
- package/data/mix/country-yearly.json +358 -358
- package/data/mix/subdivision-monthly-green.csv +88 -24
- package/data/mix/subdivision-monthly-green.json +470 -86
- package/data/mix/subdivision-monthly.csv +88 -24
- package/data/mix/subdivision-monthly.json +866 -162
- package/data/mix/subdivision-yearly-green.csv +12 -12
- package/data/mix/subdivision-yearly-green.json +43 -43
- package/data/mix/subdivision-yearly.csv +12 -12
- package/data/mix/subdivision-yearly.json +81 -81
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- package/package.json +1 -1
|
@@ -85,3 +85,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
85
85
|
2025-12,0.0172,0.2686,0.3085,0.1395,0.0579,0.0918,0.0069,0.0451,0.0645
|
|
86
86
|
2026-01,0.0171,0.2601,0.3144,0.1396,0.0571,0.0924,0.0069,0.0494,0.063
|
|
87
87
|
2026-02,0.017,0.2614,0.3116,0.1426,0.0531,0.0947,0.007,0.0519,0.0606
|
|
88
|
+
2026-03,0.017,0.2614,0.3116,0.1426,0.0531,0.0947,0.007,0.0519,0.0606
|
|
@@ -944,5 +944,16 @@
|
|
|
944
944
|
"Other Renewables": 0.007,
|
|
945
945
|
"Solar": 0.0519,
|
|
946
946
|
"Wind": 0.0606
|
|
947
|
+
},
|
|
948
|
+
"2026-03": {
|
|
949
|
+
"Bioenergy": 0.017,
|
|
950
|
+
"Coal": 0.2614,
|
|
951
|
+
"Gas": 0.3116,
|
|
952
|
+
"Hydro": 0.1426,
|
|
953
|
+
"Nuclear": 0.0531,
|
|
954
|
+
"Other Fossil": 0.0947,
|
|
955
|
+
"Other Renewables": 0.007,
|
|
956
|
+
"Solar": 0.0519,
|
|
957
|
+
"Wind": 0.0606
|
|
947
958
|
}
|
|
948
959
|
}
|
|
@@ -6,4 +6,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
6
6
|
2023,0.0167,0.268,0.3208,0.1491,0.0543,0.0978,0.0073,0.0366,0.0495
|
|
7
7
|
2024,0.0166,0.2643,0.3155,0.1495,0.0539,0.0956,0.0071,0.0453,0.0522
|
|
8
8
|
2025,0.0165,0.2589,0.3098,0.1475,0.0539,0.094,0.007,0.0571,0.0554
|
|
9
|
-
2026,0.0171,0.
|
|
9
|
+
2026,0.0171,0.261,0.3125,0.1416,0.0545,0.0939,0.007,0.051,0.0614
|
|
@@ -6,4 +6,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
6
6
|
2023,0.0167,0.268,0.3208,0.1491,0.0543,0.0978,0.0073,0.0366,0.0495
|
|
7
7
|
2024,0.0166,0.2643,0.3155,0.1495,0.0539,0.0956,0.0071,0.0453,0.0522
|
|
8
8
|
2025,0.0165,0.2589,0.3098,0.1475,0.0539,0.094,0.007,0.0571,0.0554
|
|
9
|
-
2026,0.0171,0.
|
|
9
|
+
2026,0.0171,0.261,0.3125,0.1416,0.0545,0.0939,0.007,0.051,0.0614
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
},
|
|
79
79
|
"2026": {
|
|
80
80
|
"Bioenergy": 0.0171,
|
|
81
|
-
"Coal": 0.
|
|
82
|
-
"Gas": 0.
|
|
83
|
-
"Hydro": 0.
|
|
84
|
-
"Nuclear": 0.
|
|
85
|
-
"Other Fossil": 0.
|
|
81
|
+
"Coal": 0.261,
|
|
82
|
+
"Gas": 0.3125,
|
|
83
|
+
"Hydro": 0.1416,
|
|
84
|
+
"Nuclear": 0.0545,
|
|
85
|
+
"Other Fossil": 0.0939,
|
|
86
86
|
"Other Renewables": 0.007,
|
|
87
|
-
"Solar": 0.
|
|
88
|
-
"Wind": 0.
|
|
87
|
+
"Solar": 0.051,
|
|
88
|
+
"Wind": 0.0614
|
|
89
89
|
}
|
|
90
90
|
}
|