Skip to content

A* pathfinding algorithm in Python using OSM data

Notifications You must be signed in to change notification settings

pimajor/pathfinding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Note: this is a dump of some experimental code. Use only for your own experiments.

A* pathfinding algorithm in Python using OSM data.

Instructions:

  • Download an XML export of subset of OSM data (start with small maps; e.g. 5x5 km):

    wget -O map.osm.xml http://overpass-api.de/api/map?bbox=6.0305,52.4907,6.1199,52.5559
    
  • Set start/dest to OSM node id, or use look-up by street name.

About

A* pathfinding algorithm in Python using OSM data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%