fkarg / reistijdenauto

Show car travel times on main roads in and around Amsterdam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Travel times by car

Small Django app to download real-time (every 5 minutes) data about car travel times in and around Amsterdam. Comes with a docker-compose.yml that allows you to run a mapserver with this data locally. You can use QGIS to look at these maps.

Installing it

Running it

To get the services built and running:

docker-compose up --build

To migrate the database and retrieve the latest data:

docker-compose run --rm web migrate
docker-compose run --rm web retrievedata

You now have:

About

Show car travel times on main roads in and around Amsterdam.


Languages

Language:Python 93.3%Language:Shell 2.5%Language:HTML 2.3%Language:Dockerfile 1.8%