[GIS] Mosaic the output of gdal2tiles

gdalgdal2tiles

I have a folder with a gdal2tiles output: 6 levels of zoom (and folders), with subfolders and .png tiles.

Is there a gdal tool to merge in a single geotiff file these .png tiles?

Best Answer

My solution requires a fair amount of work to get there, but this should work.

  1. Set up TileCache, GeoWebCache, or MapProxy to consume the tile cache and output a WMS service.

  2. You could then consume this WMS service with QGis or another desktop GIS that supports WMS.

  3. Create your printable map using the desktop GIS.