RecyclingDropoffSites
Locations in Chicago where residents can drop off recycling. For more about Recycling in Chicago, visit http://bit.ly/IcfLHr. To view or use these files outside of a web browser, compression software and special GIS software, such as ESRI ArcGIS, is required.
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 \"cityofchicago/recyclingdropoffsites-wk3g-vnjx\".\"recyclingdropoffsites\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.