Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joelkoen/energyq-outages

Outage history for Ergon and Energex in Queensland, Australia
https://github.com/joelkoen/energyq-outages

electricity energex energyq ergon git-scraping queensland

Last synced: 23 days ago
JSON representation

Outage history for Ergon and Energex in Queensland, Australia

Awesome Lists containing this project

README

        

# energyq-outages

Outage history for Ergon and Energex in Queensland, Australia.

Every five minutes, this repository is updated with data from the following URLs:

- https://www.ergon.com.au/static/Ergon/ergon_po_current_unplanned.geojson
- https://www.ergon.com.au/static/Ergon/ergon_po_current_planned.geojson
- https://www.ergon.com.au/static/Ergon/ergon_po_future_planned.geojson
- https://www.energex.com.au/static/Energex/energex_po_current_unplanned.geojson
- https://www.energex.com.au/static/Energex/energex_po_current_planned.geojson
- https://www.energex.com.au/static/Energex/energex_po_future_planned.geojson

To make it easier to track changes using Git, the data is formatted and sorted using jq:

```sh
jq '.features|=sort_by(.properties.EVENT_ID)'
```