@digital4better/data 1.3.2 → 1.3.3
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/subdivision-monthly-green.csv +26 -26
- package/data/factor/subdivision-monthly-green.json +234 -234
- package/data/factor/subdivision-monthly.csv +26 -26
- package/data/factor/subdivision-monthly.json +234 -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/mix/subdivision-monthly-green.csv +26 -26
- package/data/mix/subdivision-monthly-green.json +90 -90
- package/data/mix/subdivision-monthly.csv +26 -26
- package/data/mix/subdivision-monthly.json +180 -180
- package/data/mix/subdivision-yearly-green.csv +13 -13
- package/data/mix/subdivision-yearly-green.json +43 -43
- package/data/mix/subdivision-yearly.csv +13 -13
- package/data/mix/subdivision-yearly.json +79 -79
- package/package.json +2 -2
|
@@ -826,26 +826,26 @@
|
|
|
826
826
|
"Wind": 0.1628
|
|
827
827
|
},
|
|
828
828
|
"2025-04": {
|
|
829
|
-
"Bioenergy": 0.
|
|
830
|
-
"Coal": 0.
|
|
831
|
-
"Gas": 0.
|
|
832
|
-
"Hydro": 0.
|
|
829
|
+
"Bioenergy": 0.057,
|
|
830
|
+
"Coal": 0.1271,
|
|
831
|
+
"Gas": 0.5198,
|
|
832
|
+
"Hydro": 0.0182,
|
|
833
833
|
"Nuclear": 0,
|
|
834
|
-
"Other Fossil": 0.
|
|
835
|
-
"Other Renewables": 0.
|
|
836
|
-
"Solar": 0.
|
|
837
|
-
"Wind": 0.
|
|
834
|
+
"Other Fossil": 0.0278,
|
|
835
|
+
"Other Renewables": 0.0026,
|
|
836
|
+
"Solar": 0.057,
|
|
837
|
+
"Wind": 0.1906
|
|
838
838
|
},
|
|
839
839
|
"2025-05": {
|
|
840
|
-
"Bioenergy": 0.
|
|
841
|
-
"Coal": 0.
|
|
842
|
-
"Gas": 0.
|
|
843
|
-
"Hydro": 0.
|
|
840
|
+
"Bioenergy": 0.057,
|
|
841
|
+
"Coal": 0.1271,
|
|
842
|
+
"Gas": 0.5198,
|
|
843
|
+
"Hydro": 0.0182,
|
|
844
844
|
"Nuclear": 0,
|
|
845
|
-
"Other Fossil": 0.
|
|
846
|
-
"Other Renewables": 0.
|
|
847
|
-
"Solar": 0.
|
|
848
|
-
"Wind": 0.
|
|
845
|
+
"Other Fossil": 0.0278,
|
|
846
|
+
"Other Renewables": 0.0026,
|
|
847
|
+
"Solar": 0.057,
|
|
848
|
+
"Wind": 0.1906
|
|
849
849
|
}
|
|
850
850
|
},
|
|
851
851
|
"CA-BC": {
|
|
@@ -1675,26 +1675,26 @@
|
|
|
1675
1675
|
"Wind": 0.0287
|
|
1676
1676
|
},
|
|
1677
1677
|
"2025-04": {
|
|
1678
|
-
"Bioenergy": 0.
|
|
1679
|
-
"Coal": 0.
|
|
1680
|
-
"Gas": 0.
|
|
1681
|
-
"Hydro": 0.
|
|
1678
|
+
"Bioenergy": 0.009,
|
|
1679
|
+
"Coal": 0.0201,
|
|
1680
|
+
"Gas": 0.082,
|
|
1681
|
+
"Hydro": 0.8482,
|
|
1682
1682
|
"Nuclear": 0,
|
|
1683
|
-
"Other Fossil": 0.
|
|
1684
|
-
"Other Renewables": 0.
|
|
1685
|
-
"Solar": 0.
|
|
1686
|
-
"Wind": 0.
|
|
1683
|
+
"Other Fossil": 0.0044,
|
|
1684
|
+
"Other Renewables": 0.0004,
|
|
1685
|
+
"Solar": 0.0002,
|
|
1686
|
+
"Wind": 0.0358
|
|
1687
1687
|
},
|
|
1688
1688
|
"2025-05": {
|
|
1689
|
-
"Bioenergy": 0.
|
|
1690
|
-
"Coal": 0.
|
|
1691
|
-
"Gas": 0.
|
|
1692
|
-
"Hydro": 0.
|
|
1689
|
+
"Bioenergy": 0.009,
|
|
1690
|
+
"Coal": 0.0201,
|
|
1691
|
+
"Gas": 0.082,
|
|
1692
|
+
"Hydro": 0.8482,
|
|
1693
1693
|
"Nuclear": 0,
|
|
1694
|
-
"Other Fossil": 0.
|
|
1695
|
-
"Other Renewables": 0.
|
|
1696
|
-
"Solar": 0.
|
|
1697
|
-
"Wind": 0.
|
|
1694
|
+
"Other Fossil": 0.0044,
|
|
1695
|
+
"Other Renewables": 0.0004,
|
|
1696
|
+
"Solar": 0.0002,
|
|
1697
|
+
"Wind": 0.0358
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
1700
|
"CA-MB": {
|
|
@@ -2525,25 +2525,25 @@
|
|
|
2525
2525
|
},
|
|
2526
2526
|
"2025-04": {
|
|
2527
2527
|
"Bioenergy": 0.0003,
|
|
2528
|
-
"Coal": 0.
|
|
2529
|
-
"Gas": 0.
|
|
2530
|
-
"Hydro": 0.
|
|
2528
|
+
"Coal": 0.0007,
|
|
2529
|
+
"Gas": 0.0028,
|
|
2530
|
+
"Hydro": 0.9607,
|
|
2531
2531
|
"Nuclear": 0,
|
|
2532
|
-
"Other Fossil": 0.
|
|
2532
|
+
"Other Fossil": 0.0002,
|
|
2533
2533
|
"Other Renewables": 0,
|
|
2534
2534
|
"Solar": 0.0001,
|
|
2535
|
-
"Wind": 0.
|
|
2535
|
+
"Wind": 0.0353
|
|
2536
2536
|
},
|
|
2537
2537
|
"2025-05": {
|
|
2538
2538
|
"Bioenergy": 0.0003,
|
|
2539
|
-
"Coal": 0.
|
|
2540
|
-
"Gas": 0.
|
|
2541
|
-
"Hydro": 0.
|
|
2539
|
+
"Coal": 0.0007,
|
|
2540
|
+
"Gas": 0.0028,
|
|
2541
|
+
"Hydro": 0.9607,
|
|
2542
2542
|
"Nuclear": 0,
|
|
2543
|
-
"Other Fossil": 0.
|
|
2543
|
+
"Other Fossil": 0.0002,
|
|
2544
2544
|
"Other Renewables": 0,
|
|
2545
2545
|
"Solar": 0.0001,
|
|
2546
|
-
"Wind": 0.
|
|
2546
|
+
"Wind": 0.0353
|
|
2547
2547
|
}
|
|
2548
2548
|
},
|
|
2549
2549
|
"CA-NB": {
|
|
@@ -3373,26 +3373,26 @@
|
|
|
3373
3373
|
"Wind": 0.0863
|
|
3374
3374
|
},
|
|
3375
3375
|
"2025-04": {
|
|
3376
|
-
"Bioenergy": 0.
|
|
3377
|
-
"Coal": 0.
|
|
3378
|
-
"Gas": 0.
|
|
3379
|
-
"Hydro": 0.
|
|
3380
|
-
"Nuclear": 0.
|
|
3381
|
-
"Other Fossil": 0.
|
|
3382
|
-
"Other Renewables": 0.
|
|
3383
|
-
"Solar": 0
|
|
3384
|
-
"Wind": 0.
|
|
3376
|
+
"Bioenergy": 0.0153,
|
|
3377
|
+
"Coal": 0.0342,
|
|
3378
|
+
"Gas": 0.1398,
|
|
3379
|
+
"Hydro": 0.3458,
|
|
3380
|
+
"Nuclear": 0.3778,
|
|
3381
|
+
"Other Fossil": 0.0075,
|
|
3382
|
+
"Other Renewables": 0.0007,
|
|
3383
|
+
"Solar": 0,
|
|
3384
|
+
"Wind": 0.0788
|
|
3385
3385
|
},
|
|
3386
3386
|
"2025-05": {
|
|
3387
|
-
"Bioenergy": 0.
|
|
3388
|
-
"Coal": 0.
|
|
3389
|
-
"Gas": 0.
|
|
3390
|
-
"Hydro": 0.
|
|
3391
|
-
"Nuclear": 0.
|
|
3392
|
-
"Other Fossil": 0.
|
|
3393
|
-
"Other Renewables": 0.
|
|
3394
|
-
"Solar": 0
|
|
3395
|
-
"Wind": 0.
|
|
3387
|
+
"Bioenergy": 0.0153,
|
|
3388
|
+
"Coal": 0.0342,
|
|
3389
|
+
"Gas": 0.1398,
|
|
3390
|
+
"Hydro": 0.3458,
|
|
3391
|
+
"Nuclear": 0.3778,
|
|
3392
|
+
"Other Fossil": 0.0075,
|
|
3393
|
+
"Other Renewables": 0.0007,
|
|
3394
|
+
"Solar": 0,
|
|
3395
|
+
"Wind": 0.0788
|
|
3396
3396
|
}
|
|
3397
3397
|
},
|
|
3398
3398
|
"CA-NL": {
|
|
@@ -4222,26 +4222,26 @@
|
|
|
4222
4222
|
"Wind": 0.0052
|
|
4223
4223
|
},
|
|
4224
4224
|
"2025-04": {
|
|
4225
|
-
"Bioenergy": 0.
|
|
4226
|
-
"Coal": 0.
|
|
4227
|
-
"Gas": 0.
|
|
4228
|
-
"Hydro": 0.
|
|
4225
|
+
"Bioenergy": 0.0031,
|
|
4226
|
+
"Coal": 0.0069,
|
|
4227
|
+
"Gas": 0.0283,
|
|
4228
|
+
"Hydro": 0.9541,
|
|
4229
4229
|
"Nuclear": 0,
|
|
4230
|
-
"Other Fossil": 0.
|
|
4231
|
-
"Other Renewables": 0.
|
|
4230
|
+
"Other Fossil": 0.0015,
|
|
4231
|
+
"Other Renewables": 0.0001,
|
|
4232
4232
|
"Solar": 0,
|
|
4233
|
-
"Wind": 0.
|
|
4233
|
+
"Wind": 0.006
|
|
4234
4234
|
},
|
|
4235
4235
|
"2025-05": {
|
|
4236
|
-
"Bioenergy": 0.
|
|
4237
|
-
"Coal": 0.
|
|
4238
|
-
"Gas": 0.
|
|
4239
|
-
"Hydro": 0.
|
|
4236
|
+
"Bioenergy": 0.0031,
|
|
4237
|
+
"Coal": 0.0069,
|
|
4238
|
+
"Gas": 0.0283,
|
|
4239
|
+
"Hydro": 0.9541,
|
|
4240
4240
|
"Nuclear": 0,
|
|
4241
|
-
"Other Fossil": 0.
|
|
4242
|
-
"Other Renewables": 0.
|
|
4241
|
+
"Other Fossil": 0.0015,
|
|
4242
|
+
"Other Renewables": 0.0001,
|
|
4243
4243
|
"Solar": 0,
|
|
4244
|
-
"Wind": 0.
|
|
4244
|
+
"Wind": 0.006
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
4247
|
"CA-NS": {
|
|
@@ -5071,26 +5071,26 @@
|
|
|
5071
5071
|
"Wind": 0.2094
|
|
5072
5072
|
},
|
|
5073
5073
|
"2025-04": {
|
|
5074
|
-
"Bioenergy": 0.
|
|
5075
|
-
"Coal": 0.
|
|
5076
|
-
"Gas": 0.
|
|
5077
|
-
"Hydro": 0.
|
|
5074
|
+
"Bioenergy": 0.0559,
|
|
5075
|
+
"Coal": 0.1248,
|
|
5076
|
+
"Gas": 0.5102,
|
|
5077
|
+
"Hydro": 0.086,
|
|
5078
5078
|
"Nuclear": 0,
|
|
5079
|
-
"Other Fossil": 0.
|
|
5080
|
-
"Other Renewables": 0.
|
|
5081
|
-
"Solar": 0.
|
|
5082
|
-
"Wind": 0.
|
|
5079
|
+
"Other Fossil": 0.0273,
|
|
5080
|
+
"Other Renewables": 0.0025,
|
|
5081
|
+
"Solar": 0.0004,
|
|
5082
|
+
"Wind": 0.1929
|
|
5083
5083
|
},
|
|
5084
5084
|
"2025-05": {
|
|
5085
|
-
"Bioenergy": 0.
|
|
5086
|
-
"Coal": 0.
|
|
5087
|
-
"Gas": 0.
|
|
5088
|
-
"Hydro": 0.
|
|
5085
|
+
"Bioenergy": 0.0559,
|
|
5086
|
+
"Coal": 0.1248,
|
|
5087
|
+
"Gas": 0.5102,
|
|
5088
|
+
"Hydro": 0.086,
|
|
5089
5089
|
"Nuclear": 0,
|
|
5090
|
-
"Other Fossil": 0.
|
|
5091
|
-
"Other Renewables": 0.
|
|
5092
|
-
"Solar": 0.
|
|
5093
|
-
"Wind": 0.
|
|
5090
|
+
"Other Fossil": 0.0273,
|
|
5091
|
+
"Other Renewables": 0.0025,
|
|
5092
|
+
"Solar": 0.0004,
|
|
5093
|
+
"Wind": 0.1929
|
|
5094
5094
|
}
|
|
5095
5095
|
},
|
|
5096
5096
|
"CA-NT": {
|
|
@@ -5920,26 +5920,26 @@
|
|
|
5920
5920
|
"Wind": 0.0184
|
|
5921
5921
|
},
|
|
5922
5922
|
"2025-04": {
|
|
5923
|
-
"Bioenergy": 0.
|
|
5924
|
-
"Coal": 0.
|
|
5925
|
-
"Gas": 0.
|
|
5926
|
-
"Hydro": 0.
|
|
5923
|
+
"Bioenergy": 0.0524,
|
|
5924
|
+
"Coal": 0.117,
|
|
5925
|
+
"Gas": 0.4783,
|
|
5926
|
+
"Hydro": 0.2702,
|
|
5927
5927
|
"Nuclear": 0,
|
|
5928
|
-
"Other Fossil": 0.
|
|
5928
|
+
"Other Fossil": 0.0255,
|
|
5929
5929
|
"Other Renewables": 0.0024,
|
|
5930
|
-
"Solar": 0.
|
|
5931
|
-
"Wind": 0.
|
|
5930
|
+
"Solar": 0.0134,
|
|
5931
|
+
"Wind": 0.0408
|
|
5932
5932
|
},
|
|
5933
5933
|
"2025-05": {
|
|
5934
|
-
"Bioenergy": 0.
|
|
5935
|
-
"Coal": 0.
|
|
5936
|
-
"Gas": 0.
|
|
5937
|
-
"Hydro": 0.
|
|
5934
|
+
"Bioenergy": 0.0524,
|
|
5935
|
+
"Coal": 0.117,
|
|
5936
|
+
"Gas": 0.4783,
|
|
5937
|
+
"Hydro": 0.2702,
|
|
5938
5938
|
"Nuclear": 0,
|
|
5939
|
-
"Other Fossil": 0.
|
|
5939
|
+
"Other Fossil": 0.0255,
|
|
5940
5940
|
"Other Renewables": 0.0024,
|
|
5941
|
-
"Solar": 0.
|
|
5942
|
-
"Wind": 0.
|
|
5941
|
+
"Solar": 0.0134,
|
|
5942
|
+
"Wind": 0.0408
|
|
5943
5943
|
}
|
|
5944
5944
|
},
|
|
5945
5945
|
"CA-NU": {
|
|
@@ -6770,24 +6770,24 @@
|
|
|
6770
6770
|
},
|
|
6771
6771
|
"2025-04": {
|
|
6772
6772
|
"Bioenergy": 0.0776,
|
|
6773
|
-
"Coal": 0.
|
|
6774
|
-
"Gas": 0.
|
|
6773
|
+
"Coal": 0.173,
|
|
6774
|
+
"Gas": 0.7075,
|
|
6775
6775
|
"Hydro": 0,
|
|
6776
6776
|
"Nuclear": 0,
|
|
6777
6777
|
"Other Fossil": 0.0378,
|
|
6778
6778
|
"Other Renewables": 0.0035,
|
|
6779
|
-
"Solar": 0.
|
|
6779
|
+
"Solar": 0.0007,
|
|
6780
6780
|
"Wind": 0
|
|
6781
6781
|
},
|
|
6782
6782
|
"2025-05": {
|
|
6783
6783
|
"Bioenergy": 0.0776,
|
|
6784
|
-
"Coal": 0.
|
|
6785
|
-
"Gas": 0.
|
|
6784
|
+
"Coal": 0.173,
|
|
6785
|
+
"Gas": 0.7075,
|
|
6786
6786
|
"Hydro": 0,
|
|
6787
6787
|
"Nuclear": 0,
|
|
6788
6788
|
"Other Fossil": 0.0378,
|
|
6789
6789
|
"Other Renewables": 0.0035,
|
|
6790
|
-
"Solar": 0.
|
|
6790
|
+
"Solar": 0.0007,
|
|
6791
6791
|
"Wind": 0
|
|
6792
6792
|
}
|
|
6793
6793
|
},
|
|
@@ -7618,26 +7618,26 @@
|
|
|
7618
7618
|
"Wind": 0.132
|
|
7619
7619
|
},
|
|
7620
7620
|
"2025-04": {
|
|
7621
|
-
"Bioenergy": 0.
|
|
7622
|
-
"Coal": 0.
|
|
7623
|
-
"Gas": 0.
|
|
7624
|
-
"Hydro": 0.
|
|
7625
|
-
"Nuclear": 0.
|
|
7626
|
-
"Other Fossil": 0.
|
|
7627
|
-
"Other Renewables": 0.
|
|
7628
|
-
"Solar": 0.
|
|
7629
|
-
"Wind": 0.
|
|
7621
|
+
"Bioenergy": 0.0081,
|
|
7622
|
+
"Coal": 0.018,
|
|
7623
|
+
"Gas": 0.0737,
|
|
7624
|
+
"Hydro": 0.2764,
|
|
7625
|
+
"Nuclear": 0.4981,
|
|
7626
|
+
"Other Fossil": 0.0039,
|
|
7627
|
+
"Other Renewables": 0.0004,
|
|
7628
|
+
"Solar": 0.0181,
|
|
7629
|
+
"Wind": 0.1032
|
|
7630
7630
|
},
|
|
7631
7631
|
"2025-05": {
|
|
7632
|
-
"Bioenergy": 0.
|
|
7633
|
-
"Coal": 0.
|
|
7634
|
-
"Gas": 0.
|
|
7635
|
-
"Hydro": 0.
|
|
7636
|
-
"Nuclear": 0.
|
|
7637
|
-
"Other Fossil": 0.
|
|
7638
|
-
"Other Renewables": 0.
|
|
7639
|
-
"Solar": 0.
|
|
7640
|
-
"Wind": 0.
|
|
7632
|
+
"Bioenergy": 0.0081,
|
|
7633
|
+
"Coal": 0.018,
|
|
7634
|
+
"Gas": 0.0737,
|
|
7635
|
+
"Hydro": 0.2764,
|
|
7636
|
+
"Nuclear": 0.4981,
|
|
7637
|
+
"Other Fossil": 0.0039,
|
|
7638
|
+
"Other Renewables": 0.0004,
|
|
7639
|
+
"Solar": 0.0181,
|
|
7640
|
+
"Wind": 0.1032
|
|
7641
7641
|
}
|
|
7642
7642
|
},
|
|
7643
7643
|
"CA-PE": {
|
|
@@ -8468,25 +8468,25 @@
|
|
|
8468
8468
|
},
|
|
8469
8469
|
"2025-04": {
|
|
8470
8470
|
"Bioenergy": 0.0008,
|
|
8471
|
-
"Coal": 0.
|
|
8472
|
-
"Gas": 0.
|
|
8471
|
+
"Coal": 0.0018,
|
|
8472
|
+
"Gas": 0.0075,
|
|
8473
8473
|
"Hydro": 0,
|
|
8474
8474
|
"Nuclear": 0,
|
|
8475
8475
|
"Other Fossil": 0.0004,
|
|
8476
8476
|
"Other Renewables": 0,
|
|
8477
|
-
"Solar": 0.
|
|
8478
|
-
"Wind": 0.
|
|
8477
|
+
"Solar": 0.0805,
|
|
8478
|
+
"Wind": 0.9089
|
|
8479
8479
|
},
|
|
8480
8480
|
"2025-05": {
|
|
8481
8481
|
"Bioenergy": 0.0008,
|
|
8482
|
-
"Coal": 0.
|
|
8483
|
-
"Gas": 0.
|
|
8482
|
+
"Coal": 0.0018,
|
|
8483
|
+
"Gas": 0.0075,
|
|
8484
8484
|
"Hydro": 0,
|
|
8485
8485
|
"Nuclear": 0,
|
|
8486
8486
|
"Other Fossil": 0.0004,
|
|
8487
8487
|
"Other Renewables": 0,
|
|
8488
|
-
"Solar": 0.
|
|
8489
|
-
"Wind": 0.
|
|
8488
|
+
"Solar": 0.0805,
|
|
8489
|
+
"Wind": 0.9089
|
|
8490
8490
|
}
|
|
8491
8491
|
},
|
|
8492
8492
|
"CA-QC": {
|
|
@@ -9316,26 +9316,26 @@
|
|
|
9316
9316
|
"Wind": 0.0645
|
|
9317
9317
|
},
|
|
9318
9318
|
"2025-04": {
|
|
9319
|
-
"Bioenergy": 0.
|
|
9320
|
-
"Coal": 0.
|
|
9321
|
-
"Gas": 0.
|
|
9322
|
-
"Hydro": 0.
|
|
9319
|
+
"Bioenergy": 0.0009,
|
|
9320
|
+
"Coal": 0.0019,
|
|
9321
|
+
"Gas": 0.0079,
|
|
9322
|
+
"Hydro": 0.9122,
|
|
9323
9323
|
"Nuclear": 0,
|
|
9324
9324
|
"Other Fossil": 0.0004,
|
|
9325
9325
|
"Other Renewables": 0,
|
|
9326
|
-
"Solar": 0,
|
|
9327
|
-
"Wind": 0.
|
|
9326
|
+
"Solar": 0.0001,
|
|
9327
|
+
"Wind": 0.0765
|
|
9328
9328
|
},
|
|
9329
9329
|
"2025-05": {
|
|
9330
|
-
"Bioenergy": 0.
|
|
9331
|
-
"Coal": 0.
|
|
9332
|
-
"Gas": 0.
|
|
9333
|
-
"Hydro": 0.
|
|
9330
|
+
"Bioenergy": 0.0009,
|
|
9331
|
+
"Coal": 0.0019,
|
|
9332
|
+
"Gas": 0.0079,
|
|
9333
|
+
"Hydro": 0.9122,
|
|
9334
9334
|
"Nuclear": 0,
|
|
9335
9335
|
"Other Fossil": 0.0004,
|
|
9336
9336
|
"Other Renewables": 0,
|
|
9337
|
-
"Solar": 0,
|
|
9338
|
-
"Wind": 0.
|
|
9337
|
+
"Solar": 0.0001,
|
|
9338
|
+
"Wind": 0.0765
|
|
9339
9339
|
}
|
|
9340
9340
|
},
|
|
9341
9341
|
"CA-SK": {
|
|
@@ -10165,26 +10165,26 @@
|
|
|
10165
10165
|
"Wind": 0.105
|
|
10166
10166
|
},
|
|
10167
10167
|
"2025-04": {
|
|
10168
|
-
"Bioenergy": 0.
|
|
10169
|
-
"Coal": 0.
|
|
10170
|
-
"Gas": 0.
|
|
10171
|
-
"Hydro": 0.
|
|
10168
|
+
"Bioenergy": 0.0581,
|
|
10169
|
+
"Coal": 0.1296,
|
|
10170
|
+
"Gas": 0.5301,
|
|
10171
|
+
"Hydro": 0.1383,
|
|
10172
10172
|
"Nuclear": 0,
|
|
10173
|
-
"Other Fossil": 0.
|
|
10174
|
-
"Other Renewables": 0.
|
|
10175
|
-
"Solar": 0.
|
|
10176
|
-
"Wind": 0.
|
|
10173
|
+
"Other Fossil": 0.0283,
|
|
10174
|
+
"Other Renewables": 0.0026,
|
|
10175
|
+
"Solar": 0.002,
|
|
10176
|
+
"Wind": 0.1108
|
|
10177
10177
|
},
|
|
10178
10178
|
"2025-05": {
|
|
10179
|
-
"Bioenergy": 0.
|
|
10180
|
-
"Coal": 0.
|
|
10181
|
-
"Gas": 0.
|
|
10182
|
-
"Hydro": 0.
|
|
10179
|
+
"Bioenergy": 0.0581,
|
|
10180
|
+
"Coal": 0.1296,
|
|
10181
|
+
"Gas": 0.5301,
|
|
10182
|
+
"Hydro": 0.1383,
|
|
10183
10183
|
"Nuclear": 0,
|
|
10184
|
-
"Other Fossil": 0.
|
|
10185
|
-
"Other Renewables": 0.
|
|
10186
|
-
"Solar": 0.
|
|
10187
|
-
"Wind": 0.
|
|
10184
|
+
"Other Fossil": 0.0283,
|
|
10185
|
+
"Other Renewables": 0.0026,
|
|
10186
|
+
"Solar": 0.002,
|
|
10187
|
+
"Wind": 0.1108
|
|
10188
10188
|
}
|
|
10189
10189
|
},
|
|
10190
10190
|
"CA-YT": {
|
|
@@ -11014,26 +11014,26 @@
|
|
|
11014
11014
|
"Wind": 0.0111
|
|
11015
11015
|
},
|
|
11016
11016
|
"2025-04": {
|
|
11017
|
-
"Bioenergy": 0.
|
|
11018
|
-
"Coal": 0.
|
|
11019
|
-
"Gas": 0.
|
|
11020
|
-
"Hydro": 0.
|
|
11017
|
+
"Bioenergy": 0.0341,
|
|
11018
|
+
"Coal": 0.0762,
|
|
11019
|
+
"Gas": 0.3114,
|
|
11020
|
+
"Hydro": 0.5132,
|
|
11021
11021
|
"Nuclear": 0,
|
|
11022
|
-
"Other Fossil": 0.
|
|
11023
|
-
"Other Renewables": 0.
|
|
11024
|
-
"Solar": 0.
|
|
11025
|
-
"Wind": 0.
|
|
11022
|
+
"Other Fossil": 0.0166,
|
|
11023
|
+
"Other Renewables": 0.0015,
|
|
11024
|
+
"Solar": 0.0233,
|
|
11025
|
+
"Wind": 0.0236
|
|
11026
11026
|
},
|
|
11027
11027
|
"2025-05": {
|
|
11028
|
-
"Bioenergy": 0.
|
|
11029
|
-
"Coal": 0.
|
|
11030
|
-
"Gas": 0.
|
|
11031
|
-
"Hydro": 0.
|
|
11028
|
+
"Bioenergy": 0.0341,
|
|
11029
|
+
"Coal": 0.0762,
|
|
11030
|
+
"Gas": 0.3114,
|
|
11031
|
+
"Hydro": 0.5132,
|
|
11032
11032
|
"Nuclear": 0,
|
|
11033
|
-
"Other Fossil": 0.
|
|
11034
|
-
"Other Renewables": 0.
|
|
11035
|
-
"Solar": 0.
|
|
11036
|
-
"Wind": 0.
|
|
11033
|
+
"Other Fossil": 0.0166,
|
|
11034
|
+
"Other Renewables": 0.0015,
|
|
11035
|
+
"Solar": 0.0233,
|
|
11036
|
+
"Wind": 0.0236
|
|
11037
11037
|
}
|
|
11038
11038
|
},
|
|
11039
11039
|
"US-AK": {
|
|
@@ -5,91 +5,91 @@ CA-AB,2021,0.0759,0.2325,0.5352,0.0284,0,0.0323,0.0012,0.0034,0.0911
|
|
|
5
5
|
CA-AB,2022,0.0688,0.1762,0.5757,0.0298,0,0.0405,0.001,0.0112,0.0968
|
|
6
6
|
CA-AB,2023,0.0632,0.1406,0.5747,0.0254,0,0.0309,0.001,0.0296,0.1348
|
|
7
7
|
CA-AB,2024,0.0609,0.1358,0.5551,0.0225,0,0.0298,0.0017,0.0345,0.1597
|
|
8
|
-
CA-AB,2025,0.
|
|
8
|
+
CA-AB,2025,0.0591,0.1321,0.5398,0.0179,0,0.0288,0.0024,0.0369,0.183
|
|
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.0074,0.0227,0.0523,0.8864,0,0.0032,0.0001,0.0001,0.0278
|
|
12
12
|
CA-BC,2022,0.0056,0.0143,0.0467,0.9091,0,0.0033,0.0001,0.0001,0.0209
|
|
13
13
|
CA-BC,2023,0.0073,0.0163,0.0668,0.8754,0,0.0036,0.0001,0.0001,0.0303
|
|
14
14
|
CA-BC,2024,0.0073,0.0163,0.0665,0.876,0,0.0036,0.0002,0.0001,0.0302
|
|
15
|
-
CA-BC,2025,0.
|
|
15
|
+
CA-BC,2025,0.0076,0.017,0.0693,0.8722,0,0.0037,0.0003,0.0001,0.0299
|
|
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
|
|
19
19
|
CA-MB,2022,0.0002,0.0006,0.002,0.9706,0,0.0001,0,0,0.0264
|
|
20
20
|
CA-MB,2023,0.0003,0.0007,0.0027,0.9713,0,0.0001,0,0,0.0249
|
|
21
21
|
CA-MB,2024,0.0003,0.0006,0.0025,0.9663,0,0.0001,0,0.0001,0.03
|
|
22
|
-
CA-MB,2025,0.0003,0.0006,0.
|
|
22
|
+
CA-MB,2025,0.0003,0.0006,0.0026,0.9645,0,0.0001,0,0.0001,0.0318
|
|
23
23
|
CA-NB,2019,0.0279,0.1238,0.1766,0.2225,0.3692,0.0144,0.0005,0,0.0651
|
|
24
24
|
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.0324,0.0993,0.2285,0.2124,0.3557,0.0137,0.0005,0,0.0574
|
|
26
26
|
CA-NB,2022,0.032,0.082,0.268,0.2667,0.2871,0.0188,0.0005,0,0.0449
|
|
27
27
|
CA-NB,2023,0.0329,0.0732,0.2994,0.2376,0.301,0.0161,0.0005,0,0.0392
|
|
28
28
|
CA-NB,2024,0.041,0.0914,0.3737,0.2304,0.1563,0.0201,0.0012,0.0002,0.0858
|
|
29
|
-
CA-NB,2025,0.
|
|
29
|
+
CA-NB,2025,0.0275,0.0616,0.2517,0.2317,0.3365,0.0134,0.001,0.0001,0.0763
|
|
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.0029,0.0088,0.0203,0.9629,0,0.0012,0.0001,0,0.0038
|
|
33
33
|
CA-NL,2022,0.0024,0.0061,0.02,0.9658,0,0.0014,0,0,0.0043
|
|
34
34
|
CA-NL,2023,0.0017,0.0038,0.0154,0.9746,0,0.0008,0,0,0.0037
|
|
35
35
|
CA-NL,2024,0.0021,0.0046,0.0188,0.9694,0,0.001,0.0001,0,0.0041
|
|
36
|
-
CA-NL,2025,0.
|
|
36
|
+
CA-NL,2025,0.0031,0.0068,0.028,0.9556,0,0.0015,0.0001,0,0.0049
|
|
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.0687,0.2103,0.484,0.0856,0,0.0291,0.0011,0,0.1212
|
|
40
40
|
CA-NS,2022,0.0596,0.1527,0.4988,0.0993,0,0.035,0.0009,0,0.1537
|
|
41
41
|
CA-NS,2023,0.0567,0.1261,0.5155,0.1159,0,0.0277,0.0009,0.0003,0.1569
|
|
42
42
|
CA-NS,2024,0.0571,0.1275,0.521,0.0833,0,0.028,0.0016,0.0003,0.1813
|
|
43
|
-
CA-NS,2025,0.
|
|
43
|
+
CA-NS,2025,0.0571,0.1277,0.5216,0.0863,0,0.0278,0.0022,0.0003,0.1771
|
|
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.0515,0.1578,0.3632,0.3793,0,0.0219,0.0009,0.0003,0.025
|
|
47
47
|
CA-NT,2022,0.0507,0.1298,0.4241,0.3406,0,0.0298,0.0007,0.0003,0.024
|
|
48
48
|
CA-NT,2023,0.0561,0.1248,0.5104,0.2556,0,0.0274,0.0009,0.0003,0.0243
|
|
49
49
|
CA-NT,2024,0.0597,0.1331,0.5442,0.1994,0,0.0292,0.0016,0.0048,0.0278
|
|
50
|
-
CA-NT,2025,0.
|
|
50
|
+
CA-NT,2025,0.0527,0.1177,0.4811,0.2793,0,0.0256,0.0021,0.0072,0.0342
|
|
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.0866,0.2651,0.6101,0,0,0.0368,0.0014,0,0
|
|
54
54
|
CA-NU,2022,0.0798,0.2044,0.6677,0,0,0.047,0.0012,0,0
|
|
55
55
|
CA-NU,2023,0.0779,0.1734,0.7089,0,0,0.0381,0.0012,0.0005,0
|
|
56
56
|
CA-NU,2024,0.0777,0.1733,0.7084,0,0,0.0381,0.0022,0.0004,0
|
|
57
|
-
CA-NU,2025,0.0775,0.1733,0.708,0,0,0.0377,0.0031,0.
|
|
57
|
+
CA-NU,2025,0.0775,0.1733,0.708,0,0,0.0377,0.0031,0.0004,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.0091,0.0278,0.064,0.2381,0.5556,0.0038,0.0001,0.0165,0.085
|
|
61
61
|
CA-ON,2022,0.0096,0.0247,0.0808,0.2577,0.5126,0.0057,0.0001,0.0148,0.094
|
|
62
62
|
CA-ON,2023,0.0114,0.0253,0.1035,0.248,0.5108,0.0056,0.0002,0.0147,0.0805
|
|
63
63
|
CA-ON,2024,0.0136,0.0303,0.124,0.2397,0.4861,0.0067,0.0004,0.0141,0.0851
|
|
64
|
-
CA-ON,2025,0.
|
|
64
|
+
CA-ON,2025,0.013,0.0291,0.1189,0.2473,0.4633,0.0063,0.0005,0.0125,0.1091
|
|
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
|
|
68
68
|
CA-PE,2022,0.0009,0.0023,0.0074,0,0,0.0005,0,0.0011,0.9879
|
|
69
69
|
CA-PE,2023,0.0009,0.0019,0.0079,0,0,0.0004,0,0.0011,0.9877
|
|
70
70
|
CA-PE,2024,0.0007,0.0017,0.0068,0,0,0.0004,0,0.0555,0.9349
|
|
71
|
-
CA-PE,2025,0.
|
|
71
|
+
CA-PE,2025,0.001,0.0022,0.009,0,0,0.0005,0,0.0638,0.9235
|
|
72
72
|
CA-QC,2019,0.0008,0.0034,0.0048,0.9372,0,0.0004,0,0,0.0534
|
|
73
73
|
CA-QC,2020,0.0008,0.003,0.0056,0.9379,0,0.0004,0,0,0.0523
|
|
74
74
|
CA-QC,2021,0.0008,0.0026,0.0059,0.9416,0,0.0004,0,0,0.0487
|
|
75
75
|
CA-QC,2022,0.0008,0.0019,0.0063,0.9399,0,0.0004,0,0.0001,0.0506
|
|
76
76
|
CA-QC,2023,0.0008,0.0017,0.0071,0.9408,0,0.0004,0,0.0001,0.0492
|
|
77
77
|
CA-QC,2024,0.001,0.0022,0.0089,0.9278,0,0.0005,0,0.0001,0.0596
|
|
78
|
-
CA-QC,2025,0.0007,0.
|
|
78
|
+
CA-QC,2025,0.0007,0.0017,0.0068,0.9274,0,0.0004,0,0,0.0629
|
|
79
79
|
CA-SK,2019,0.0665,0.2952,0.421,0.1501,0,0.0344,0.0011,0,0.0317
|
|
80
80
|
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.073,0.2237,0.5149,0.1208,0,0.031,0.0012,0.0002,0.0352
|
|
82
82
|
CA-SK,2022,0.0636,0.1629,0.5322,0.1362,0,0.0374,0.0009,0.0012,0.0655
|
|
83
83
|
CA-SK,2023,0.063,0.1402,0.5732,0.1093,0,0.0308,0.001,0.002,0.0806
|
|
84
84
|
CA-SK,2024,0.0633,0.1411,0.5767,0.0971,0,0.031,0.0018,0.0023,0.0869
|
|
85
|
-
CA-SK,2025,0.
|
|
85
|
+
CA-SK,2025,0.0583,0.1304,0.5328,0.1282,0,0.0284,0.0023,0.002,0.1175
|
|
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.0101,0.031,0.0713,0.883,0,0.0043,0.0002,0.0002,0
|
|
89
89
|
CA-YT,2022,0.0094,0.0242,0.0789,0.8805,0,0.0055,0.0002,0.0013,0
|
|
90
90
|
CA-YT,2023,0.01,0.0223,0.0911,0.8692,0,0.0049,0.0002,0.0012,0.0011
|
|
91
91
|
CA-YT,2024,0.0164,0.0366,0.1496,0.7778,0,0.008,0.0005,0.0015,0.0097
|
|
92
|
-
CA-YT,2025,0.
|
|
92
|
+
CA-YT,2025,0.0318,0.0711,0.2905,0.5627,0,0.0155,0.0013,0.0127,0.0144
|
|
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
|