-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add forecast functionality #11
Comments
Few notes on this one since I partially helped the first time, on things that could be useful for this issue:
National grid ESO provide their own forecasts, but it's just a very large ANN with lots of layers, 64 nodes per layer. All theory, no practise, and little inference haha. |
Thanks for your comment, @p-hunter ! For this issue, I meant something much more trivial - pulling the results of the short-term forecast available via Carbon Intensity API, see this endpoint, for example. But of course, we could implement a more sophisticated algorithm in the future 👍 |
whoops! I must have read too deep into this then hahaha. But yes, one day . . . |
This looks fun to have a stab at, let me see if I get time over the next month :) Documentation here: The approach from @p-hunter has been on my mind a bit, as the Carbon Intensity API only forecasts forwards 48 hours. Elexon provide 14 day wind forecasts although I haven't done any assessment of the accuracy of these. Either way, such work would probably be beyond the scope of this package and deserving of its own repository. |
Pull the results of the short-term forecast available via Carbon Intensity API, see this endpoint.
The text was updated successfully, but these errors were encountered: