Skip to content

Routing engine for road networks using Java and OpenStreetMap. With memory efficient datastructures and algorithms.

Notifications You must be signed in to change notification settings

larryg123/GraphHopper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphHopper Build Status

Memory efficient data structures & algorithms on (geo) graphs

License

This software stands under Apache License 2

Routing Usage

The following command will make a part of Germany routable:

cd core; ./run.sh unterfranken

  1. it downloads 40MB, unzips it to 450MB and creates road-files for graphhopper (40MB)
  2. it builds graphhopper
  3. and runs some shortest path queries on it

When executing the command again, then the existing graphhopper road-files and jars will be used. So, the UI should pop up fast (~2 seconds). After the UI popped up you can drag to move the map or scroll to zoom like in ordinary maps apps. Click once to select a departure and another click to select the destination. Then a route should pop up like in this SHINY ;) image from twitter

Visualization of

If you want to import full Germany do:

cd core; ./run.sh germany

  1. For Germany it takes approx 25 minutes for the import and roughly 1 minute for the ugly&slow UI to pop up.
  2. At the moment the UI is a bit rough and simple so, don't click or drag too much as it takes some time for this large road network

Further Links

About

Routing engine for road networks using Java and OpenStreetMap. With memory efficient datastructures and algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published