Closed intermittentnrg closed 5 months ago
Mapping comparison: | eskom | intermittent.energy | electricityMaps |
---|---|---|---|
Thermal_Gen_Excl_Pumping_and_SCO | 1 fossil_coal | 0 coal | |
Eskom_OCGT_SCO_Pumping | |||
Eskom_Gas_SCO_Pumping | |||
Hydro_Water_SCO_Pumping | |||
Pumped_Water_SCO_Pumping | 4 hydro | ||
Thermal_Generation | |||
Nuclear_Generation | 7 nuclear | 6 nuclear | |
International_Imports | |||
Eskom_OCGT_Generation | 9 fossil_oil | 8 oil | |
Eskom_Gas_Generation | 10 fossil_gas | 9 gas | |
Dispatchable_IPP_OCGT | 11 fossil_oil | 10 oil | |
Hydro_Water_Generation | 12 hydro | 11 hydro | |
Pumped_Water_Generation | 13 hydro_pumped_storage | 12 hydro | |
IOS_Excl_ILS_and_MLR | |||
ILS_Usage | |||
Manual_Load_Reduction_MLR | |||
Wind | 17 wind | 16 wind | |
PV | 18 solar | 17 solar | |
CSP | 19 solar_thermal | 18 solar | |
Other_RE | 20 other_renewable | 19 biomass |
Could probably make the code more readable. So it's an exact match except that:
4: "hydro", # Pumped_Water_SCO_Pumping
. If I recall correctly this value is very small.Also need to request historic ESKOM data from https://www.eskom.co.za/dataportal/data-request-form/
Should probably split these to separate production_types also. But need to do #7 to re-process historical data.
Fixed in 2be16283a8c1562308fd6c6b8064c6abe1a16d9f
Ensure we're using correct mappings from https://github.com/electricitymaps/electricitymaps-contrib/blob/master/parsers/ESKOM.py#L22-L43
compare with my own https://github.com/intermittentnrg/intermittent-data/blob/master/lib/eskom.rb#L102-L141