Skip to content

Instantly share code, notes, and snippets.

@nuni91
nuni91 / gist:2958491
Created June 20, 2012 06:50 — forked from aflaxman/gist:287370
networkx-osm import open street map data as a networkx graph
"""
Read graphs in Open Street Maps osm format
Based on osm.py from brianw's osmgeocode
http://github.com/brianw/osmgeocode, which is based on osm.py from
comes from Graphserver:
http://github.com/bmander/graphserver/tree/master and is copyright (c)
2007, Brandon Martin-Anderson under the BSD License
"""