Skip to content

jondonas/garbage-day

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Being designed and built, but in the lab. May change, disappear, or be buggy.

Stories in Ready

Join the chat at https://gitter.im/BCDevExchange/garbage-day

Join the Waffle.io board

Waste Pickup Reminder

The purpose of this repo is to collaborate on ways to notify municipal residents when their garbage pickup day is.

Features

Geographic data on municipal waste removal zones.

Data

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 data represents 2015 pickup dates only however this will be extended to include 2016 closer to the end of the year.

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). I don't think this is required for this development though.

Requirements

Installation

None yet.

Project Status

Under active development.

Goals/Roadmap

Collaborate with the local tech community to develop project goals and/or a product roadmap.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

Pull requests are welcome. If you would like to contribute a package, please see our CONTRIBUTING guidelines.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • HTML 10.3%
  • Python 5.3%
  • CSS 2.8%