WattTime / pyiso

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

Add SaskPowerClient implementation of BaseClient to add support for Saskatchewan, Canada #123

Closed r24mille closed 7 years ago

r24mille commented 7 years ago

It's not much, but support for latest=True could be added for get_load(...) using SaskPower's system load feed here:

http://www.saskpower.com/spfeeds.nsf/671fbe1718238db706257fd9006b36d9?OpenView

The sysloadJSON feed contains the current system load the timestamp of the information.

r24mille commented 7 years ago

Completed with #126.