WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Fix to historical generation parsing errors on daylight saving time transition days #182

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

This branch is based off of @marcpare's work in PR #116. The CAISO _generation_historical(...) method had errors parsing data from CAISO's "Daily Renewables Watch" report:

While in this section of code, I also found an issue with the UTC start_at and end_at dates being used to request the local "DailyRenewablesWatch" URL. This was fixed in 7a9ba0431f9cb5ad18777ec44fa7dc33836e78b6.

Closes #116.