/osmatplot

Rough visualization of an OSM file with matplotlib

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

osmatplot

Rough visualization of an OSM file with matplotlib.

Description

This application shows nodes and ways from a given OSM file using matplotlib. The use is limited to debugging of OSM software or just having fun. It will only work if given enough free memory and neither is it optimized for performance.

Example output

Usage

usage: osmatplot.py [-h] OSMFILE

Rough visualization of an OSM file with matplotlib

positional arguments:
  OSMFILE     Input osm file

optional arguments:
  -h, --help  show this help message and exit