-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't download October 2022 Predispatch forecast #56
Comments
Hi @notuntoward
As you say, it looks like Oct 2022 only has PREDISPATCHCONSTRAINT1 available and not PREDISPATCHPRICE. This is an issue at AEMO's end as they haven't made the data available for that month. There are 3 things you could do:
|
Thanks very much for the quick answer. Guess I'll skip October for now and email AEMO and get it eventually. |
Coming back to this problem of missing data, does NEMSEER have a way of telling which dates to avoid downloading? I'm hitting dates with bad data again, and it would be better if I knew all of the bad ones ahead of time, so that I could programmatically patch around them, avoiding the crashes. |
Hi @notuntoward, I didn't build that functionality into NEMSEER because I didn't encounter that issue early on. That being said, it's something I would be open to implementing. What I did implement was a stub file ( NEMSEER/src/nemseer/downloader.py Lines 318 to 327 in da08c28
An ideal in-built solution would probably use a I'm quite busy finishing up writing my thesis at the moment. If you have some time @notuntoward I'd be happy to review a pull request if you're able to pull one together. Abi |
Thanks for the suggestions. I know how thesis writing goes... |
I'm trying to download the predispatch price forecast data over the time range:
This range should be available, according to the output of:
nemseer.get_data_daterange()
However, when I run the download (see attached jupyter notebook), I get the following error message:
HTTPError: 404 Client Error: Not Found for url: http://www.nemweb.com.au/Data_Archive/Wholesale_Electricity/MMSDM/2022/MMSDM_2022_10/MMSDM_Historical_Data_SQLLoader/PREDISP_ALL_DATA/PUBLIC_DVD_PREDISPATCHPRICE_202210010000.zip
It's expecting a file with basename:
PUBLIC_DVD_PREDISPATCHPRICE_202210010000.zip
but the basename that actually exists in that directory is:
PUBLIC_DVD_PREDISPATCHCONSTRAINT1_202210010000.zip
Do you have any suggestions?
mkFeats_ERROR_REPRO_is_really_ipynb.txt
The text was updated successfully, but these errors were encountered: