Skip to main content

osm-graph is a package for NetworkX and OpenStreetMap.

%matplotlib inline
import networkx as nx
from osm_graph import OsmGraph
og = OsmGraph(35.7158, 139.8741)
nd1 = og.find_node(35.7165, 139.8738)
nd2 = og.find_node(35.7153, 139.8752)
path = nx.dijkstra_path(og.graph, nd1, nd2)
g = nx.subgraph(og.graph, path)
ax = og.draw_graph()
og.draw_graph(graph=g, ax=ax, edge_color='r', width=2);

Requirements

  • Python 3, networkx, matplotlib, overpy

Features

  • This is a sample. So it may not be efficient.

Setup

$ pip install osm-graph

History

0.0.1 (2018-6-9)

  • first release

Release files for osm-graph 0.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for osm-graph 0.0.3
File Size Uploaded
osm-graph-0.0.3.tar.gz 2.8 kB Details

Release files / osm-graph-0.0.3.tar.gz

Download URL osm-graph-0.0.3.tar.gz
Size 2.8 kB
Tags Source
SHA-256 checksum
How to use checksums
81576ea3de18542595511c365bf28f11dcafb45ded6cbdce4f2681ff53e2d702
BLAKE2b-256 checksum
How to use checksums
a1f4388d3d503a142cbcb7df21547abbd973df077519a4125cbe7925a47c5cf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page