Skip to content

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

Notifications You must be signed in to change notification settings

Amsterdam/reistijdenauto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published