@digital4better/data 1.2.10 → 1.2.12
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/cloud/azure-vms.csv +6 -0
- package/data/cloud/azure-vms.json +96 -0
- package/data/cloud/cpus.csv +1 -0
- package/data/cloud/cpus.json +15 -0
- package/data/factor/continent-monthly-green.csv +240 -240
- package/data/factor/continent-monthly-green.json +1661 -1661
- package/data/factor/continent-monthly.csv +227 -227
- package/data/factor/continent-monthly.json +1566 -1566
- package/data/factor/continent-yearly-green.csv +28 -28
- package/data/factor/continent-yearly-green.json +211 -211
- package/data/factor/continent-yearly.csv +27 -27
- package/data/factor/continent-yearly.json +198 -198
- package/data/factor/country-monthly-green.csv +1283 -1283
- package/data/factor/country-monthly-green.json +10971 -10971
- package/data/factor/country-monthly.csv +1325 -1325
- package/data/factor/country-monthly.json +10122 -10122
- package/data/factor/country-yearly-green.csv +225 -225
- package/data/factor/country-yearly-green.json +1762 -1762
- package/data/factor/country-yearly.csv +228 -228
- package/data/factor/country-yearly.json +1735 -1735
- package/data/factor/subdivision-monthly-green.csv +39 -39
- package/data/factor/subdivision-monthly-green.json +318 -318
- package/data/factor/subdivision-monthly.csv +39 -39
- package/data/factor/subdivision-monthly.json +351 -351
- package/data/factor/subdivision-yearly-green.csv +26 -26
- package/data/factor/subdivision-yearly-green.json +197 -197
- package/data/factor/subdivision-yearly.csv +26 -26
- package/data/factor/subdivision-yearly.json +229 -229
- package/data/factor/world-monthly-green.csv +73 -73
- package/data/factor/world-monthly-green.json +657 -657
- package/data/factor/world-monthly.csv +73 -73
- package/data/factor/world-monthly.json +657 -657
- package/data/factor/world-yearly-green.csv +7 -7
- package/data/factor/world-yearly-green.json +63 -63
- package/data/factor/world-yearly.csv +7 -7
- package/data/factor/world-yearly.json +63 -63
- package/data/mix/continent-monthly-green.csv +154 -154
- package/data/mix/continent-monthly-green.json +550 -550
- package/data/mix/continent-monthly.csv +154 -154
- package/data/mix/continent-monthly.json +1044 -1044
- package/data/mix/continent-yearly-green.csv +20 -20
- package/data/mix/continent-yearly-green.json +69 -69
- package/data/mix/continent-yearly.csv +20 -20
- package/data/mix/continent-yearly.json +138 -138
- package/data/mix/country-monthly-green.csv +989 -989
- package/data/mix/country-monthly-green.json +2953 -2953
- package/data/mix/country-monthly.csv +989 -989
- package/data/mix/country-monthly.json +4066 -4066
- package/data/mix/country-yearly-green.csv +159 -159
- package/data/mix/country-yearly-green.json +387 -387
- package/data/mix/country-yearly.csv +159 -159
- package/data/mix/country-yearly.json +625 -625
- package/data/mix/subdivision-monthly-green.csv +30 -30
- package/data/mix/subdivision-monthly-green.json +42 -42
- package/data/mix/subdivision-monthly.csv +30 -30
- package/data/mix/subdivision-monthly.json +87 -87
- package/data/mix/subdivision-yearly-green.csv +18 -18
- package/data/mix/subdivision-yearly-green.json +17 -17
- package/data/mix/subdivision-yearly.csv +18 -18
- package/data/mix/subdivision-yearly.json +42 -42
- package/data/mix/world-monthly-green.csv +73 -73
- package/data/mix/world-monthly-green.json +292 -292
- package/data/mix/world-monthly.csv +73 -73
- package/data/mix/world-monthly.json +654 -654
- package/data/mix/world-yearly-green.csv +7 -7
- package/data/mix/world-yearly-green.json +28 -28
- package/data/mix/world-yearly.csv +7 -7
- package/data/mix/world-yearly.json +62 -62
- package/package.json +1 -1
|
@@ -771,34 +771,34 @@
|
|
|
771
771
|
"Wind": 0.1944
|
|
772
772
|
},
|
|
773
773
|
"2024-11": {
|
|
774
|
-
"Bioenergy": 0.
|
|
775
|
-
"Coal": 0.
|
|
776
|
-
"Gas": 0.
|
|
774
|
+
"Bioenergy": 0.0591,
|
|
775
|
+
"Coal": 0.1708,
|
|
776
|
+
"Gas": 0.5371,
|
|
777
777
|
"Hydro": 0.0239,
|
|
778
778
|
"Nuclear": 0,
|
|
779
|
-
"Other Fossil": 0.
|
|
779
|
+
"Other Fossil": 0.0386,
|
|
780
780
|
"Other Renewables": 0.0022,
|
|
781
781
|
"Solar": 0.0108,
|
|
782
782
|
"Wind": 0.1575
|
|
783
783
|
},
|
|
784
784
|
"2024-12": {
|
|
785
|
-
"Bioenergy": 0.
|
|
786
|
-
"Coal": 0.
|
|
787
|
-
"Gas": 0.
|
|
785
|
+
"Bioenergy": 0.0591,
|
|
786
|
+
"Coal": 0.1708,
|
|
787
|
+
"Gas": 0.5371,
|
|
788
788
|
"Hydro": 0.0239,
|
|
789
789
|
"Nuclear": 0,
|
|
790
|
-
"Other Fossil": 0.
|
|
790
|
+
"Other Fossil": 0.0386,
|
|
791
791
|
"Other Renewables": 0.0022,
|
|
792
792
|
"Solar": 0.0108,
|
|
793
793
|
"Wind": 0.1575
|
|
794
794
|
},
|
|
795
795
|
"2025-01": {
|
|
796
|
-
"Bioenergy": 0.
|
|
797
|
-
"Coal": 0.
|
|
798
|
-
"Gas": 0.
|
|
796
|
+
"Bioenergy": 0.0591,
|
|
797
|
+
"Coal": 0.1708,
|
|
798
|
+
"Gas": 0.5371,
|
|
799
799
|
"Hydro": 0.0239,
|
|
800
800
|
"Nuclear": 0,
|
|
801
|
-
"Other Fossil": 0.
|
|
801
|
+
"Other Fossil": 0.0386,
|
|
802
802
|
"Other Renewables": 0.0022,
|
|
803
803
|
"Solar": 0.0108,
|
|
804
804
|
"Wind": 0.1575
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
"Gas": 0.0545,
|
|
1582
1582
|
"Hydro": 0.8914,
|
|
1583
1583
|
"Nuclear": 0,
|
|
1584
|
-
"Other Fossil": 0.
|
|
1584
|
+
"Other Fossil": 0.0039,
|
|
1585
1585
|
"Other Renewables": 0.0002,
|
|
1586
1586
|
"Solar": 0,
|
|
1587
1587
|
"Wind": 0.0267
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
"Gas": 0.0545,
|
|
1593
1593
|
"Hydro": 0.8914,
|
|
1594
1594
|
"Nuclear": 0,
|
|
1595
|
-
"Other Fossil": 0.
|
|
1595
|
+
"Other Fossil": 0.0039,
|
|
1596
1596
|
"Other Renewables": 0.0002,
|
|
1597
1597
|
"Solar": 0,
|
|
1598
1598
|
"Wind": 0.0267
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"Gas": 0.0545,
|
|
1604
1604
|
"Hydro": 0.8914,
|
|
1605
1605
|
"Nuclear": 0,
|
|
1606
|
-
"Other Fossil": 0.
|
|
1606
|
+
"Other Fossil": 0.0039,
|
|
1607
1607
|
"Other Renewables": 0.0002,
|
|
1608
1608
|
"Solar": 0,
|
|
1609
1609
|
"Wind": 0.0267
|
|
@@ -3187,33 +3187,33 @@
|
|
|
3187
3187
|
},
|
|
3188
3188
|
"2024-11": {
|
|
3189
3189
|
"Bioenergy": 0.0532,
|
|
3190
|
-
"Coal": 0.
|
|
3191
|
-
"Gas": 0.
|
|
3190
|
+
"Coal": 0.1535,
|
|
3191
|
+
"Gas": 0.4827,
|
|
3192
3192
|
"Hydro": 0.1275,
|
|
3193
3193
|
"Nuclear": 0,
|
|
3194
|
-
"Other Fossil": 0.
|
|
3194
|
+
"Other Fossil": 0.0347,
|
|
3195
3195
|
"Other Renewables": 0.002,
|
|
3196
3196
|
"Solar": 0.0001,
|
|
3197
3197
|
"Wind": 0.1464
|
|
3198
3198
|
},
|
|
3199
3199
|
"2024-12": {
|
|
3200
3200
|
"Bioenergy": 0.0532,
|
|
3201
|
-
"Coal": 0.
|
|
3202
|
-
"Gas": 0.
|
|
3201
|
+
"Coal": 0.1535,
|
|
3202
|
+
"Gas": 0.4827,
|
|
3203
3203
|
"Hydro": 0.1275,
|
|
3204
3204
|
"Nuclear": 0,
|
|
3205
|
-
"Other Fossil": 0.
|
|
3205
|
+
"Other Fossil": 0.0347,
|
|
3206
3206
|
"Other Renewables": 0.002,
|
|
3207
3207
|
"Solar": 0.0001,
|
|
3208
3208
|
"Wind": 0.1464
|
|
3209
3209
|
},
|
|
3210
3210
|
"2025-01": {
|
|
3211
3211
|
"Bioenergy": 0.0532,
|
|
3212
|
-
"Coal": 0.
|
|
3213
|
-
"Gas": 0.
|
|
3212
|
+
"Coal": 0.1535,
|
|
3213
|
+
"Gas": 0.4827,
|
|
3214
3214
|
"Hydro": 0.1275,
|
|
3215
3215
|
"Nuclear": 0,
|
|
3216
|
-
"Other Fossil": 0.
|
|
3216
|
+
"Other Fossil": 0.0347,
|
|
3217
3217
|
"Other Renewables": 0.002,
|
|
3218
3218
|
"Solar": 0.0001,
|
|
3219
3219
|
"Wind": 0.1464
|
|
@@ -3996,7 +3996,7 @@
|
|
|
3996
3996
|
"Gas": 0.0275,
|
|
3997
3997
|
"Hydro": 0.954,
|
|
3998
3998
|
"Nuclear": 0,
|
|
3999
|
-
"Other Fossil": 0.
|
|
3999
|
+
"Other Fossil": 0.002,
|
|
4000
4000
|
"Other Renewables": 0.0001,
|
|
4001
4001
|
"Solar": 0,
|
|
4002
4002
|
"Wind": 0.0047
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
"Gas": 0.0275,
|
|
4008
4008
|
"Hydro": 0.954,
|
|
4009
4009
|
"Nuclear": 0,
|
|
4010
|
-
"Other Fossil": 0.
|
|
4010
|
+
"Other Fossil": 0.002,
|
|
4011
4011
|
"Other Renewables": 0.0001,
|
|
4012
4012
|
"Solar": 0,
|
|
4013
4013
|
"Wind": 0.0047
|
|
@@ -4018,7 +4018,7 @@
|
|
|
4018
4018
|
"Gas": 0.0275,
|
|
4019
4019
|
"Hydro": 0.954,
|
|
4020
4020
|
"Nuclear": 0,
|
|
4021
|
-
"Other Fossil": 0.
|
|
4021
|
+
"Other Fossil": 0.002,
|
|
4022
4022
|
"Other Renewables": 0.0001,
|
|
4023
4023
|
"Solar": 0,
|
|
4024
4024
|
"Wind": 0.0047
|
|
@@ -4797,33 +4797,33 @@
|
|
|
4797
4797
|
},
|
|
4798
4798
|
"2024-11": {
|
|
4799
4799
|
"Bioenergy": 0.0514,
|
|
4800
|
-
"Coal": 0.
|
|
4801
|
-
"Gas": 0.
|
|
4800
|
+
"Coal": 0.1485,
|
|
4801
|
+
"Gas": 0.4667,
|
|
4802
4802
|
"Hydro": 0.0303,
|
|
4803
4803
|
"Nuclear": 0,
|
|
4804
|
-
"Other Fossil": 0.
|
|
4804
|
+
"Other Fossil": 0.0335,
|
|
4805
4805
|
"Other Renewables": 0.0019,
|
|
4806
4806
|
"Solar": 0.0001,
|
|
4807
4807
|
"Wind": 0.2675
|
|
4808
4808
|
},
|
|
4809
4809
|
"2024-12": {
|
|
4810
4810
|
"Bioenergy": 0.0514,
|
|
4811
|
-
"Coal": 0.
|
|
4812
|
-
"Gas": 0.
|
|
4811
|
+
"Coal": 0.1485,
|
|
4812
|
+
"Gas": 0.4667,
|
|
4813
4813
|
"Hydro": 0.0303,
|
|
4814
4814
|
"Nuclear": 0,
|
|
4815
|
-
"Other Fossil": 0.
|
|
4815
|
+
"Other Fossil": 0.0335,
|
|
4816
4816
|
"Other Renewables": 0.0019,
|
|
4817
4817
|
"Solar": 0.0001,
|
|
4818
4818
|
"Wind": 0.2675
|
|
4819
4819
|
},
|
|
4820
4820
|
"2025-01": {
|
|
4821
4821
|
"Bioenergy": 0.0514,
|
|
4822
|
-
"Coal": 0.
|
|
4823
|
-
"Gas": 0.
|
|
4822
|
+
"Coal": 0.1485,
|
|
4823
|
+
"Gas": 0.4667,
|
|
4824
4824
|
"Hydro": 0.0303,
|
|
4825
4825
|
"Nuclear": 0,
|
|
4826
|
-
"Other Fossil": 0.
|
|
4826
|
+
"Other Fossil": 0.0335,
|
|
4827
4827
|
"Other Renewables": 0.0019,
|
|
4828
4828
|
"Solar": 0.0001,
|
|
4829
4829
|
"Wind": 0.2675
|
|
@@ -5601,34 +5601,34 @@
|
|
|
5601
5601
|
"Wind": 0.0559
|
|
5602
5602
|
},
|
|
5603
5603
|
"2024-11": {
|
|
5604
|
-
"Bioenergy": 0.
|
|
5605
|
-
"Coal": 0.
|
|
5606
|
-
"Gas": 0.
|
|
5604
|
+
"Bioenergy": 0.0533,
|
|
5605
|
+
"Coal": 0.154,
|
|
5606
|
+
"Gas": 0.4843,
|
|
5607
5607
|
"Hydro": 0.2391,
|
|
5608
5608
|
"Nuclear": 0,
|
|
5609
|
-
"Other Fossil": 0.
|
|
5609
|
+
"Other Fossil": 0.0348,
|
|
5610
5610
|
"Other Renewables": 0.002,
|
|
5611
5611
|
"Solar": 0.0006,
|
|
5612
5612
|
"Wind": 0.0319
|
|
5613
5613
|
},
|
|
5614
5614
|
"2024-12": {
|
|
5615
|
-
"Bioenergy": 0.
|
|
5616
|
-
"Coal": 0.
|
|
5617
|
-
"Gas": 0.
|
|
5615
|
+
"Bioenergy": 0.0533,
|
|
5616
|
+
"Coal": 0.154,
|
|
5617
|
+
"Gas": 0.4843,
|
|
5618
5618
|
"Hydro": 0.2391,
|
|
5619
5619
|
"Nuclear": 0,
|
|
5620
|
-
"Other Fossil": 0.
|
|
5620
|
+
"Other Fossil": 0.0348,
|
|
5621
5621
|
"Other Renewables": 0.002,
|
|
5622
5622
|
"Solar": 0.0006,
|
|
5623
5623
|
"Wind": 0.0319
|
|
5624
5624
|
},
|
|
5625
5625
|
"2025-01": {
|
|
5626
|
-
"Bioenergy": 0.
|
|
5627
|
-
"Coal": 0.
|
|
5628
|
-
"Gas": 0.
|
|
5626
|
+
"Bioenergy": 0.0533,
|
|
5627
|
+
"Coal": 0.154,
|
|
5628
|
+
"Gas": 0.4843,
|
|
5629
5629
|
"Hydro": 0.2391,
|
|
5630
5630
|
"Nuclear": 0,
|
|
5631
|
-
"Other Fossil": 0.
|
|
5631
|
+
"Other Fossil": 0.0348,
|
|
5632
5632
|
"Other Renewables": 0.002,
|
|
5633
5633
|
"Solar": 0.0006,
|
|
5634
5634
|
"Wind": 0.0319
|
|
@@ -6406,34 +6406,34 @@
|
|
|
6406
6406
|
"Wind": 0
|
|
6407
6407
|
},
|
|
6408
6408
|
"2024-11": {
|
|
6409
|
-
"Bioenergy": 0.
|
|
6410
|
-
"Coal": 0.
|
|
6411
|
-
"Gas": 0.
|
|
6409
|
+
"Bioenergy": 0.0732,
|
|
6410
|
+
"Coal": 0.2115,
|
|
6411
|
+
"Gas": 0.6648,
|
|
6412
6412
|
"Hydro": 0,
|
|
6413
6413
|
"Nuclear": 0,
|
|
6414
|
-
"Other Fossil": 0.
|
|
6414
|
+
"Other Fossil": 0.0477,
|
|
6415
6415
|
"Other Renewables": 0.0027,
|
|
6416
6416
|
"Solar": 0,
|
|
6417
6417
|
"Wind": 0
|
|
6418
6418
|
},
|
|
6419
6419
|
"2024-12": {
|
|
6420
|
-
"Bioenergy": 0.
|
|
6421
|
-
"Coal": 0.
|
|
6422
|
-
"Gas": 0.
|
|
6420
|
+
"Bioenergy": 0.0732,
|
|
6421
|
+
"Coal": 0.2115,
|
|
6422
|
+
"Gas": 0.6648,
|
|
6423
6423
|
"Hydro": 0,
|
|
6424
6424
|
"Nuclear": 0,
|
|
6425
|
-
"Other Fossil": 0.
|
|
6425
|
+
"Other Fossil": 0.0477,
|
|
6426
6426
|
"Other Renewables": 0.0027,
|
|
6427
6427
|
"Solar": 0,
|
|
6428
6428
|
"Wind": 0
|
|
6429
6429
|
},
|
|
6430
6430
|
"2025-01": {
|
|
6431
|
-
"Bioenergy": 0.
|
|
6432
|
-
"Coal": 0.
|
|
6433
|
-
"Gas": 0.
|
|
6431
|
+
"Bioenergy": 0.0732,
|
|
6432
|
+
"Coal": 0.2115,
|
|
6433
|
+
"Gas": 0.6648,
|
|
6434
6434
|
"Hydro": 0,
|
|
6435
6435
|
"Nuclear": 0,
|
|
6436
|
-
"Other Fossil": 0.
|
|
6436
|
+
"Other Fossil": 0.0477,
|
|
6437
6437
|
"Other Renewables": 0.0027,
|
|
6438
6438
|
"Solar": 0,
|
|
6439
6439
|
"Wind": 0
|
|
@@ -7213,10 +7213,10 @@
|
|
|
7213
7213
|
"2024-11": {
|
|
7214
7214
|
"Bioenergy": 0.0101,
|
|
7215
7215
|
"Coal": 0.0291,
|
|
7216
|
-
"Gas": 0.
|
|
7216
|
+
"Gas": 0.0914,
|
|
7217
7217
|
"Hydro": 0.2505,
|
|
7218
7218
|
"Nuclear": 0.4926,
|
|
7219
|
-
"Other Fossil": 0.
|
|
7219
|
+
"Other Fossil": 0.0066,
|
|
7220
7220
|
"Other Renewables": 0.0004,
|
|
7221
7221
|
"Solar": 0.0078,
|
|
7222
7222
|
"Wind": 0.1117
|
|
@@ -7224,10 +7224,10 @@
|
|
|
7224
7224
|
"2024-12": {
|
|
7225
7225
|
"Bioenergy": 0.0101,
|
|
7226
7226
|
"Coal": 0.0291,
|
|
7227
|
-
"Gas": 0.
|
|
7227
|
+
"Gas": 0.0914,
|
|
7228
7228
|
"Hydro": 0.2505,
|
|
7229
7229
|
"Nuclear": 0.4926,
|
|
7230
|
-
"Other Fossil": 0.
|
|
7230
|
+
"Other Fossil": 0.0066,
|
|
7231
7231
|
"Other Renewables": 0.0004,
|
|
7232
7232
|
"Solar": 0.0078,
|
|
7233
7233
|
"Wind": 0.1117
|
|
@@ -7235,10 +7235,10 @@
|
|
|
7235
7235
|
"2025-01": {
|
|
7236
7236
|
"Bioenergy": 0.0101,
|
|
7237
7237
|
"Coal": 0.0291,
|
|
7238
|
-
"Gas": 0.
|
|
7238
|
+
"Gas": 0.0914,
|
|
7239
7239
|
"Hydro": 0.2505,
|
|
7240
7240
|
"Nuclear": 0.4926,
|
|
7241
|
-
"Other Fossil": 0.
|
|
7241
|
+
"Other Fossil": 0.0066,
|
|
7242
7242
|
"Other Renewables": 0.0004,
|
|
7243
7243
|
"Solar": 0.0078,
|
|
7244
7244
|
"Wind": 0.1117
|
|
@@ -9627,33 +9627,33 @@
|
|
|
9627
9627
|
},
|
|
9628
9628
|
"2024-11": {
|
|
9629
9629
|
"Bioenergy": 0.0581,
|
|
9630
|
-
"Coal": 0.
|
|
9631
|
-
"Gas": 0.
|
|
9630
|
+
"Coal": 0.1678,
|
|
9631
|
+
"Gas": 0.5274,
|
|
9632
9632
|
"Hydro": 0.0953,
|
|
9633
9633
|
"Nuclear": 0,
|
|
9634
|
-
"Other Fossil": 0.
|
|
9634
|
+
"Other Fossil": 0.0379,
|
|
9635
9635
|
"Other Renewables": 0.0022,
|
|
9636
9636
|
"Solar": 0.001,
|
|
9637
9637
|
"Wind": 0.1104
|
|
9638
9638
|
},
|
|
9639
9639
|
"2024-12": {
|
|
9640
9640
|
"Bioenergy": 0.0581,
|
|
9641
|
-
"Coal": 0.
|
|
9642
|
-
"Gas": 0.
|
|
9641
|
+
"Coal": 0.1678,
|
|
9642
|
+
"Gas": 0.5274,
|
|
9643
9643
|
"Hydro": 0.0953,
|
|
9644
9644
|
"Nuclear": 0,
|
|
9645
|
-
"Other Fossil": 0.
|
|
9645
|
+
"Other Fossil": 0.0379,
|
|
9646
9646
|
"Other Renewables": 0.0022,
|
|
9647
9647
|
"Solar": 0.001,
|
|
9648
9648
|
"Wind": 0.1104
|
|
9649
9649
|
},
|
|
9650
9650
|
"2025-01": {
|
|
9651
9651
|
"Bioenergy": 0.0581,
|
|
9652
|
-
"Coal": 0.
|
|
9653
|
-
"Gas": 0.
|
|
9652
|
+
"Coal": 0.1678,
|
|
9653
|
+
"Gas": 0.5274,
|
|
9654
9654
|
"Hydro": 0.0953,
|
|
9655
9655
|
"Nuclear": 0,
|
|
9656
|
-
"Other Fossil": 0.
|
|
9656
|
+
"Other Fossil": 0.0379,
|
|
9657
9657
|
"Other Renewables": 0.0022,
|
|
9658
9658
|
"Solar": 0.001,
|
|
9659
9659
|
"Wind": 0.1104
|
|
@@ -10431,34 +10431,34 @@
|
|
|
10431
10431
|
"Wind": 0.0095
|
|
10432
10432
|
},
|
|
10433
10433
|
"2024-11": {
|
|
10434
|
-
"Bioenergy": 0.
|
|
10435
|
-
"Coal": 0.
|
|
10436
|
-
"Gas": 0.
|
|
10434
|
+
"Bioenergy": 0.023,
|
|
10435
|
+
"Coal": 0.0665,
|
|
10436
|
+
"Gas": 0.2092,
|
|
10437
10437
|
"Hydro": 0.6767,
|
|
10438
10438
|
"Nuclear": 0,
|
|
10439
|
-
"Other Fossil": 0.
|
|
10439
|
+
"Other Fossil": 0.015,
|
|
10440
10440
|
"Other Renewables": 0.0009,
|
|
10441
10441
|
"Solar": 0.0012,
|
|
10442
10442
|
"Wind": 0.0074
|
|
10443
10443
|
},
|
|
10444
10444
|
"2024-12": {
|
|
10445
|
-
"Bioenergy": 0.
|
|
10446
|
-
"Coal": 0.
|
|
10447
|
-
"Gas": 0.
|
|
10445
|
+
"Bioenergy": 0.023,
|
|
10446
|
+
"Coal": 0.0665,
|
|
10447
|
+
"Gas": 0.2092,
|
|
10448
10448
|
"Hydro": 0.6767,
|
|
10449
10449
|
"Nuclear": 0,
|
|
10450
|
-
"Other Fossil": 0.
|
|
10450
|
+
"Other Fossil": 0.015,
|
|
10451
10451
|
"Other Renewables": 0.0009,
|
|
10452
10452
|
"Solar": 0.0012,
|
|
10453
10453
|
"Wind": 0.0074
|
|
10454
10454
|
},
|
|
10455
10455
|
"2025-01": {
|
|
10456
|
-
"Bioenergy": 0.
|
|
10457
|
-
"Coal": 0.
|
|
10458
|
-
"Gas": 0.
|
|
10456
|
+
"Bioenergy": 0.023,
|
|
10457
|
+
"Coal": 0.0665,
|
|
10458
|
+
"Gas": 0.2092,
|
|
10459
10459
|
"Hydro": 0.6767,
|
|
10460
10460
|
"Nuclear": 0,
|
|
10461
|
-
"Other Fossil": 0.
|
|
10461
|
+
"Other Fossil": 0.015,
|
|
10462
10462
|
"Other Renewables": 0.0009,
|
|
10463
10463
|
"Solar": 0.0012,
|
|
10464
10464
|
"Wind": 0.0074
|
|
@@ -4,15 +4,15 @@ CA-AB,2020,0.0708,0.2732,0.516,0.0319,0,0.0365,0.0009,0.0003,0.0703
|
|
|
4
4
|
CA-AB,2021,0.0693,0.2375,0.5362,0.0284,0,0.0328,0.0012,0.0034,0.0911
|
|
5
5
|
CA-AB,2022,0.063,0.1826,0.5742,0.0298,0,0.0414,0.001,0.0112,0.0968
|
|
6
6
|
CA-AB,2023,0.0593,0.1716,0.5395,0.0254,0,0.0389,0.001,0.0296,0.1348
|
|
7
|
-
CA-AB,2024,0.0573,0.1661,0.
|
|
8
|
-
CA-AB,2025,0.
|
|
7
|
+
CA-AB,2024,0.0573,0.1661,0.5222,0.0231,0,0.0374,0.0017,0.0349,0.1572
|
|
8
|
+
CA-AB,2025,0.0591,0.1708,0.5371,0.0239,0,0.0386,0.0022,0.0108,0.1575
|
|
9
9
|
CA-BC,2019,0.0083,0.0367,0.0524,0.8747,0,0.0043,0.0001,0,0.0235
|
|
10
10
|
CA-BC,2020,0.0062,0.0241,0.0455,0.8794,0,0.0032,0.0001,0,0.0413
|
|
11
11
|
CA-BC,2021,0.0068,0.0232,0.0524,0.8864,0,0.0032,0.0001,0.0001,0.0278
|
|
12
12
|
CA-BC,2022,0.0051,0.0148,0.0466,0.9091,0,0.0034,0.0001,0.0001,0.0209
|
|
13
13
|
CA-BC,2023,0.0069,0.0199,0.0627,0.8754,0,0.0045,0.0001,0.0001,0.0303
|
|
14
|
-
CA-BC,2024,0.0069,0.0199,0.
|
|
15
|
-
CA-BC,2025,0.006,0.0173,0.0545,0.8914,0,0.
|
|
14
|
+
CA-BC,2024,0.0069,0.0199,0.0626,0.8758,0,0.0045,0.0002,0.0001,0.03
|
|
15
|
+
CA-BC,2025,0.006,0.0173,0.0545,0.8914,0,0.0039,0.0002,0,0.0267
|
|
16
16
|
CA-MB,2019,0.0003,0.0011,0.0016,0.9707,0,0.0001,0,0,0.0262
|
|
17
17
|
CA-MB,2020,0.0002,0.0009,0.0017,0.9713,0,0.0001,0,0,0.0258
|
|
18
18
|
CA-MB,2021,0.0003,0.001,0.0023,0.963,0,0.0001,0,0.0001,0.0332
|
|
@@ -25,43 +25,43 @@ CA-NB,2020,0.0245,0.0946,0.1787,0.2261,0.3901,0.0126,0.0003,0,0.0731
|
|
|
25
25
|
CA-NB,2021,0.0296,0.1014,0.2289,0.2124,0.3557,0.014,0.0005,0,0.0574
|
|
26
26
|
CA-NB,2022,0.0293,0.085,0.2673,0.2667,0.2871,0.0192,0.0005,0,0.0449
|
|
27
27
|
CA-NB,2023,0.0309,0.0894,0.281,0.2376,0.301,0.0202,0.0005,0,0.0392
|
|
28
|
-
CA-NB,2024,0.0393,0.114,0.3584,0.2278,0.1415,0.
|
|
29
|
-
CA-NB,2025,0.0532,0.
|
|
28
|
+
CA-NB,2024,0.0393,0.114,0.3584,0.2278,0.1415,0.0257,0.0012,0.0002,0.092
|
|
29
|
+
CA-NB,2025,0.0532,0.1535,0.4827,0.1275,0,0.0347,0.002,0.0001,0.1464
|
|
30
30
|
CA-NL,2019,0.0033,0.0146,0.0208,0.9554,0,0.0017,0.0001,0,0.0043
|
|
31
31
|
CA-NL,2020,0.003,0.0115,0.0218,0.9577,0,0.0015,0,0,0.0044
|
|
32
32
|
CA-NL,2021,0.0026,0.009,0.0204,0.9629,0,0.0012,0.0001,0,0.0038
|
|
33
33
|
CA-NL,2022,0.0022,0.0063,0.0199,0.9658,0,0.0014,0,0,0.0043
|
|
34
34
|
CA-NL,2023,0.0016,0.0046,0.0144,0.9746,0,0.001,0,0,0.0037
|
|
35
35
|
CA-NL,2024,0.002,0.0058,0.0182,0.9685,0,0.0013,0.0001,0,0.0043
|
|
36
|
-
CA-NL,2025,0.003,0.0087,0.0275,0.954,0,0.
|
|
36
|
+
CA-NL,2025,0.003,0.0087,0.0275,0.954,0,0.002,0.0001,0,0.0047
|
|
37
37
|
CA-NS,2019,0.0635,0.2818,0.4019,0.1067,0,0.0328,0.0011,0,0.1122
|
|
38
38
|
CA-NS,2020,0.0644,0.2486,0.4696,0.0832,0,0.0332,0.0009,0,0.1001
|
|
39
39
|
CA-NS,2021,0.0627,0.2148,0.4849,0.0856,0,0.0296,0.0011,0,0.1212
|
|
40
40
|
CA-NS,2022,0.0546,0.1582,0.4975,0.0993,0,0.0358,0.0009,0,0.1537
|
|
41
41
|
CA-NS,2023,0.0532,0.154,0.484,0.1159,0,0.0349,0.0009,0.0003,0.1569
|
|
42
|
-
CA-NS,2024,0.0533,0.1543,0.
|
|
43
|
-
CA-NS,2025,0.0514,0.
|
|
42
|
+
CA-NS,2024,0.0533,0.1543,0.4853,0.0827,0,0.0348,0.0016,0.0003,0.1877
|
|
43
|
+
CA-NS,2025,0.0514,0.1485,0.4667,0.0303,0,0.0335,0.0019,0.0001,0.2675
|
|
44
44
|
CA-NT,2019,0.0526,0.2335,0.333,0.3297,0,0.0272,0.0009,0.0004,0.0227
|
|
45
45
|
CA-NT,2020,0.0474,0.1829,0.3453,0.3698,0,0.0245,0.0006,0.0016,0.028
|
|
46
46
|
CA-NT,2021,0.0471,0.1612,0.3639,0.3793,0,0.0223,0.0009,0.0003,0.025
|
|
47
47
|
CA-NT,2022,0.0464,0.1345,0.423,0.3406,0,0.0305,0.0007,0.0003,0.024
|
|
48
48
|
CA-NT,2023,0.0527,0.1524,0.4792,0.2556,0,0.0345,0.0009,0.0003,0.0243
|
|
49
|
-
CA-NT,2024,0.0562,0.1629,0.
|
|
50
|
-
CA-NT,2025,0.
|
|
49
|
+
CA-NT,2024,0.0562,0.1629,0.5123,0.1969,0,0.0368,0.0017,0.0049,0.0283
|
|
50
|
+
CA-NT,2025,0.0533,0.154,0.4843,0.2391,0,0.0348,0.002,0.0006,0.0319
|
|
51
51
|
CA-NU,2019,0.0813,0.3608,0.5145,0,0,0.042,0.0014,0,0
|
|
52
52
|
CA-NU,2020,0.0788,0.3044,0.5749,0,0,0.0407,0.0011,0,0
|
|
53
53
|
CA-NU,2021,0.0791,0.2708,0.6113,0,0,0.0374,0.0014,0,0
|
|
54
54
|
CA-NU,2022,0.0731,0.2118,0.666,0,0,0.048,0.0012,0,0
|
|
55
55
|
CA-NU,2023,0.0731,0.2117,0.6655,0,0,0.0479,0.0012,0.0005,0
|
|
56
|
-
CA-NU,2024,0.073,0.
|
|
57
|
-
CA-NU,2025,0.
|
|
56
|
+
CA-NU,2024,0.073,0.2115,0.6652,0,0,0.0477,0.0022,0.0004,0
|
|
57
|
+
CA-NU,2025,0.0732,0.2115,0.6648,0,0,0.0477,0.0027,0,0
|
|
58
58
|
CA-ON,2019,0.0071,0.0314,0.0447,0.2456,0.5781,0.0036,0.0001,0.0154,0.0739
|
|
59
59
|
CA-ON,2020,0.0067,0.0257,0.0486,0.2514,0.5656,0.0034,0.0001,0.0162,0.0823
|
|
60
60
|
CA-ON,2021,0.0083,0.0284,0.0641,0.2381,0.5556,0.0039,0.0001,0.0165,0.085
|
|
61
61
|
CA-ON,2022,0.0088,0.0256,0.0806,0.2577,0.5126,0.0058,0.0001,0.0148,0.094
|
|
62
62
|
CA-ON,2023,0.0107,0.0309,0.0972,0.248,0.5108,0.007,0.0002,0.0147,0.0805
|
|
63
63
|
CA-ON,2024,0.0126,0.0364,0.1145,0.2423,0.485,0.0082,0.0004,0.0145,0.0861
|
|
64
|
-
CA-ON,2025,0.0101,0.0291,0.
|
|
64
|
+
CA-ON,2025,0.0101,0.0291,0.0914,0.2505,0.4926,0.0066,0.0004,0.0078,0.1117
|
|
65
65
|
CA-PE,2019,0.0007,0.0032,0.0046,0,0,0.0004,0,0.0009,0.9902
|
|
66
66
|
CA-PE,2020,0.0007,0.0026,0.0048,0,0,0.0003,0,0.0009,0.9907
|
|
67
67
|
CA-PE,2021,0.0009,0.0029,0.0066,0,0,0.0004,0,0.0009,0.9882
|
|
@@ -81,15 +81,15 @@ CA-SK,2020,0.062,0.2393,0.4519,0.1803,0,0.032,0.0008,0,0.0337
|
|
|
81
81
|
CA-SK,2021,0.0667,0.2285,0.5158,0.1208,0,0.0316,0.0012,0.0002,0.0352
|
|
82
82
|
CA-SK,2022,0.0582,0.1688,0.5308,0.1362,0,0.0382,0.0009,0.0012,0.0655
|
|
83
83
|
CA-SK,2023,0.0591,0.1712,0.5381,0.1093,0,0.0388,0.001,0.002,0.0806
|
|
84
|
-
CA-SK,2024,0.0596,0.1727,0.543,0.0953,0,0.
|
|
85
|
-
CA-SK,2025,0.0581,0.
|
|
84
|
+
CA-SK,2024,0.0596,0.1727,0.543,0.0953,0,0.039,0.0018,0.0023,0.0865
|
|
85
|
+
CA-SK,2025,0.0581,0.1678,0.5274,0.0953,0,0.0379,0.0022,0.001,0.1104
|
|
86
86
|
CA-YT,2019,0.016,0.0709,0.1011,0.8035,0,0.0082,0.0003,0,0
|
|
87
87
|
CA-YT,2020,0.0138,0.0535,0.101,0.8244,0,0.0072,0.0002,0,0
|
|
88
88
|
CA-YT,2021,0.0092,0.0316,0.0714,0.883,0,0.0043,0.0002,0.0002,0
|
|
89
89
|
CA-YT,2022,0.0086,0.025,0.0787,0.8805,0,0.0056,0.0002,0.0013,0
|
|
90
90
|
CA-YT,2023,0.0094,0.0272,0.0855,0.8692,0,0.0062,0.0002,0.0012,0.0011
|
|
91
|
-
CA-YT,2024,0.0153,0.0443,0.
|
|
92
|
-
CA-YT,2025,0.
|
|
91
|
+
CA-YT,2024,0.0153,0.0443,0.1394,0.7795,0,0.01,0.0005,0.0015,0.0094
|
|
92
|
+
CA-YT,2025,0.023,0.0665,0.2092,0.6767,0,0.015,0.0009,0.0012,0.0074
|
|
93
93
|
US-AK,2019,0.0062,0.1125,0.4426,0.2674,0,0.1478,0,0,0.0235
|
|
94
94
|
US-AK,2020,0.0062,0.115,0.4207,0.2811,0,0.1565,0,0,0.0205
|
|
95
95
|
US-AK,2021,0.0058,0.1141,0.4678,0.2561,0,0.1362,0,0,0.02
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"Wind": 0.5766
|
|
38
38
|
},
|
|
39
39
|
"2025": {
|
|
40
|
-
"Bioenergy": 0.
|
|
40
|
+
"Bioenergy": 0.2353,
|
|
41
41
|
"Hydro": 0.095,
|
|
42
42
|
"Solar": 0.0431,
|
|
43
|
-
"Wind": 0.
|
|
43
|
+
"Wind": 0.6266
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"CA-BC": {
|
|
@@ -169,10 +169,10 @@
|
|
|
169
169
|
"Wind": 0.2559
|
|
170
170
|
},
|
|
171
171
|
"2025": {
|
|
172
|
-
"Bioenergy": 0.
|
|
173
|
-
"Hydro": 0.
|
|
172
|
+
"Bioenergy": 0.1625,
|
|
173
|
+
"Hydro": 0.3898,
|
|
174
174
|
"Solar": 0.0003,
|
|
175
|
-
"Wind": 0.
|
|
175
|
+
"Wind": 0.4475
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
"CA-NL": {
|
|
@@ -254,13 +254,13 @@
|
|
|
254
254
|
"Bioenergy": 0.1644,
|
|
255
255
|
"Hydro": 0.2553,
|
|
256
256
|
"Solar": 0.0009,
|
|
257
|
-
"Wind": 0.
|
|
257
|
+
"Wind": 0.5794
|
|
258
258
|
},
|
|
259
259
|
"2025": {
|
|
260
|
-
"Bioenergy": 0.
|
|
260
|
+
"Bioenergy": 0.1471,
|
|
261
261
|
"Hydro": 0.0868,
|
|
262
262
|
"Solar": 0.0003,
|
|
263
|
-
"Wind": 0.
|
|
263
|
+
"Wind": 0.7657
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"CA-NT": {
|
|
@@ -295,14 +295,14 @@
|
|
|
295
295
|
"Wind": 0.0731
|
|
296
296
|
},
|
|
297
297
|
"2024": {
|
|
298
|
-
"Bioenergy": 0.
|
|
298
|
+
"Bioenergy": 0.1964,
|
|
299
299
|
"Hydro": 0.6877,
|
|
300
300
|
"Solar": 0.017,
|
|
301
301
|
"Wind": 0.0989
|
|
302
302
|
},
|
|
303
303
|
"2025": {
|
|
304
|
-
"Bioenergy": 0.
|
|
305
|
-
"Hydro": 0.
|
|
304
|
+
"Bioenergy": 0.1641,
|
|
305
|
+
"Hydro": 0.7359,
|
|
306
306
|
"Solar": 0.0017,
|
|
307
307
|
"Wind": 0.0983
|
|
308
308
|
}
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
},
|
|
391
391
|
"2025": {
|
|
392
392
|
"Bioenergy": 0.0265,
|
|
393
|
-
"Hydro": 0.
|
|
393
|
+
"Hydro": 0.6591,
|
|
394
394
|
"Solar": 0.0204,
|
|
395
395
|
"Wind": 0.294
|
|
396
396
|
}
|
|
@@ -515,16 +515,16 @@
|
|
|
515
515
|
"Wind": 0.3212
|
|
516
516
|
},
|
|
517
517
|
"2024": {
|
|
518
|
-
"Bioenergy": 0.
|
|
518
|
+
"Bioenergy": 0.2446,
|
|
519
519
|
"Hydro": 0.391,
|
|
520
520
|
"Solar": 0.0094,
|
|
521
521
|
"Wind": 0.355
|
|
522
522
|
},
|
|
523
523
|
"2025": {
|
|
524
|
-
"Bioenergy": 0.
|
|
524
|
+
"Bioenergy": 0.2194,
|
|
525
525
|
"Hydro": 0.36,
|
|
526
526
|
"Solar": 0.0037,
|
|
527
|
-
"Wind": 0.
|
|
527
|
+
"Wind": 0.4169
|
|
528
528
|
}
|
|
529
529
|
},
|
|
530
530
|
"CA-YT": {
|
|
@@ -565,8 +565,8 @@
|
|
|
565
565
|
"Wind": 0.0117
|
|
566
566
|
},
|
|
567
567
|
"2025": {
|
|
568
|
-
"Bioenergy": 0.
|
|
569
|
-
"Hydro": 0.
|
|
568
|
+
"Bioenergy": 0.0325,
|
|
569
|
+
"Hydro": 0.9554,
|
|
570
570
|
"Solar": 0.0017,
|
|
571
571
|
"Wind": 0.0104
|
|
572
572
|
}
|