Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.23 KB

File metadata and controls

51 lines (36 loc) · 1.23 KB

Grand Besançon Métropole

Support for waste collection schedules in Grand Besançon Métropole (68 communes), France, via the open data API.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: grandbesancon_fr
      args:
        insee_code: INSEE_CODE
        street: STREET
        house_number: HOUSE_NUMBER

Configuration Variables

insee_code (string) (required)

The 5-digit INSEE code of your commune (e.g. 25014 for Amagney, 25056 for Besançon).

street (string) (required)

Your street name as shown in the Grand Besançon system.

house_number (string) (optional)

Your house number. Helps filter results for large communes.

How to get the source arguments

  1. Find your commune's INSEE code at insee.fr.
  2. Check your street name on the Grand Besançon waste data page.

Examples

Amagney, Rue de Besancon 1

waste_collection_schedule:
  sources:
    - name: grandbesancon_fr
      args:
        insee_code: "25014"
        street: "Rue de Besancon"
        house_number: "1"