PLANNINGCADASTRE_zoning_review_case
The polygon dataset contains information regarding the zoning cases that were submitted to the City of Austin's permit review process. Information in this dataset has been retrieved from the City's Application MANagement and Data Automation (AMANDA) database. The dataset contains information on location, proposed uses, proposed number of units, applicants, owners, case managers etc, if available.
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/planningcadastrezoningreviewcase-4cr9-k3gx\".\"planningcadastrezoningreviewcase\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.