Skip to content

Latest commit

 

History

History
129 lines (103 loc) · 4.4 KB

umweltverbaende_at.md

File metadata and controls

129 lines (103 loc) · 4.4 KB

Die NÖ Umweltverbände

Support for many of the schedules provided by Die NÖ Umweltverbände for Lower Austria.

Configuration Variables

waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: DISTRICT_ARG
        municipal: MUNICIPAL
        calendar: CALENDAR

district
(string) (required)

Lower Austrian district, see table below for valid DISTRICT_ARG

muncipal
(string) (optional)

Municipal within the district for which the collection schedule is required. The municipal should be spelt as it appears on the Abholtermine page. There is no need to include the "Marktgemeinde", "Gemeinde", or "Stadtgeminde" text.

Is not needed for Stadt Krems you should provide a calendar for each Rayon.

deprecated (still works for Stadt Krems):
For Stadt Krems, the district is divided into 12 Rayon, so supply your Rayon name for the municipal arg. For example: Rehberg (Rayon 30) would be Rehberg, whereas Innenstadt 2 (Rayon 200) would be Innenstadt 2

calendar
(string) (optional)

If you see multiple collection calendars for your municipal (different streets or Rayons), you can specify the calendar name here. The calendar name should be spelt as it appears on the Abholtermine page below Kalenderansicht.

Examples

waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "gaenserndorf" # Gänserndorf
        municipal: "Marchegg" # Municipal
waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "waidhofen" # Waidhofen/Thaya
        municipal: "Kautzen" # Municipal
waaste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "krems" # Krems
        municipal: "Langenlois" # Municipal
        calendar: "Gobelsburg, Mittelberg, Reith, Schiltern, Zöbing" # Rayon
waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "kermsstadt" # Stadt Krems
        calendar: "Rehberg" # Rayon
waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "tulln" # Tulln
        municipal: "Tulbing" # Municipal
        calendar: 
          - "Haushalte 2"
          - "Biotonne"

Old Version

waste_collection_schedule:
  sources:
    - name: umweltverbaende_at
      args:
        district: "kermsstadt" # Stadt Krems
        municipal: "Rehberg" # Rayon

DISTRICT_ARG Lookup

Lower Austria District DISTRICT_ARG Municipalities/Rayons
Bruck/Leitha bruck link
Baden baden link
Gmünd gmuend link
Gänserndorf gaenserndorf link
Hollabrunn hollabrunn link
Horn horn link
Klosterneuburg klosterneuburg link
Korneuburg korneuburg link
Krems krems link
Stadt Krems kremsstadt link
Lilienfeld lilienfeld link
Mödling moedling link
Melk melk link
Mistelbach mistelbach link
St. Pölten stpoeltenland link
Scheibbs scheibbs link
Schwechat schwechat link
Tulln tulln link
Waidhofen/Thaya waidhofen link
Zwettl zwettl link

Missing Districts

Amstetten, Laa/Thaya, Neunkirchen, Stadt St. Pölten and Wiener Neustadt serve their waste collection scheduled from local municipality web sites using different back-ends and aren't supported by this script.