Zoning Ordinance
This feature class is made up of City of Austin zoning ordinance boundaries. Work on this layer began in 2001 with zoning ordinance polygons entered on a day forward basis. Therefore, polygons for older ordinances are less likely to be included in this data.
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/zoning-ordinance-xt8n-xrjg\".\"zoning_ordinance\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.