@digital4better/data 1.2.12 → 1.2.14
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 +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/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/subdivision-monthly-green.csv +698 -635
- package/data/factor/subdivision-monthly-green.json +6290 -5597
- package/data/factor/subdivision-monthly.csv +700 -637
- package/data/factor/subdivision-monthly.json +5992 -5299
- package/data/factor/subdivision-yearly-green.csv +126 -126
- package/data/factor/subdivision-yearly-green.json +1131 -1131
- package/data/factor/subdivision-yearly.csv +126 -126
- package/data/factor/subdivision-yearly.json +1126 -1126
- 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/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/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/subdivision-monthly-green.csv +559 -496
- package/data/mix/subdivision-monthly-green.json +1856 -1478
- package/data/mix/subdivision-monthly.csv +559 -496
- package/data/mix/subdivision-monthly.json +2791 -2098
- package/data/mix/subdivision-yearly-green.csv +125 -125
- package/data/mix/subdivision-yearly-green.json +423 -423
- package/data/mix/subdivision-yearly.csv +125 -125
- package/data/mix/subdivision-yearly.json +793 -793
- 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/package.json +1 -1
|
@@ -72,3 +72,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
72
72
|
2024-11,0.0164,0.276,0.3019,0.1437,0.0563,0.1001,0.0075,0.0408,0.0573
|
|
73
73
|
2024-12,0.0166,0.288,0.2924,0.138,0.0603,0.0966,0.0072,0.0388,0.062
|
|
74
74
|
2025-01,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
|
|
75
|
+
2025-02,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
|
|
@@ -72,3 +72,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
72
72
|
2024-11,0.0164,0.276,0.3019,0.1437,0.0563,0.1001,0.0075,0.0408,0.0573
|
|
73
73
|
2024-12,0.0166,0.288,0.2924,0.138,0.0603,0.0966,0.0072,0.0388,0.062
|
|
74
74
|
2025-01,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
|
|
75
|
+
2025-02,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
|
|
@@ -801,5 +801,16 @@
|
|
|
801
801
|
"Other Renewables": 0.0071,
|
|
802
802
|
"Solar": 0.0395,
|
|
803
803
|
"Wind": 0.0595
|
|
804
|
+
},
|
|
805
|
+
"2025-02": {
|
|
806
|
+
"Bioenergy": 0.0164,
|
|
807
|
+
"Coal": 0.2891,
|
|
808
|
+
"Gas": 0.2926,
|
|
809
|
+
"Hydro": 0.1394,
|
|
810
|
+
"Nuclear": 0.0607,
|
|
811
|
+
"Other Fossil": 0.0956,
|
|
812
|
+
"Other Renewables": 0.0071,
|
|
813
|
+
"Solar": 0.0395,
|
|
814
|
+
"Wind": 0.0595
|
|
804
815
|
}
|
|
805
816
|
}
|