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

Update the way we deal with weather predictions. #25

Open
daniellengyel opened this issue Jul 22, 2018 · 1 comment
Open

Update the way we deal with weather predictions. #25

daniellengyel opened this issue Jul 22, 2018 · 1 comment

Comments

@daniellengyel
Copy link
Collaborator

Right now we are using a dictionary with the hours of the predictions being the keys.

But, what happens if we want to predict more than 24 hours ahead ?

@Collectron
Copy link
Collaborator

We could refresh the dictionary for each passing hour, or create a dictionary of 3-4 days ahead using the weather service and use the dictionary accordingly to how much time has passed since the start of the MPC. We can't predict further that what the weather file allows us to do. Also we need to investigate what predicting for more than 6-8 hours ahead does, because the error of the models can make the MPC not work as intended.

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

No branches or pull requests

2 participants