NatLabRockies / NatLabRockies/REopt_API
API default outage start time(s) based on load
@hdunham is already working on this.
Since Dec 28, 2022.
- Dominant language
- Python
- Stars
- 125
- Forks
- 68
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
Also see https://github.com/NREL/REopt.jl/issues/164
Need to decide whether to do this in Julia and call that functionality in API or just do it in API.
Since we are changing the webtool to use default outage start times to make the outage centered on the peak load of each of the four seasons, we should at least have an easy option for the REopt.jl/API users to do this. Maybe a new input, boolean or string for different options (like starting on peak versus centered on peak, or seasonal peak versus yearly peak), which would enable that. This would also enable the webtool to use the same function with an endpoint (job.views function, maybe calling a REopt.jl function in http.jl) to get the start time steps.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.