Skip to content
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

Forecast now function allow "plus an hour" #12

Open
jacobtomlinson opened this issue Oct 20, 2014 · 2 comments
Open

Forecast now function allow "plus an hour" #12

jacobtomlinson opened this issue Oct 20, 2014 · 2 comments
Assignees

Comments

@jacobtomlinson
Copy link
Collaborator

Currently the forecast object has a method called now() which returns the current timestep from that forecast.

It would be good to be able to provide a datetime object as an argument to return different timesteps.

@jacobtomlinson
Copy link
Collaborator Author

This will probably require #2 and #3 to be completed first.

@Perseudonymous
Copy link
Owner

forecast.future() provides functionality to get the forecast for a point in the future, given by the number of days, hours etc. in the future.

I think the best thing to do is to have one function to return the forecast at a time in the future (a new function) and another to return the forecast some amount of time in the future (what forecast.future() does).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants