-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support for different resolution time series #1068
Comments
Does this include mixed-resolution time series (8:00, 9:00, 9:05, 9:10, 10:00...) or just multiple time series with different resolutions? |
just different resolutions. Mixed resolutions is a different problem |
After a conversation with @daniel-thom we can implement this in PowerSystems v4 and change the checks. We would need to add interfaces to do the following.
|
To be clear, we don't currently have an explicit We currently require that all forecasts have the same interval, horizon, and window count. Above you are saying that intervals must still be the same regardless of resolution. What about horizon and window count? |
Suppose a system has SingleTimeSeries with different resolutions. How is |
For a long time we avoided having time series with different resolutions e.g. some time series with Hourly Data and others with 5 min data.
For new applications with asset optimization and expansion problems this is getting to be needed. Users (including myself) are using EXT a lot for this application.
The text was updated successfully, but these errors were encountered: