Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.8 KB

publidata_fr.md

File metadata and controls

64 lines (47 loc) · 1.8 KB

Publidata — provider for waste management schedules

Support for schedules provided by Publidata.

They operate the schedules of at least the following communities:

  • GPSEO
  • Orléans Métropole
  • Tours Métropole
  • Versailles Grand Parc
  • Saint Quentin en Yvelines
  • Saumur Val de Loire
  • Châteauroux Métropole

A pre-configuration is provided for the above communities. But you have the possibility to use this generic implementation for more if they are operated by Publidata, the only additional information you need is your community’s "instance id".

Example about how to get it (for GPSEO, adapt with your community’s dedicated widget page):

In that case your instance ID is 1294.

If collection data is available for the address provided, it will return waste collection dates.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: dechets_gpseo_fr
      args:
        address: "ADDRESS"
        insee_code: "INSEE_CODE"
        instance_id: "1294"

Configuration Variables

Examples

waste_collection_schedule:
    sources:
    - name: dechets_gpseo_fr
      args:
        address: "11 rue Jean Moulin"
        insee_code: "78362"
        instance_id: "1294"

How to find the insee code of your town

You should find it very easily on google.

How to ensure your address is valid

Go on GPSEO’s website and check how the autocomplete formats your address.