Green Building Ratings Aggregate
Austin Energy Green Building ratings evaluate the sustainability of participating single family, multifamily and commercial buildings on a scale of one to five stars in the areas of energy efficiency, water efficiency, materials, site, indoor environmental quality, community impact and innovation. View the program performance savings metrics achieved since Fiscal Year 2007. Learn more at http://greenbuilding.austinenergy.com.
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/green-building-ratings-aggregate-dpvb-c5fy\".\"green_building_ratings_aggregate\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.