Solar On City Facilities
Austin Energy has installed solar projects on municipal facilities such as City Hall, libraries, and recreation centers to increase public awareness about solar power and demonstrate the effectiveness of this technology. View the location name, address, year installed, and system size in kW. Go to austinenergy.com/go/solar to learn more about solar solutions from Austin Energy.
Please note that this data set is no longer updated and should be considered static.
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/solar-on-city-facilities-3kyh-ggqg\".\"solar_on_city_facilities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.