The purpose of this repo is to collaborate on ways to notify municipal residents when their garbage pickup day is.
Geographic data on municipal waste removal zones.
Two sets of data are required to determine garbage pickup days for a given address (GIST_Garbage_Schedule, GIST_Garbage_Zone). The first is a list of addresses and the pickup zone with which they are associated (there are 5 zones in Kamloops, 1 for each week day, numbered 1-5). The second is a list of each day of the year and the pickup zone associated with each pickup day (w=weekend, s=statuatory holiday).
The two tables of data can be accessed here: http://maps.kamloops.ca/arcgis3/rest/services/BCDevExchange/GarbagePickup/MapServer
Also included (in case the spatial location of addresses and zones is of use) are two spatial datasets of AddressPoint (their address attribute is the data source in GIST_Garbage_Schedule) and GarbageZone (select the ArcGIS JavaScript link to see the map and zoom in to see the AddressPoints in their Zone).
None yet.
Under active development.
Collaborate with the local tech community to develop project goals and/or a product roadmap.
To report bugs/issues/feature requests, please file an issue.
Pull requests are welcome. If you would like to contribute a package, please see our CONTRIBUTING guidelines.
Code, data and content in this repository are licensed under different licenses.
- All code in the /code directory is licensed under the Apache License 2.0. See LICENSE.Apache-2.0 in the appropriate directories.
- Source data in /data directory is licensed under the Open Government License - British Columbia. See [LICENCE OGL-Kamloops-1.0](data/LICENCE OGL-Kamloops-1.0) in the appropriate directories.