osmnx


Nameosmnx JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryDownload, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap
upload_time2024-11-24 17:37:42
maintainerOSMnx contributors
docs_urlNone
authorNone
requires_python>=3.9
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 released: 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.9",
    "maintainer_email": null,
    "keywords": "GIS, Networks, OpenStreetMap, Routing",
    "author": null,
    "author_email": "Geoff Boeing <boeing@usc.edu>",
    "download_url": "https://files.pythonhosted.org/packages/c1/ce/ee6bb4c605e67d0aba13065bb3b0dce47616f2b02e5fae0dd3fb4bca1e03/osmnx-2.0.0.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 released: 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": "2.0.0",
    "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": "fe114a8e774bc97cb64b2accfb1c4a8a06e5b5649dfd60b224c5c40a5d73d24a",
                "md5": "f7e3ce064d517386bc9099c022079f8b",
                "sha256": "962f4ddf61f7b04be7e571357b543ebbac1b9b3be2a01d40e13523167a77e9c3"
            },
            "downloads": -1,
            "filename": "osmnx-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7e3ce064d517386bc9099c022079f8b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 99380,
            "upload_time": "2024-11-24T17:37:40",
            "upload_time_iso_8601": "2024-11-24T17:37:40.984370Z",
            "url": "https://files.pythonhosted.org/packages/fe/11/4a8e774bc97cb64b2accfb1c4a8a06e5b5649dfd60b224c5c40a5d73d24a/osmnx-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1ceee6bb4c605e67d0aba13065bb3b0dce47616f2b02e5fae0dd3fb4bca1e03",
                "md5": "3987d1c0fdebd6e7f063e1b294d91e01",
                "sha256": "4fd2eb3736cea503be94ab18d31a669addbaf2dd6a8249527cef94163bb93975"
            },
            "downloads": -1,
            "filename": "osmnx-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3987d1c0fdebd6e7f063e1b294d91e01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 86170,
            "upload_time": "2024-11-24T17:37:42",
            "upload_time_iso_8601": "2024-11-24T17:37:42.422830Z",
            "url": "https://files.pythonhosted.org/packages/c1/ce/ee6bb4c605e67d0aba13065bb3b0dce47616f2b02e5fae0dd3fb4bca1e03/osmnx-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 17:37:42",
    "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: 3.54788s