-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Day-ahead and other forecast functions in CLI #13
Comments
Oii it was you! I removed it from the readme and copy pasted it into an issue because we hadn't implemented it at the time 😄 |
hahah! Oops, I totally forgot about that. thank for clearing that up. Also, top quality good meme-age 👍 |
Hey @mrchrisadams like I mentioned in DM I'd like to have a go at this. I think we could implement getting the 24h ahead forecast for all existing providers except Ember. For the CLI the 2 best options I can see are
My preference would be option A as I think its simpler. What do you both think? For the Go library I'd propose adding this method to the interface. GetForecast(ctx context.Context, location string) ([]CarbonIntensity, error) The exporter is tricky as I can't see a good way of exposing the forecast as prometheus metrics. So I'd propose leaving this for now. |
I'm putting @mrchrisadams's original work here, so we don't lose it, as it has some really cool ideas in it, that some API providers support but some don't.
The text was updated successfully, but these errors were encountered: