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

Add GB-NIR capacities #323

Closed brunolajoie closed 7 years ago

brunolajoie commented 7 years ago

NIR Capacity (2016) Source: http://www.eirgridgroup.com/site-files/library/EirGrid/Generation_Capacity_Statement_20162025_FINAL.pdf

Wind: 863MW Sun: 77M Gas: 1004MW Oil: 415MW Coal: 764MW Biomass: 35MW

Interconnector: 450MW

@oli NIR is not a country its a zone. I don't know how to add capacities to a zone in our code in order to create the corresponding pull request

corradio commented 7 years ago

Use the GB-NIR name. For now zones are still called "countryCodes" but it will be changed soon. Here's the file: https://github.com/corradio/electricitymap/blob/master/web/app/configs/capacities.json

brunolajoie commented 7 years ago

Ok i'll

corradio commented 7 years ago

If I were you I'd double check the GB capacities. If they are from ENTSOE, they probably only count for GB and not UK, so you shouldn't subtract GB-NIR.

brunolajoie commented 7 years ago

Do you confirm that ENSTOE Data for "UK" in https://transparency.entsoe.eu/ is actually "GB" only?

corradio commented 7 years ago

If you use the "bidding zone" tab, then yes.

image

Link: https://transparency.entsoe.eu/generation/r2/installedGenerationCapacityAggregation/show?name=&defaultValue=true&viewType=TABLE&areaType=BZN&atch=false&dateTime.dateTime=01.01.2017+00:00|UTC|YEAR&dateTime.endDateTime=01.01.2017+00:00|UTC|YEAR&area.values=CTY|GB!BZN|10YGB----------A&productionType.values=B01&productionType.values=B02&productionType.values=B03&productionType.values=B04&productionType.values=B05&productionType.values=B06&productionType.values=B07&productionType.values=B08&productionType.values=B09&productionType.values=B10&productionType.values=B11&productionType.values=B12&productionType.values=B13&productionType.values=B14&productionType.values=B20&productionType.values=B15&productionType.values=B16&productionType.values=B17&productionType.values=B18&productionType.values=B19

brunolajoie commented 7 years ago

Issue solved in #328