-
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
Issues with get_generation() #25
Comments
Did we resolve this issue by email? Happy to help if you still have questions. If not, let's close this issue. |
I was able to get the data I wanted using the following API
and I haven't checked if this error is still present or not.
is the mass of CO2 per power averaged over the time period associated to the frequency selected in the API call? in this case
while in an other could be different? Or is it always averaged with respect a standard period (e.g. 1hour)? |
I am running the following code and I am not getting any real time data(Empty DataFrame). This works fine when I change to "Yesterday=True" or "Forecast=True". |
i am also facing the same problem with the CAISO did you get any solution? |
Hi
I am using Pyiso to understand the CO2 associated to the production of electric energy. I would like to do this for California
This is the script I have
and this is the results I get
Unfortunately I'd like to have more information and not only
other
in terms of fuel description.I tried with other ISOs ("ISONE", "ERCOT" and "PJM") in order to see if they had more info.
Here's an example of script
however I get this error
any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: