Consolidated waste pickup calendar

Mis à jour le 2 avril 2024 — Licence non spécifiée

Synapz

Smart-home and smart-building consulting

1 jeux de données

1 réutilisations

Informations

Licence
Licence non spécifiée
ID
62e3f5d8d19f811c656486cb

Temporalité

Fréquence
Sans régularité
Date de création
29 juillet 2022
Dernière mise à jour de ressource
2 avril 2024

Dimensions géographiques

Granularité de la couverture territoriale
Autre

Intégrer sur votre site

URL stable

Description

This dataset was initiated in 2019 to introduce one of the first apps for Amazon Alexa in Luxembourg. This project aimed to release a real use-case of local services on a voice assistant platform, and we developed a waste pickup calendar.

The first challenge was accessing the raw data; at that time, the only choice was to scrap it from official websites. So we developed a nodejs modular scraping tool that connects to multiple sources, which are to this day:

  1. HTML from sidec.lu using cheerio library
  2. json from valorlux.lu
  3. ICS files from vdl.lu using node-ical library

When scraping is complete, the tool unifies all results into a single format, normalizes pickup types, matches against the CACLR address database and writes 1 json file per postal code in a simple format :

[
  {
    "uid": "5e8a5f0732fc6",
    "event_date": "1608073200000",
    "city": "Luxembourg",
    "location": "Côte d'Eich",
    "streetNumbers": "1-25, 2-24",
    "codepostal": 1450,
    "summary": "BULKY"
  },
  {
    "uid": "5e8a5f074f2c3",
    "event_date": "1608505200000",
    "city": "Luxembourg",
    "location": "Côte d'Eich",
    "streetNumbers": "1-25, 2-24",
    "codepostal": 1450,
    "summary": "PAPER"
  }
]

Note: The dataset does not cover the entire country (yet). Several other websites/sources should be crawled and consolidated to have a complete picture.

Fichiers 2

Ressources communautaires 0

Vous avez construit une base de données plus complète que celles présentées ici ? C'est le moment de la partager !

Explorez les réutilisations de ce jeu de données.

Avez-vous utilisé ces données ? Référencez votre travail et augmentez votre visibilité.

Discussion entre l'organisation et la communauté à propos de ce jeu de données.