Neighborhood Plan Status
This feature class represents the boundaries of the City of Austin Neighborhood Planning Areas (NPA). The status of these areas, as directed by City Council, can either be plan approved, planning underway/set to begin, future planning area, or non-neighborhood planning area. Future planning area boundaries may change before they are set by the City Council to begin. See http://www.ci.austin.tx.us/planning/neighborhood/planning_basics.htm for more information.
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/neighborhood-plan-status-rvvr-cb9q\".\"neighborhood_plan_status\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.