https://github.com/hugovk/osmviz
An OpenStreetMap Visualization Toolkit for Python
https://github.com/hugovk/osmviz
hacktoberfest map openstreetmap osm python python3
Last synced: 3 months ago
JSON representation
An OpenStreetMap Visualization Toolkit for Python
- Host: GitHub
- URL: https://github.com/hugovk/osmviz
- Owner: hugovk
- License: mit
- Created: 2014-09-19T12:10:07.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T22:07:59.000Z (4 months ago)
- Last Synced: 2025-01-17T12:25:33.348Z (3 months ago)
- Topics: hacktoberfest, map, openstreetmap, osm, python, python3
- Language: HTML
- Homepage: https://hugovk.github.com/osmviz
- Size: 905 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSMViz
[](https://pypi.org/project/osmviz/)
[](https://pypi.org/project/osmviz/)
[](https://pypistats.org/packages/pypistats)
[](https://github.com/hugovk/osmviz/actions)
[](https://codecov.io/gh/hugovk/osmviz)
[](LICENSE)
[](https://github.com/psf/black)An OpenStreetMap Visualization Toolkit for Python
## OSMViz License
OSMViz is released under the MIT license.
See LICENSE in this directory.# OpenStreetMap License
Tiles taken from the openstreetmap.org server
have a usage policy as outlined here:https://operations.osmfoundation.org/policies/tiles/
These tiles are (c) OpenStreetMap & contributors, CC-BY-SA.
OpenStreetMap: https://www.openstreetmap.org
CC-BY-SA: https://creativecommons.org/licenses/by-sa/2.0/You can tell OSMViz to use any slippymap server provided
tiles that you wish, which may have its own usage policy.## About
OSMViz is a small set of Python tools for retrieving
and using Mapnik tiles from a Slippy Map server
(you may know these as OpenStreetMap images).## Requirements
* Python 3.8+
* Pillow and/or Pygame## Installation
Either:
pip install osmviz
Or just add the src directory to your PYTHONPATH.
## Help
See [html/doc.html](https://hugovk.github.io/osmviz/html/doc.html)