OTv2: Docker containers and Jupyter Notebooks for testing Open Traffic Reporter quality using synthesized GPS data
- Download tiles (see here)
- Export env vars:
export VALHALLA_DOCKER_DATAPATH=</path/to/valhalla/tiles.tar>
- Build reporter-qa image with
docker build -t opentraffic/reporter-quality-testing-rig:latest --force-rm .
- Export env var for route generation:
export MAPZEN_API=<your_mapzen_api_key>
- Start the service:
docker-compose up
- Navigate to
localhost:8888
in a browser to explore the pre-configured Jupyter notebooks.