BOUNDARIES_city_of_austin_parks
GIS Data Model developed by the National Recreation and Parks Association (NRPA).This GIS feature class includes City of Austin Parks and Recreation Department (PARD) Owned Parkland Boundaries within the City of Austin and surrounding areas.
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/boundariescityofaustinparks-v8hw-gz65\".\"boundariescityofaustinparks\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.