Name | osmnet JSON |
Version |
0.1.7
JSON |
| download |
home_page | https://github.com/UDST/osmnet |
Summary | Tools for the extraction of OpenStreetMap street network data for use in Pandana accessibility analyses. |
upload_time | 2023-08-07 16:45:13 |
maintainer | |
docs_url | None |
author | UrbanSim Inc. |
requires_python | >=3 |
license | AGPL |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
|
OSMnet
======
|Build Status| |Coverage Status| |Appveyor Build Status|
Tools for the extraction of OpenStreetMap (OSM) street network data.
Intended to be used in tandem with Pandana and UrbanAccess libraries to
extract street network nodes and edges.
Overview
========
OSMnet offers tools to download street network data from OpenStreetMap
and extract a graph network comprised of nodes and edges to be used in
`Pandana`_ street network accessibility calculations and or `UrbanAccess`_
to connect GTFS transit networks to road networks.
Let us know what you are working on or if you think you have a great use case
by tweeting us at ``@urbansim``.
Library Status
--------------
*Forthcoming improvements:*
* Tutorial/demo
Reporting bugs
--------------
Please report any bugs you encounter via `GitHub issues`_.
Contributing to OSMnet
----------------------
If you have improvements or new features you would like to see in OSMnet:
1. Open a feature request via `GitHub issues`_.
2. Contribute your code from a fork or branch by using a Pull Request and request a review so it can be considered as an addition to the codebase.
Installation
------------
conda
^^^^^
OSMnet is available on conda and can be installed with:
``conda install osmnet --channel conda-forge``
It is recommended to install via conda and the conda-forge channel especially if you find you are having issues installing some of the spatial dependencies.
pip
^^^
OSMnet can be installed via PyPI:
``pip install osmnet``
Development Installation
^^^^^^^^^^^^^^^^^^^^^^^^
To install OSMnet from source code, follow these steps:
1. Git clone the `OSMnet repo`_
2. in the cloned directory run: ``python setup.py develop``
To update to the latest version:
Use ``git pull`` inside the cloned repository
Documentation
-------------
Documentation for OSMnet can be found `here`_.
Related UDST libraries
----------------------
- `Pandana`_
- `UrbanAccess`_
.. _Pandana: https://github.com/UDST/pandana
.. _GitHub issues: https://github.com/UDST/osmnet/issues
.. _OSMnet repo: https://github.com/udst/osmnet
.. _here: https://udst.github.io/osmnet/index.html
.. _UrbanAccess: https://github.com/UDST/urbanaccess
.. |Build Status| image:: https://travis-ci.org/UDST/osmnet.svg?branch=master
:target: https://travis-ci.org/UDST/osmnet
.. |Appveyor Build Status| image:: https://ci.appveyor.com/api/projects/status/acuoygyy3l0lqnpv/branch/master?svg=true
:target: https://ci.appveyor.com/project/pksohn/osmnet
.. |Coverage Status| image:: https://coveralls.io/repos/github/UDST/osmnet/badge.svg?branch=master
:target: https://coveralls.io/github/UDST/osmnet?branch=master
Raw data
{
"_id": null,
"home_page": "https://github.com/UDST/osmnet",
"name": "osmnet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "",
"author": "UrbanSim Inc.",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/1f/7d/e7b532daf2bda638da51af34a7df1228817e13083841d5959dbfafe96a20/osmnet-0.1.7.tar.gz",
"platform": null,
"description": "OSMnet\n======\n\n|Build Status| |Coverage Status| |Appveyor Build Status|\n\nTools for the extraction of OpenStreetMap (OSM) street network data.\nIntended to be used in tandem with Pandana and UrbanAccess libraries to\nextract street network nodes and edges.\n\nOverview\n========\n\nOSMnet offers tools to download street network data from OpenStreetMap\nand extract a graph network comprised of nodes and edges to be used in\n`Pandana`_ street network accessibility calculations and or `UrbanAccess`_\nto connect GTFS transit networks to road networks.\n\nLet us know what you are working on or if you think you have a great use case\nby tweeting us at ``@urbansim``.\n\nLibrary Status\n--------------\n\n*Forthcoming improvements:*\n\n* Tutorial/demo\n\nReporting bugs\n--------------\n\nPlease report any bugs you encounter via `GitHub issues`_.\n\nContributing to OSMnet\n----------------------\n\nIf you have improvements or new features you would like to see in OSMnet:\n\n1. Open a feature request via `GitHub issues`_.\n2. Contribute your code from a fork or branch by using a Pull Request and request a review so it can be considered as an addition to the codebase.\n\nInstallation\n------------\n\nconda\n^^^^^\n\nOSMnet is available on conda and can be installed with:\n\n``conda install osmnet --channel conda-forge``\n\nIt is recommended to install via conda and the conda-forge channel especially if you find you are having issues installing some of the spatial dependencies.\n\npip\n^^^\n\nOSMnet can be installed via PyPI:\n\n``pip install osmnet``\n\nDevelopment Installation\n^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install OSMnet from source code, follow these steps:\n\n1. Git clone the `OSMnet repo`_\n2. in the cloned directory run: ``python setup.py develop``\n\nTo update to the latest version:\n\nUse ``git pull`` inside the cloned repository\n\nDocumentation\n-------------\n\nDocumentation for OSMnet can be found `here`_.\n\nRelated UDST libraries\n----------------------\n\n- `Pandana`_\n- `UrbanAccess`_\n\n.. _Pandana: https://github.com/UDST/pandana\n.. _GitHub issues: https://github.com/UDST/osmnet/issues\n.. _OSMnet repo: https://github.com/udst/osmnet\n.. _here: https://udst.github.io/osmnet/index.html\n.. _UrbanAccess: https://github.com/UDST/urbanaccess\n\n.. |Build Status| image:: https://travis-ci.org/UDST/osmnet.svg?branch=master\n :target: https://travis-ci.org/UDST/osmnet\n\n.. |Appveyor Build Status| image:: https://ci.appveyor.com/api/projects/status/acuoygyy3l0lqnpv/branch/master?svg=true\n :target: https://ci.appveyor.com/project/pksohn/osmnet\n\n.. |Coverage Status| image:: https://coveralls.io/repos/github/UDST/osmnet/badge.svg?branch=master\n :target: https://coveralls.io/github/UDST/osmnet?branch=master\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "Tools for the extraction of OpenStreetMap street network data for use in Pandana accessibility analyses.",
"version": "0.1.7",
"project_urls": {
"Homepage": "https://github.com/UDST/osmnet"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e91e6579619ae78f19071ba20ce6e7573a01902c7239135d506d24517de441de",
"md5": "e58affab2153fed2cf4a701f145c828d",
"sha256": "2781f8e89e880edff500cfcc4830dfd2f5a769820d8ac46af50f1554a2acc5f7"
},
"downloads": -1,
"filename": "osmnet-0.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e58affab2153fed2cf4a701f145c828d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 25766,
"upload_time": "2023-08-07T16:45:11",
"upload_time_iso_8601": "2023-08-07T16:45:11.858519Z",
"url": "https://files.pythonhosted.org/packages/e9/1e/6579619ae78f19071ba20ce6e7573a01902c7239135d506d24517de441de/osmnet-0.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f7de7b532daf2bda638da51af34a7df1228817e13083841d5959dbfafe96a20",
"md5": "5eb8d9521f657e3fefe7c39366de692f",
"sha256": "21f856ea4cc63c15fc7dc65dce7db8cd3f01c58f0b09d8cc9e860496bd0a419a"
},
"downloads": -1,
"filename": "osmnet-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "5eb8d9521f657e3fefe7c39366de692f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 27086,
"upload_time": "2023-08-07T16:45:13",
"upload_time_iso_8601": "2023-08-07T16:45:13.501923Z",
"url": "https://files.pythonhosted.org/packages/1f/7d/e7b532daf2bda638da51af34a7df1228817e13083841d5959dbfafe96a20/osmnet-0.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-07 16:45:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "UDST",
"github_project": "osmnet",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"appveyor": true,
"lcname": "osmnet"
}