https://github.com/ziman/osmstitch
Stitch raster maps from OSM tiles
https://github.com/ziman/osmstitch
Last synced: about 1 year ago
JSON representation
Stitch raster maps from OSM tiles
- Host: GitHub
- URL: https://github.com/ziman/osmstitch
- Owner: ziman
- Created: 2018-09-02T10:02:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:49:22.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:15:01.246Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osmstitch
Stitch raster maps from OSM tiles.
Please be careful with your data usage and don't overload the OSM tileservers.
See the OSM tile policies: https://operations.osmfoundation.org/policies/tiles/
## Synopsis
```
$ ./osmstitch.py --help
usage: osmstitch.py [-h] [-z ZOOM] [-s SIZE] [-c DIRNAME_CACHE] [-o FNAME_OUT]
lat lon
positional arguments:
lat latitude of the centre (deg)
lon longitude of the centre (deg)
optional arguments:
-h, --help show this help message and exit
-z ZOOM, --zoom ZOOM zoom [13]
-s SIZE, --size SIZE size of output image [2048x2048]
-c DIRNAME_CACHE, --cache DIRNAME_CACHE
cache directory [cache/]
-o FNAME_OUT output filename [map.png]
```
## License
MIT