Can someone explain what the lines mean?
GB Renewables Map
11–20 of 52 posts
Re: GB Renewables Map
#12This has just had a major update to include other renewables (eg hydro, solar) as well as non-renewable energy sources (gas). It’s also added grid boundaries and cabling recently - and I think there’s also wind roses planned? My one UI wish - the energy sources filters are currently displayed as options on the map - rather than controls for the entire UI - which meant I missed them entirely at first. Would be great i…
That's a great point about the controls. Originally the map only showed wind farms and as I've expanded the features the control system (and really the entire UX) hasn't kept up. I need to sit down and have a proper think about how best to design the controls and documentation.
Re: GB Renewables Map
#13It's pretty windy here today! Around half of the UK's generation is currently coming from wind[1] [1] https://grid.iamkate.com/
> New wind power records are set regularly, and between 5:30pm and 6:00pm on 5th December 2025 British wind farms averaged a record 23.94GW of generation. Cool!
Re: GB Renewables Map
#14Great visualisation...but doesn't seem to have any display of the amount of Solar (though won't be much on such a cloudy day!)
I hope to work around this soon.
Re: GB Renewables Map
#15Great work, this is so cool to see!
Re: GB Renewables Map
#16Hey Robin, big fan of this map, congrats on getting front page on HN :). Two suggestions/questions if you may: 1) Would be good to see how many MW each boundary can handle, not just %? Btw, I can't see the number for the south east england boundary. 2) Great job on the battery info. I'm seeing some battery storage is curtailed. How is that possible? Please don't tell me that we are paying batteries to _not_ export :/…
1) Absolutely agree. The current approach for the boundaries is a quick hack until I can implement something more sophisticated. Safe to say an update is already in the works that adds a MW value and more insight into the state of each boundary (and is also more accurate in general)
2) "Please don't tell me that we are paying batteries to _not_ export" – it's actually the opposite, the batteries paid to not export (at least today). You can dig into this yourself via the Detailed System Prices dataset [0] and looking at one of the batteries on the sell stack (eg. KILSB-5)
Re: GB Renewables Map
#17Re: GB Renewables Map
#18Love this! Would be super interested in any details the author could share on the data engineering needed to make this work. The vis is super impressive but I suspect the data is the harder thing to get working.
In terms of stack I have a self-hosted Dagster [1] data pipeline that periodically dumps the data onto Cloudflare R2 as parquet files. I then have a self-hosted NodeJS API that uses DuckDB to crunch the raw data and output everything you see on the map.
[0] Mostly from https://bmrs.elexon.co.uk/ [1] https://dagster.io/
Re: GB Renewables Map
#19Very well done, beautiful data communication.
The other method is to visit my dedicated page [0] for tracking aggregate curtailment and turn-up, plus the costs for this.
Re: GB Renewables Map
#20Oh wow, I made this! I didn't expect to see my map on here Let me know if you have any questions or feedback and I'll do my best to respond to them.