A small wrapper for visualizing street networks and making artistic maps with OpenStreetMap and Networkx.
Project description
map-network-viz
Description
This library contains functionality for visualizing street networks and making artistic maps with OpenStreetMap and Networkx. It works by wrapping around the osmnx
library to pull city network data (nodes and edges), but it is specifically designed to help end users make highly customizable, color-coded maps!
Installation
python3 -m pip install map-network-viz
Example Usage
from map_network_viz import *
PALETTE = ["#FFB7C3", "#750d37", "#F57A80", "#F6BD60", "#AAE28D", "#aadaba", "#27BACE", "#F0F2A6"]
graph_city("Portland, Oregon, USA", PALETTE)
Map Gallery
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
map-network-viz-0.0.2.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for map_network_viz-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0483cc6784f8cb5de0613c0ada5b542a7b8bd12cc34f0bc89820a8f3e4a58771 |
|
MD5 | 98daf303d5cb82b94d48f431e67811b8 |
|
BLAKE2b-256 | d9a33bd285417810039ddab2060a6257863e42ba0e0d0a5c03dbcaad41c16601 |