This package will not be maintain: a new package OsmRx based on rustworkx has been built and is currently developed!
OpenStreetMap (OSM) network analysis based on graph-tools (GT):
- load data from a location name or a bounding box (roads and pois)
- graph creation (and topology processing)
- isochrone builder
- shortest path
To play with the notebook on binder:
If you do not want to wait (OsmGt docker building takes time here on myBinder), you can find the html version of the jupyter notebook : click here to get the result
- 0.8.12:
Code cleaning...
- 0.8.4:
First usable version
Only on Linux
conda install -c amauryval osmgt
docker build -t osmgt . && docker run -p 8888:8888 osmgt:latest