table of contents
other versions
cache2gtiff(1) | cache2gtiff(1) |
NAME¶
cache2gtiff - create geotiff from tile cache
SYNOPSIS¶
cache2gtiff
-a level lon1 lat1 lon2 lat2
-c path -i file|url -o file
DESCRIPTION¶
cache2gtiff is a helper utility for qlandkartegt(1) to convert an area from the tile cache to geotiff.
OPTIONS¶
- -a level lon1 lat1 lon2 lat2
- The level and the area to export. The level is an integer from 1..19. All lon/lat values are in degree. lon1, lat1 is the top left corner of the area. lon2, lat2 is the bottom right corner of the area.
- -c path
- The path to the tile cache.
- -i file|url
- The xml definition or an url of the server.
- -o file
- The target geotiff filename.
SEE ALSO¶
qlandkartegt(1)
25 May 2018 |