Subdivision Review Cases
This feature class represents City of Austin Planning and Development Review Dept. subdivision review case boundaries. These are not the final recorded subdivision boundaries. This data has been created to support City of Austin Planning and Development Review Department business processes.
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/subdivision-review-cases-it4s-wgjk\".\"subdivision_review_cases\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.