Austin Energy System Peak Demand
System peak demand is the largest amount of electricty consumed by Austin Energy customers at one time. Every year for the past five years, the system peak occurred between 4 and 5 p.m. The utilty is constantly working to assure the distribution grid is ready and capable of handling the peak energy demand that occurs during the summer months. Find more information at http://austinenergy.com/go/reports.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/austin-energy-system-peak-demand-a6pm-qynf\".\"austin_energy_system_peak_demand\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.