Metadata-Version: 1.1
Name: osmnx
Version: 0.5.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
Description: 
        **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/
        
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
