Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.67 KB

wyreforestdc_gov_uk.md

File metadata and controls

63 lines (47 loc) · 1.67 KB

Wyre Forest District Council

Support for schedules provided by Wyre Forest District Council, serving Wyre Forest district in Worcestershire, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: wyreforestdc_gov_uk
      args:
        uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
        post_code: POST_CODE
        name: HOUSE_NAME
        number: HOUSE_NUMBER

Configuration Variables

Configuration Variables

uprn
(string) (optional)

This is required if you do not supply any other options. (Using this removes the need to do an address look up web request)

name
(string) (optional)

This is required if you supply a Postcode and do not have a house number.

number
(string) (optional)

This is required if you supply a Postcode and have a house number.

post_code
(string) (optional)

This is required if you do not supply a UPRN. Single space between 1st and 2nd part of postcode is required.

How to find your UPRN

An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details. Otherwise you can inspect the web requests the Wyre Forest District Council website makes when entering in your postcode and then selecting your address.

Example using UPRN

waste_collection_schedule:
    sources:
    - name: wyreforestdc_gov_uk
      args:
        uprn: 10003378634

Example using Address lookup

waste_collection_schedule:
    sources:
    - name: wyreforestdc_gov_uk
      args:
        post_code: "DY11 7WF"
        name: "Wyre Forest House"