Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[8 / 3 / ?]

OSMnx: Python for Street Networks

No.1041192 View ViewReplyOriginalReport
Hey /n/, thought you guys might be interested in this.

>OSMnx is a Python package for downloading administrative boundary shapes and street networks from OpenStreetMap. It allows you to easily construct, project, visualize, and analyze complex street networks in Python with NetworkX. You can get a city’s or neighborhood’s walking, driving, or biking network with a single line of Python code. Then you can simply visualize cul-de-sacs or one-way streets, plot shortest-path routes, or calculate stats like intersection density, average node connectivity, or betweenness centrality. You can download/cite the paper here.

>In a single line of code, OSMnx lets you download, construct, and visualize the street network for

http://geoffboeing.com/2016/11/osmnx-python-street-networks/

http://geoffboeing.com/2017/01/square-mile-street-network-visualization/#more-2387