BOUNDARIES_arr_no_service_areas
The ARR no service areas represent polygon areas that Austin Resource Recovery do not service. These no service polygon areas are often private gated communities that are serviced by private haulers.
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/boundariesarrnoserviceareas-x52m-9jxv\".\"boundariesarrnoserviceareas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.