Open repository in Console
Readme
Updated 2 days ago
‧ Indexed 2 hours ago
Waste and Recycling Collection Schedule
To look up your address, download a calendar, or get a reminder for your next pickup date, visit: <a href="http://www.calgary.ca/UEP/WRS/Pages/Garbage-collection-information/Residential-services/Garbage-Day-Schedule.aspx">Garbage, recycling and composting pickup schedule</a>
This dataset is a compilation of residential schedules for the entire city for black, blue and green bin collection. (Updated to include Summer and Winter Collection schedules).
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 \"calgary-ca/waste-and-recycling-collection-schedule-jq4t-b745\".\"waste_and_recycling_collection_schedule\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata