All Projects → UDST → Osmnet

UDST / Osmnet

Licence: agpl-3.0
Tools for the extraction of OpenStreetMap street network data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Osmnet

Urbanaccess
A tool for GTFS transit and OSM pedestrian network accessibility analysis
Stars: ✭ 137 (+251.28%)
Mutual labels:  graph, network, openstreetmap
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (+171.79%)
Mutual labels:  graph, network
Pyrwr
Python Implementation for Random Walk with Restart (RWR)
Stars: ✭ 48 (+23.08%)
Mutual labels:  graph, network
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+230.77%)
Mutual labels:  graph, network
G6
♾ A Graph Visualization Framework in JavaScript
Stars: ✭ 8,490 (+21669.23%)
Mutual labels:  graph, network
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+2894.87%)
Mutual labels:  graph, network
Programming Languages Influence
Code to retrieve data for the programming languages influence visualizations from Freebase
Stars: ✭ 171 (+338.46%)
Mutual labels:  graph, network
Vue D3 Network
Vue component to graph networks using d3-force
Stars: ✭ 415 (+964.1%)
Mutual labels:  graph, network
Ngraph.graph
Graph data structure in JavaScript
Stars: ✭ 295 (+656.41%)
Mutual labels:  graph, network
P2p Graph
Real-time P2P network visualization with D3
Stars: ✭ 245 (+528.21%)
Mutual labels:  graph, network
Subdue
The Subdue graph miner discovers highly-compressing patterns in an input graph.
Stars: ✭ 20 (-48.72%)
Mutual labels:  graph, network
Stabping
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
Stars: ✭ 8 (-79.49%)
Mutual labels:  graph, network
Graphrole
Automatic feature extraction and node role assignment for transfer learning on graphs (ReFeX & RolX)
Stars: ✭ 38 (-2.56%)
Mutual labels:  graph, network
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+20456.41%)
Mutual labels:  openstreetmap
Logicflow
A front-end framework for process visualization.
Stars: ✭ 973 (+2394.87%)
Mutual labels:  graph
Eoip
EoIP/EoIPv6 for *nix.
Stars: ✭ 34 (-12.82%)
Mutual labels:  network
Xiringuito
SSH-based "VPN for poors"
Stars: ✭ 969 (+2384.62%)
Mutual labels:  network
Dgcnn
A PyTorch implementation of DGCNN based on AAAI 2018 paper "An End-to-End Deep Learning Architecture for Graph Classification"
Stars: ✭ 37 (-5.13%)
Mutual labels:  graph
Ig Follow Count
📈 A simple Instagram analytics tool that continuously logs and graphs your follower count.
Stars: ✭ 35 (-10.26%)
Mutual labels:  graph
Osmquery
Query OSM data and add results to your ArcGIS project
Stars: ✭ 33 (-15.38%)
Mutual labels:  openstreetmap

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.

Let us know what you are working on or if you think you have a great use case by tweeting us at @urbansim or post on the UrbanSim forum_.

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 .. _forum: http://discussion.urbansim.com/

.. |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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].