https://github.com/rossant/smopy
OpenStreetMap image tiles in Python
https://github.com/rossant/smopy
Last synced: 9 months ago
JSON representation
OpenStreetMap image tiles in Python
- Host: GitHub
- URL: https://github.com/rossant/smopy
- Owner: rossant
- License: bsd-3-clause
- Created: 2014-01-07T19:16:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T19:30:10.000Z (over 3 years ago)
- Last Synced: 2025-03-29T15:09:00.083Z (10 months ago)
- Language: Python
- Size: 6.24 MB
- Stars: 168
- Watchers: 11
- Forks: 37
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Smopy
=====
Give a box in geographical coordinates (latitude/longitude) and a zoom level,
Smopy returns an OpenStreetMap tile image!
Installation
------------
Smopy currently requires:
* Pillow
* NumPy
* matplotlib
* IPython (optional)
To install Smopy run ``pip install smopy``.
For IPython support run ``pip install smopy[ipython]``.
To install Smopy directly from the repository clone the project and put the folder in your PYTHONPATH.
Terms of use
------------
This module fetches image maps from `OpenStreetMap `_'s servers.
See the `Tile usage policy `_.
In particular, **be careful not to retrieve large maps** as this can overload the servers.