About This Project
The idea of this project started years ago after the SNCA made the registrations public via data.public.lu. Initially I just wanted to know how often my car's model was registered in Luxembourg so I imported the XML files into a local database and ran multiple SQL queries, just for fun.
Over the years, friends asked me similar questions and to avoid having to manually restart the project and manually run SQL queries I decided to publish the project online and make it available to everybody. It was also the ideal project to test OpenAI's latest codex release. Yes, everything here was "Vibe coded". Sue me! :P
Author
Filipe DA COSTA, Senior Developer at Apart Design Studio
Data
All the data is sourced from the "Société Nationale de Circulation Automobile", Luxembourg's official vehicle registration entity and processed into static JSON files used to fuel this project.
The quality of the data is in a very bad shape. Not only do we have duplicates, like two Seat brands, but there are also a lot of models that should be variants (ex: Golf, Golf GTI, 118i, 118d, ...). We have some fixes in place to clean some models (ex: Polo) but we may remove them in the future, just to make the incoherence visible.
Updates are at the moment still done manually. I download the latest XML file, import it into a local database, generate static JSON files via python scripts and finally deploy everything on GPC. If this project get's some attention, I may add an automated process.
Notable mention
Parc Automobile du Luxembourg: https://data.public.lu/en/datasets/parc-automobile-du-luxembourg/
Brand logos by filippofilip95