-
Notifications
You must be signed in to change notification settings - Fork 112
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
CAISO - Changing frequency from 5m to 1hr? #160
Comments
Thanks for the question. Which method are you using (e.g. I wrote up a quick check and got the same issue. I have to admit, I'm a bit confused as well.
I hooked a debugger into the CAISO client and can see the options are handled as
However, that yielded no results. @xinyue-luna or @ajdonnison, do either of you know why the options are being handled in this way? Is it a bug? Are we misunderstanding the meaning of market/frequency. @vlepore I did notice that requests for forecasts could have hourly frequency. The issue, for me, was with historical data. |
@r24mille thank you for the help, I'm looking at
This will pull the historical data within that month at a 5m interval, and I've tried the work around you've mentioned |
@r24mille thanks for checking it. For CAISO load data, from the code, it seems that it was designed to retrieve either Day-Ahead (DAM) Hourly Load Forecast, or Real-time 5-min (RT5M) Load Forecast (CAISO doesn't provide Hourly-Ahead Hourly Load Forecast).
I think it should return RT5M load forecast, the same result as from this line of code: |
Thanks for the response, @xinyue-luna.
So, is another way of stating this, "Only When I request the forecast data with:
The day-ahead market If so:
|
@r24mille Good questions. |
Hi - I'm having trouble changing the freq, from 5 min to 1 hr for CAISO feed. Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: