Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joelkoen/energyq-outages
- Owner: joelkoen
- Created: 2024-03-08T23:56:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T01:03:25.000Z (9 months ago)
- Last Synced: 2024-04-14T01:07:38.711Z (9 months ago)
- Topics: electricity, energex, energyq, ergon, git-scraping, queensland
- Homepage:
- Size: 72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.geojsonTo make it easier to track changes using Git, the data is formatted and sorted using jq:
```sh
jq '.features|=sort_by(.properties.EVENT_ID)'
```