Sanitation Route Areas
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map data layer represents the daily sanitation pick up route areas for the City of Bloomington. Curbside collection of trash, recycle and yard waste is provided to residences with four units or less within the city limits. Trash and recycling pick up is provided weekly on an assigned day of the week. Yard waste collection occurs on a by-weekly schedule for part of the year.</SPAN></P></DIV></DIV></DIV>
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 \"bloomington-in-gov/sanitation-route-areas-dkff-vpm7\".\"sanitation_route_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.