Monday 11 February 2019

gdal - gdal2tiles generates small picture inside 256x256 tile



I've used gdal2tiles for generating tiles in number of different polar projections and always experienced the same problem — strange small picture inside normal 256x256 png with the rest of space transparent. I'm using -p raster option.


That's how one particular tile looks like http://grab.by/uNHw


And here is the whole map view.


how whole map with such tile looks like


Looking for suggestions. Gladly will switch to other utility/program that can generate tiles properly in non-mercator projections.


Source geotiff I use are arctic and antarctic maps:



Sample command I use: gdal2tiles.py -z 3 -p raster ibcso_background_hq.tif




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...