ibpsa / project1-boptest

Building Optimization Performance Tests
Other
109 stars 70 forks source link

Improve handling of forecast variables #356

Closed dhblum closed 1 year ago

dhblum commented 3 years ago

Currently, GET /forecast returns all data for all forecast variables, which for large data sets leads to a hit on memory and computational time. There is also no documentation in the test cases of which forecast variables are available. This issue is to propose the following improvements:

dhblum commented 2 years ago

Initial implementation at https://github.com/ibpsa/project1-boptest/tree/issue356_forecastPoints. Still needs:

dhblum commented 1 year ago

Closed by https://github.com/ibpsa/project1-boptest/pull/508.