gdal2tiles-leaflet icon indicating copy to clipboard operation
gdal2tiles-leaflet copied to clipboard

Generating base tiles getting stuck

Open usmanasif opened this issue 6 years ago • 7 comments

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 ?

usmanasif avatar Jun 29 '18 07:06 usmanasif

try using a jpg or png file.

commenthol avatar Jun 29 '18 09:06 commenthol

can you please guide me what effect it will make ? because result was empty @commenthol

usmanasif avatar Jun 29 '18 12:06 usmanasif

Please clone repo and run createtiles.sh in test folder.

commenthol avatar Jul 30 '18 17:07 commenthol

Please check this repository. https://github.com/dixitgoyal/gdal2tiles

dixitgoyal avatar Nov 28 '19 17:11 dixitgoyal

@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.

commenthol avatar Jan 11 '20 17:01 commenthol

@dixitgoyal what do you expect me to check in your repo?

commenthol avatar Jan 11 '20 17:01 commenthol

@commenthol I tried with PNG image it got stuck at Generating Base Tiles for many images.

muraliselvaraj avatar Jul 12 '22 14:07 muraliselvaraj