electricitymaps / electricitymaps-contrib

A real-time visualisation of the CO2 emissions of electricity consumption
https://app.electricitymaps.com
GNU Affero General Public License v3.0
3.57k stars 943 forks source link

Split NO and DK into bidding zones #1069

Closed corradio closed 6 years ago

corradio commented 6 years ago

Requires #917, but could be great to start adding granularity!

tmslaine commented 6 years ago

Different organizations have a bit different maps of NO bidding zones. ENTSOE: entsoe-nordic Norwegian TSO Statnett: statnett Norwegian Water Resources and Energy Directorate NVE: nve-norway I assume NVE has the most up-to-date map out of these ones, freehand-polygons from their map combined with ne10m_cultural gives: image

For Denmark there is no such controversy. The ENTSOE map above agrees with what the TSO energinet shows, i.e. split on the Stor-Baelt bridge: energinet-dk This split also agrees with administrative zones, giving DK1 = Nordjylland, Midtjylland, Syddanmark and DK2 = Hovedstaden, Sjaelland As Bornholm is already included as a separate zone, Bornholm can be excluded from DK2. The price should however be the same on "mainland" DK2 and Bornholm. Again matching with ne_10m gives: image

corradio commented 6 years ago

I've started a branch at https://github.com/tmrowco/electricitymap/tree/olc/add-dk1-dk2 but I have some troubles excluding Bornholm (which is a subunit) from Sjælland (which is a state).

image

corradio commented 6 years ago

I managed to split the geometries correctly. Can anyone help with installed capacities for DK1 / DK2?

alixunderplatz commented 6 years ago

@corradio I'll take a look at capacities!

alixunderplatz commented 6 years ago

This is from ENTSO-E, where numbers for 2015, 2016 and 2017 are exactly the same. So maybe not the most recent ones, but at least split by zones.

For DK1: 'capacity': { 'biomass': 326, 'coal': 2775, 'gas': 1700, 'oil': 292, 'hydro': 9, 'solar': 421, 'wind': 3809 },

For DK2: 'capacity': { 'biomass': 234, 'coal': 2072, 'gas': 1241, 'oil': 759, 'solar': 180, 'wind': 1036 },

Since these data are a bit old and don't seem to have been updated through 2017, there may be deviations. For wind energy, there are about 600 MW missing compared to the latest numbers from windeurope - unfortunately, th numbers are not split to the DK zones in their report. That's it for the moment. Maybe I can find something on Energinet's site that shows recent numbers. energidataservice.dk doesn't seem to have data for installed generation capacity yet. Will keep looking for better ones!

tmslaine commented 6 years ago

Danish Energy Agency maintains a master data register of wind turbines bigger than 6kW: https://ens.dk/en/our-services/statistics-data-key-figures-and-energy-maps/overview-energy-sector

The turbines are listed by municipality. The municipalities can then be mapped to administrative zones using for example https://en.wikipedia.org/wiki/List_of_municipalities_of_Denmark.

alixunderplatz commented 6 years ago

@tmslaine Cool! Does it also include offshore?

@corradio I think the easiest and safest way to get all the data is to contact Energinet.dk, that stuff is kind of hard to find.


The only things I can come up with for the DK1 and DK2 zones are these central power plant numbers from a Energinet.dk presentation for 2016, which need to be mapped to their type: image image

plus some decentral stuff: image


Here is a table with capacities from a report of 2017 for entire Denmark, if there is a desire to improve the numbers used in the electricitymap at the moment.

image

I think the final yearly report of energinet will be published soon in March, which is going to contain most recent stuff for 2017 for denmark as a whole at least.

⚠️⚠️⚠️ PLEASE NOTE: This chart has conflicts with the generation data!!! ⚠️⚠️⚠️

According to the table, and if I understand the table correctly and am not missing something crucial, some coal capacity seems to be fired with biomass now (capacity 615 MW moved from coal to biomass), leaving Denmark with 1.6 GW of installed coal capacity. And Biomass capacity is way bigger than what is currently reported to ENTSO-E. Can this be true??? Data on ENTSO-E says there were up to 2.4 GW of coal today.

@corradio @brunolajoie I have the feeling, the reported data on ENTSO-E for Denmark is kind of not correct! Seems like they are missing something or are reporting some biomass as coal or gas. Maybe this is why even at high wind, there still is coal in the chart for Denmark, because some converted coal plants are running on biomass/wood chips.

For example, the units in Avedør are firing biomass instead of coal (according to this article) but on ENTSO-E they are shown as "fossil gas" (which might be a secondary fuel) ... ?!?!??!

image

I think this needs some deeper investigations! I remember people were like "uh Denmark is running on 100% wind but coal is still producing with ~800 MW ... why is that?!" This could be the hidden answer.

tmslaine commented 6 years ago

@alixunderplatz Yes, there is a distinction Land/Hav for Onshore/Offshore wind turbines in the Danish wind turbine register.

brunolajoie commented 6 years ago

@alixunderplatz thanks for spotting the coal/biomass issue, let's discuss it in your #1161 (but just to answer your last comment: when ppl said DK is 100% wind, they meant DK wind is producing as much as DK consumes. But you still had coal/biomass/gas or other plant running and therefore it never reached 100% wind in consumption-mix).

corradio commented 6 years ago

@fedders do you have information about installed capacity of coal/oil/biomass/wind/solar for DK1 and DK2? We're in the process of splitting DK1 and DK2 on the map and it would be nice to have the installed capacity broken down by production type!

fedders commented 6 years ago

There's at least the data on the Transparency portal. It doesn't seem to have been updated with 2018 figures yet.

corradio commented 6 years ago

PR submitted for DK. For NO, the task now is to get the proper geometries. @tmslaine you seem to have gotten pretty far?

tmslaine commented 6 years ago

English version of the NVE map services (https://www.nve.no/map-services/) notes:"NVE's geospatial data are open to the public." Norwegian version https://www.nve.no/karttjenester/ references the Norwegian license on open data(NLOD). License: https://data.norge.no/nlod/en/2.0

corradio commented 6 years ago

@tmslaine fancy starting to add the zone geometries to our system, and split NO?

systemcatch commented 6 years ago

We should add proper names for the new zones in locales and maybe add something to the faq about bidding zones as I think it's going to be a recurring question.

corradio commented 6 years ago

Closing this and replacing by #1381