Electricitymap-contrib: Split generation by island for Canaries

Created on 14 Jul 2017  路  8Comments  路  Source: tmrowco/electricitymap-contrib

Is it possible to split canary island into the islands.
they are really working for there own.
see also:
http://ree.es/en/activities/canary-islands-electricity-system/canary-electricity-demand-in-real-time

El Hierro is very impressiv: rigth now 100% RE / 0 CO2
source:
https://demanda.ree.es/movil/canarias/el_hierro/total

help wanted parser

Most helpful comment

screen shot 2018-01-26 at 18 42 40

All 8 comments

"inside look" from outside to El Hierro "Gorona del Viento":
http://euanmearns.com/el-hierro-portal/

A quick look at this one reveals that the page makes a request to https://demanda.ree.es/WSvisionaMovilesCanariasRest/resources/demandaGeneracionCanarias?callback=angular.callbacks._2&curva=EL_HIERRO&fecha=2017-10-31 which then returns json data for each 10 minute interval. It shouldn't be hard to write a parser for this.

As was mentioned in the Slack channel, the current parser for Canary Islands uses https://pypi.python.org/pypi/reescraper which already splits up the data by island. Unfortunately our map data source (Natural Earth) doesn't break apart the islands, so integration on the map side is a bit tricky.

It should be feasible to just use the currently generated GeoJSON (/web/app/world.json) and extract the polygons for all the islands, then split it into separate islands manually - they're already separate polygons for each island on the map.

I've managed to separate out the individual Canary Island's from the natural earth .shp files which I'll submit a PR for soon. @blackleg you should be able to return data by Island rather than in aggregate now.

@systemcatch Great work. :+1:

Thanks very much you all.

screen shot 2018-01-26 at 18 42 40

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alain-Ivadolabs-Ext picture Alain-Ivadolabs-Ext  路  4Comments

corradio picture corradio  路  4Comments

jiwidi picture jiwidi  路  4Comments

corradio picture corradio  路  5Comments

alixunderplatz picture alixunderplatz  路  3Comments