A package for downloading and handling forecasts for the National Electricity Market (NEM) from the Australian Energy Market Operator (AEMO).
GNU General Public License v3.0
22
stars
3
forks
source link
Smarter `download_raw_data` #22
Closed
prakaa closed 2 years ago
run_times
, generate some dummy forecasted and initiate downloadforecasted_times
use runtime generators to generate relevant run_timesFlow could be as follows:
Make all times optional params with None as default
Raise error if start and end not provided for run, and/or for forecasted time pairs
Depending on which pair is provided, do 1 or 2
[x] Implement code changes
[x] Write tests
[x] Modify docstrings
[x] Modify Quick Start in docs