Skip to content

Commit

Permalink
Change the schedule format as per #15
Browse files Browse the repository at this point in the history
  • Loading branch information
stevage committed Apr 8, 2015
1 parent 0e6ebdb commit ea2b663
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions garbage-collection-zones.md
@@ -1,4 +1,4 @@
## Garbage collection zones 1.1
## Garbage collection zones 2.0

Zones are physical regions within which residential garbage collection of a given type (waste for landfill, recycling, green waste) are collected on the same day.

Expand All @@ -8,18 +8,19 @@ Zones are physical regions within which residential garbage collection of a give

* Format: GeoJSON (preferred), Zipped shapefile
* Dataset name: [Council name] Garbage Collection Zones
* data.gov.au tag: `opencouncildata-garbage-1.1`
* data.gov.au tag: `opencouncildata-garbage-1.2`

####Required fields:

*At least one of the following fields should have a value. If multiple collection types share a zone, publish a single polygon with values in several columns. For example, in one area, rubbish is collected on Tuesdays, and recycling is every second Thursday. If the zones are different (even if overlapping), publish multiple polygons.*

* `rub_sched`: Schedule for general household rubbish.
* `rec_sched`: Recycling schedule.
* `grn_sched`: Schedule for green waste collection.
* `*_sched`: Schedule for some other kind of collection, as applicable. (Eg, `hw_sched` for hard waste). Document these fields.

Schedules are repeated intervals expressed in ISO8601: `R/` *`YYYY-MM-DD`*` /PxW` where `x` is 1 for weekly, 2 for fortnightly, 4 for quasi-monthly. For example, `R/2014-09-08/P2W` (every 2 weeks, starting from Monday 8 Sep 2014).
* `rub_day`: Day of the week when rubbish is collected. (E.g., `monday`)
* `rub_weeks`: Number of weeks between rubbish collections. (E.g. `2` for fortnightly)
* `rub_start`: Date of one rubbish collection, to calculate future collection dates from, in ISO 8601. E.g. `2015-04-01`.
* `rub_dates`: (optional) Comma-separated list of dates of future collections. Use this for irregular collections, or in addition to other fields to facilitate data use. E.g. `2015-04-01,2015-04-08,2015-04-15,2015-04-22`
* `rec_day`,`rec_weeks`, `rec_start`,`rec_dates`: Schedule for recycling collection, as above.
* `grn_day`,`grn_weeks`, `grn_start`,`grn_dates`: Schedule for green waste collection, as above.
* `hw_day`,`hw_weeks`,`hw_start`,`hw_dates`: Schedule for hard waste collection, as above.

####Recommended fields:

Expand All @@ -28,8 +29,7 @@ Schedules are repeated intervals expressed in ISO8601: `R/` *`YYYY-MM-DD`*` /PxW
####Optional fields:

* `desc`: A free text field.
* `rub_cmt`: free text field with specific comments about rules for acceptable rubbish collection.
* `rec_cmt`: free text field with specific comments about rules for acceptable waste for recycling.
* `grn_cmt`: free text field with specific comments about rules for acceptable green waste.
* `rub_desc`: free text field with specific comments about rules for acceptable rubbish collection.
* `rec_desc`, `grn_desc`, `hw_desc`: as above, for recycling, green waste, or hard waste comments.
* `info_url`: The page on your council website with information about garbage collection, eg http://www.geelongaustralia.com.au/residents/waste/ This can be an alternative to, or in addition to, a description field.
* `missed_ph`: The phone number to call for a missed rubbish collection.

0 comments on commit ea2b663

Please sign in to comment.