Metadata-Version: 2.0
Name: osmnx
Version: 0.3
Summary: Retrieve, construct, analyze, and visualize street networks from OpenStreetMap
Home-page: https://github.com/gboeing/osmnx
Author: Geoff Boeing
Author-email: gboeing@berkeley.edu
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Rtree (>=0.8.3)
Requires-Dist: Shapely (>=1.5)
Requires-Dist: descartes (>=1.0)
Requires-Dist: geopandas (>=0.2.1)
Requires-Dist: geopy (>=1.11)
Requires-Dist: matplotlib (>=2.0)
Requires-Dist: networkx (>=1.11)
Requires-Dist: numpy (>=1.11)
Requires-Dist: pandas (>=0.19)
Requires-Dist: requests (>=2.11)
Provides-Extra: folium
Requires-Dist: folium (>=0.2); extra == 'folium'


**OSMnx** is a package to easily download, construct, project, visualize, and analyze complex street 
networks from OpenStreetMap 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 easily visualize cul-de-sacs or one-way streets, plot shortest-path routes, or 
calculate stats like intersection density, average node connectivity, betweenness centrality, etc.

See the examples and demos on `GitHub`_ or read more about `OSMnx`_.

.. _GitHub: https://github.com/gboeing/osmnx
.. _OSMnx: http://geoffboeing.com/2016/11/osmnx-python-street-networks/


