Planimetrics 2015
Planimetrics feature class is created to assist in City of Austin planning activities. Planimetric features are a compilation of features produced for the 2015 City of Austin Planimetrics/Impervious Cover dataset.
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/planimetrics-2015-ucrq-eauf\".\"planimetrics_2015\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.