An open API service indexing awesome lists of open source software.

https://github.com/garrettj403/albertaenergysources

Get grid data from Alberta Electric System Operator (AESO)
https://github.com/garrettj403/albertaenergysources

alberta canada data-analysis energy-data

Last synced: 8 months ago
JSON representation

Get grid data from Alberta Electric System Operator (AESO)

Awesome Lists containing this project

README

          

Alberta Energy Sources
======================

- Get data from AESO website (http://ets.aeso.ca/ets_web/ip/Market/Reports/CSDReportServlet)
- Save to CSV

To scrape every 5 minutes:
```bash
crontab -e
```
```bash
*/5 * * * * PATH=$PATH:/usr/sbin /get_data.py
```