Add Gedling Borough Council (unofficial)

This commit is contained in:
James White
2024-05-25 18:43:18 +01:00
committed by 5ila5
parent 2bc3111ce5
commit 78625e92fd
5 changed files with 93 additions and 2 deletions

View File

@@ -985,7 +985,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Waldshut](/doc/source/app_abfallplus_de.md) / Abfall+ App: unterallgaeu
- [WBO Wirtschaftsbetriebe Oberhausen](/doc/source/abfallnavi_de.md) / wbo-online.de
- [Wegberg (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Wermelskirchen](/doc/source/wermelskirchen_de.md) / wermelskirchen.de
- [Wermelskirchen (Service Down)](/doc/source/wermelskirchen_de.md) / wermelskirchen.de
- [Westerholt (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Westerwaldkreis](/doc/source/app_abfallplus_de.md) / Abfall+ App: wabapp
- [WGV Recycling GmbH](/doc/source/awido_de.md) / wgv-quarzbichl.de
@@ -1269,6 +1269,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Flintshire](/doc/source/flintshire_gov_uk.md) / flintshire.gov.uk
- [Fylde Council](/doc/source/fylde_gov_uk.md) / fylde.gov.uk
- [Gateshead Council](/doc/source/gateshead_gov_uk.md) / gateshead.gov.uk
- [Gedling Borough Council (unofficial)](/doc/ics/gedling_gov_uk.md) / github.com/jamesmacwhite/gedling-borough-council-bin-calendars
- [Glasgow City Council](/doc/source/glasgow_gov_uk.md) / glasgow.gov.uk
- [Guildford Borough Council](/doc/source/guildford_gov_uk.md) / guildford.gov.uk
- [Gwynedd](/doc/source/gwynedd_gov_uk.md) / gwynedd.gov.uk

68
doc/ics/gedling_gov_uk.md Normal file
View File

@@ -0,0 +1,68 @@
# Gedling Borough Council (unofficial)
Gedling Borough Council (unofficial) is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description.
## How to get the configuration arguments
- Gedling Borough Council does not provide bin collections in the iCal calendar format directly.
- The iCal calendar files have been generated from the official printed calendars and hosted on GitHub for use.
- Go to: https://apps.gedling.gov.uk/refuse/search.aspx and enter your street name to find your bin day/garden waste collection schedule. e.g. "Wednesday G2".
- Select the requried .ics calendar from the folder https://github.com/jamesmacwhite/gedling-borough-council-bin-calendars/tree/main/ical, for the URL, make sure to use the "Raw" button which is the direct URL to the calendar. The URL should start with "https://raw.githubusercontent.com/".
## Examples
### Monday G1 (General bin collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_g1_bin_schedule.ics
```
### Wednesday G2 (General bin collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_g2_bin_schedule.ics
```
### Friday G3 (General bin collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_g3_bin_schedule.ics
```
### Monday A (Garden waste collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_a_garden_bin_schedule.ics
```
### Wednesday C (Garden waste collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_c_garden_bin_schedule.ics
```
### Friday F (Garden waste collection)
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_f_garden_bin_schedule.ics
```

View File

@@ -0,0 +1,21 @@
title: Gedling Borough Council (unofficial)
url: https://github.com/jamesmacwhite/gedling-borough-council-bin-calendars
howto: |
- Gedling Borough Council does not provide bin collections in the iCal calendar format directly.
- The iCal calendar files have been generated from the official printed calendars and hosted on GitHub for use.
- Go to: https://apps.gedling.gov.uk/refuse/search.aspx and enter your street name to find your bin day/garden waste collection schedule. e.g. "Wednesday G2".
- Select the requried .ics calendar from the folder https://github.com/jamesmacwhite/gedling-borough-council-bin-calendars/tree/main/ical, for the URL, make sure to use the "Raw" button which is the direct URL to the calendar. The URL should start with "https://raw.githubusercontent.com/".
test_cases:
Monday G1 (General bin collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_g1_bin_schedule.ics"
Wednesday G2 (General bin collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_g2_bin_schedule.ics"
Friday G3 (General bin collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_g3_bin_schedule.ics"
Monday A (Garden waste collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_a_garden_bin_schedule.ics"
Wednesday C (Garden waste collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_c_garden_bin_schedule.ics"
Friday F (Garden waste collection):
url: "https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_f_garden_bin_schedule.ics"

View File

@@ -247,6 +247,7 @@ This source has been successfully tested with the following service providers:
- [Anglesey](/doc/ics/anglesey_gov_wales.md) / anglesey.gov.wales
- [Falkirk](/doc/ics/falkirk_gov_uk.md) / falkirk.gov.uk
- [Gedling Borough Council (unofficial)](/doc/ics/gedling_gov_uk.md) / github.com/jamesmacwhite/gedling-borough-council-bin-calendars
- [Westmorland & Furness Council, Barrow area](/doc/ics/barrowbc_gov_uk.md) / barrowbc.gov.uk
- [Westmorland & Furness Council, South Lakeland area](/doc/ics/southlakeland_gov_uk.md) / southlakeland.gov.uk

File diff suppressed because one or more lines are too long