Power Plants
Austin Energy generates power through a diverse generation portfolio of natural gas, coal, nuclear, renewable resources and purchased power. Browse data about our power plants: percent owned; fuel type used; capacity in MW; and installation year. Go to http://austinenergy.com/go/info to learn more.
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/power-plants-rrvf-v5xe\".\"power_plants\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.