Weatherization Assistance Program
Austin Energy offers free home energy improvements to customers with low to moderate incomes who qualify. The improvements reduce energy costs and enhance indoor comfort. Qualifying customers can have their home weatherized and receive home improvements. These improvements include attic insulation, solar screens, compact fluorescent light bulbs, minor duct repair and sealing, caulking and weather stripping and other improvements. Customers participating in the program can realize energy savings from 6 to 21 percent. 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/weatherization-assistance-program-fnns-rqqh\".\"weatherization_assistance_program\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.