osmnx


Nameosmnx JSON
Version 1.9.3 PyPI version JSON
download
home_pageNone
SummaryDownload, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap
upload_time2024-05-01 23:47:33
maintainerOSMnx contributors
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License
keywords gis networks openstreetmap routing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OSMnx

[![PyPI Version](https://badge.fury.io/py/osmnx.svg)](https://pypi.org/project/osmnx/)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/osmnx?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=downloads)](https://pepy.tech/project/osmnx)
[![Anaconda Downloads](https://anaconda.org/conda-forge/osmnx/badges/downloads.svg)](https://anaconda.org/conda-forge/osmnx)
[![Documentation Status](https://readthedocs.org/projects/osmnx/badge/?version=latest)](https://osmnx.readthedocs.io/)
[![Build Status](https://github.com/gboeing/osmnx/workflows/CI/badge.svg?branch=main)](https://github.com/gboeing/osmnx/actions/workflows/ci.yml)
[![Coverage Status](https://codecov.io/gh/gboeing/osmnx/branch/main/graph/badge.svg)](https://codecov.io/gh/gboeing/osmnx)

**OSMnx** is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap. You can download and model walking, driving, or biking networks with a single line of code then analyze and visualize them. You can just as easily work with urban amenities/points of interest, building footprints, transit stops, elevation data, street orientations, speed/travel time, and routing.

OSMnx 2.0 is in beta: read the [migration guide](https://github.com/gboeing/osmnx/issues/1123).

## Citation

If you use OSMnx in your work, please cite the paper:

Boeing, G. (2024). Modeling and Analyzing Urban Networks and Amenities with OSMnx. Working paper. <https://geoffboeing.com/publications/osmnx-paper/>

## Getting Started

First read the [Getting Started](https://osmnx.readthedocs.io/en/stable/getting-started.html) guide for an introduction to the package and FAQ.

Then work through the OSMnx [Examples Gallery](https://github.com/gboeing/osmnx-examples) for step-by-step tutorials and sample code.

## Installation

Follow the [Installation](https://osmnx.readthedocs.io/en/stable/installation.html) guide to install OSMnx.

## Support

If you have any trouble, consult the [User Reference](https://osmnx.readthedocs.io/en/stable/user-reference.html). The OSMnx repository is hosted on [GitHub](https://github.com/gboeing/osmnx). If you have a "how-to" or usage question, please ask it on [StackOverflow](https://stackoverflow.com/search?q=osmnx), as we reserve the repository's issue tracker for bug tracking and feature development.

## License

OSMnx is open source and licensed under the MIT license. OpenStreetMap's open data [license](https://www.openstreetmap.org/copyright/) requires that derivative works provide proper attribution. Refer to the [Getting Started](https://osmnx.readthedocs.io/en/stable/getting-started.html) guide for usage limitations.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "osmnx",
    "maintainer": "OSMnx contributors",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "GIS, Networks, OpenStreetMap, Routing",
    "author": null,
    "author_email": "Geoff Boeing <boeing@usc.edu>",
    "download_url": "https://files.pythonhosted.org/packages/7b/03/ed9f806cb980236b70973ddae54ae931d2022de73941d17941569ca1562a/osmnx-1.9.3.tar.gz",
    "platform": null,
    "description": "# OSMnx\n\n[![PyPI Version](https://badge.fury.io/py/osmnx.svg)](https://pypi.org/project/osmnx/)\n[![PyPI Downloads](https://static.pepy.tech/personalized-badge/osmnx?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=downloads)](https://pepy.tech/project/osmnx)\n[![Anaconda Downloads](https://anaconda.org/conda-forge/osmnx/badges/downloads.svg)](https://anaconda.org/conda-forge/osmnx)\n[![Documentation Status](https://readthedocs.org/projects/osmnx/badge/?version=latest)](https://osmnx.readthedocs.io/)\n[![Build Status](https://github.com/gboeing/osmnx/workflows/CI/badge.svg?branch=main)](https://github.com/gboeing/osmnx/actions/workflows/ci.yml)\n[![Coverage Status](https://codecov.io/gh/gboeing/osmnx/branch/main/graph/badge.svg)](https://codecov.io/gh/gboeing/osmnx)\n\n**OSMnx** is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap. You can download and model walking, driving, or biking networks with a single line of code then analyze and visualize them. You can just as easily work with urban amenities/points of interest, building footprints, transit stops, elevation data, street orientations, speed/travel time, and routing.\n\nOSMnx 2.0 is in beta: read the [migration guide](https://github.com/gboeing/osmnx/issues/1123).\n\n## Citation\n\nIf you use OSMnx in your work, please cite the paper:\n\nBoeing, G. (2024). Modeling and Analyzing Urban Networks and Amenities with OSMnx. Working paper. <https://geoffboeing.com/publications/osmnx-paper/>\n\n## Getting Started\n\nFirst read the [Getting Started](https://osmnx.readthedocs.io/en/stable/getting-started.html) guide for an introduction to the package and FAQ.\n\nThen work through the OSMnx [Examples Gallery](https://github.com/gboeing/osmnx-examples) for step-by-step tutorials and sample code.\n\n## Installation\n\nFollow the [Installation](https://osmnx.readthedocs.io/en/stable/installation.html) guide to install OSMnx.\n\n## Support\n\nIf you have any trouble, consult the [User Reference](https://osmnx.readthedocs.io/en/stable/user-reference.html). The OSMnx repository is hosted on [GitHub](https://github.com/gboeing/osmnx). If you have a \"how-to\" or usage question, please ask it on [StackOverflow](https://stackoverflow.com/search?q=osmnx), as we reserve the repository's issue tracker for bug tracking and feature development.\n\n## License\n\nOSMnx is open source and licensed under the MIT license. OpenStreetMap's open data [license](https://www.openstreetmap.org/copyright/) requires that derivative works provide proper attribution. Refer to the [Getting Started](https://osmnx.readthedocs.io/en/stable/getting-started.html) guide for usage limitations.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap",
    "version": "1.9.3",
    "project_urls": {
        "Code Repository": "https://github.com/gboeing/osmnx",
        "Documentation": "https://osmnx.readthedocs.io",
        "Examples Gallery": "https://github.com/gboeing/osmnx-examples"
    },
    "split_keywords": [
        "gis",
        " networks",
        " openstreetmap",
        " routing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d09c65e3d2f2b1e53e832507fe2ca0096cf76e403ff8cf4dc9edd90fbef8623",
                "md5": "bdced3376b0f942be3507982b74a9638",
                "sha256": "ac67bea77b521941af648ef641ae1d006101948d1112475c256ea23ef31b426a"
            },
            "downloads": -1,
            "filename": "osmnx-1.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdced3376b0f942be3507982b74a9638",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 107171,
            "upload_time": "2024-05-01T23:47:31",
            "upload_time_iso_8601": "2024-05-01T23:47:31.120397Z",
            "url": "https://files.pythonhosted.org/packages/5d/09/c65e3d2f2b1e53e832507fe2ca0096cf76e403ff8cf4dc9edd90fbef8623/osmnx-1.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b03ed9f806cb980236b70973ddae54ae931d2022de73941d17941569ca1562a",
                "md5": "ebc9886dddf10a40856015784f5e9feb",
                "sha256": "22548d86d68d36edff3cf9ab76c45745cda86a4ea0b28442e107d6b42992a426"
            },
            "downloads": -1,
            "filename": "osmnx-1.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ebc9886dddf10a40856015784f5e9feb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 91491,
            "upload_time": "2024-05-01T23:47:33",
            "upload_time_iso_8601": "2024-05-01T23:47:33.468801Z",
            "url": "https://files.pythonhosted.org/packages/7b/03/ed9f806cb980236b70973ddae54ae931d2022de73941d17941569ca1562a/osmnx-1.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 23:47:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gboeing",
    "github_project": "osmnx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "osmnx"
}
        
Elapsed time: 0.31910s