gdal2tiles-leaflet
gdal2tiles-leaflet copied to clipboard
Generating base tiles getting stuck
I am trying to convert different .tiff files using this command python /tmp/gdal2tiles-multiprocess.py blueprint.tif tiles -z 16-22 --processes=4
and having this issue, In every 10 files any random 3-4 files getting stuck at "Generating base tiles" and takes too long to process sometimes 24-48 hours. any ideas ?
try using a jpg or png file.
can you please guide me what effect it will make ? because result was empty @commenthol
Please clone repo and run createtiles.sh in test folder.
Please check this repository. https://github.com/dixitgoyal/gdal2tiles
@usmanasif TIF image format has a lot of different flavors. Maybe not all of them are supported by the version of gdal2tiles. PNG and JPG are image formats which have been proven to work with the software.
@dixitgoyal what do you expect me to check in your repo?
@commenthol I tried with PNG image it got stuck at Generating Base Tiles for many images.