OSUKED / ElexonDataPortal

Python wrapper for the Elexon/BMRS API
https://osuked.github.io/ElexonDataPortal
MIT License
52 stars 14 forks source link

new elexon api #28

Open peterdudfield opened 11 months ago

peterdudfield commented 11 months ago

Any thoughts on moving over to the new elexon api - https://data.elexon.co.uk/bmrs/api/v1

https://developer.data.elexon.co.uk/api-details#api=prod-insol-insights-api

It seems to have good docs, and be a bit quicker. For example with Solar Forecasts B1440 you can pull one day, rather than just each SP at a time.

perhaps each route could be updated one at a time.

peterdudfield commented 5 months ago

I might trying doing a new repo - https://github.com/openclimatefix/pyElexon

yanglu3406 commented 3 months ago

The old API appears to have been shutdown - thank you @peterdudfield for the new repo!

peterdudfield commented 3 months ago

Did the new repo work for you OK?