This project provides a Python-based adapter for publishing real-time parking data from various European cities. The adapter fetches open parking data (such as available spaces, lot status, and metadata) from the excellent Parken DD project and publishes it to gcmb.io.
- Fetches live parking data from multiple European cities via Parken DD
- Publishes data to gcmb.io
- Clone this repository.
- Copy
.env.template
to.env
and configure your environment variables (API keys, endpoints, etc). - Install dependencies via
uv sync
.
(using [just(https://github.com/casey/just)])
- Run the adapter:
just run
- Run tests:
just tests
This project is provided under the MIT License.
- Data sourced from the Parken DD project
- Adapter developed for integration with gcmb.io