gdal2tilesp icon indicating copy to clipboard operation
gdal2tilesp copied to clipboard

Enhancements to tile cutter for parallelism and image format support

Results 2 gdal2tilesp issues
Sort by recently updated
recently updated
newest added

I'm processing a .vrt created from a .jp2 file. On Ubuntu it works, but on Centos 7 it throws the error: ``` Traceback (most recent call last): File "/home/centos/gdal2tilesp.py", line...

http://gis.stackexchange.com/questions/207166/how-to-add-alpha-chanel-to-mbtiles-in-gdal-translate/207368?noredirect=1#comment315138_207368 ``` I've edited some lines: * I changed tileSize from 512 to 256. * In worker_base_tiles i removed zoom_limits.put(gdal2tiles.tminz) and tmaxz, because in main at 2601 line queue became...