Skip to content

This python code pulls electrical outage data from CenterPoint, an electricity provider in Houston, Texas.

License

Notifications You must be signed in to change notification settings

KyleAnthonyShepherd/Electrical-Outage-Data-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electrical-Outage-Data-Scraping

This python code pulls electrical outage data from CenterPoint, an electricity provider in Houston, Texas.
This data has location of outage, number of affected customers, and a device ID that indicates what failed.
Real time data must be collected, because historical data is not avaliable.

If this script is run by itself, the data is collected.
This script could be imported into another script, and the function
OutageDataRealTime()
can be used on its own.

Data collected from here:
http://gis.centerpointenergy.com/outagetracker/
using the API:
http://gis.centerpointenergy.com/ArcGIS/rest/services/Outage/OUTAGE_TRACKER_OEP/MapServer/0/query

Each Output file is ~25 KB (high end estimate for normal baseline outages)
If collected every 5 minutes, 7.2 MB of storage are needed every day.
2.628 GB is needed every year, excluding high intensity events.

###
Code Written by:
Kyle Shepherd, at Rice University (Version 1)
[email protected]
Claire Casey, at Rice University (Version 2)
[email protected]
Translated to Python by Kyle Shepherd
Oct 24, 2018
###

About

This python code pulls electrical outage data from CenterPoint, an electricity provider in Houston, Texas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages