Energy Efficiency Annual Energy Savings ( MWH)
Austin Energy provides rebates and low interest loans to customers who make energy efficiency improvements. During fiscal year 2012, energy savings totaled nearly 106-million kilowatt hours. That's enough electricity to power nearly 9,400 residential homes in Austin.
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/energy-efficiency-annual-energy-savings-mwh-28vy-j5vt\".\"energy_efficiency_annual_energy_savings_mwh\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.