Skip to main content

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


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)

Uploaded Source

Built Distribution

map_network_viz-0.0.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page