od-api aggregates makes it possible to query OD data.
This software can be run locally by running
python3 -m venv ENV
source ENV/bin/activate
pip install -r requirements.txt
./start.sh
ssh -L 5433:10.133.75.95:5432 [email protected]
docker build -t ghcr.io/stichting-crow/dashboarddeelmobiliteit-od-matrix-aggregator:x.y .
docker push ghcr.io/stichting-crow/dashboarddeelmobiliteit-od-matrix-aggregator:x.y