BOUNDARIES_recycle_collection_routes
Recycle Collection Routes- There are currently 190 recycle collection routes. Recycle collection is every other week pickup monday thru friday represented as either A or B week pickup. The holes inside the recycle collection route boundaries represent no service areas for ARR.
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/boundariesrecyclecollectionroutes-ytb7-vtcd\".\"boundariesrecyclecollectionroutes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.