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 NBPowerClient implementation of BaseClient to provide data for New Brunswick, Canada #122

Closed r24mille closed 7 years ago

r24mille commented 7 years ago

The Transmissions and System Operator division of NB Power makes some of its data publicly available online. Data for latest=True calls for get_load(...) and get_trade(...) could be scraped from its realtime System Information page at: https://tso.nbpower.com/Public/en/SystemInformation_realtime.asp

Forecast information for get_load(...) is available from: https://tso.nbpower.com/Public/en/op/market/report_list.aspx?path=\load%20forecast\hourly

r24mille commented 7 years ago

Completed by #125 and #133.