[gdal-dev] gdal2tiles error with exclude and vsigs

2025-01-29 Thread Martin Ewart via gdal-dev
Hi, I'm just reporting an error with gdal2tiles when running with the --exclude argument and with the output directory being set to a google bucket using /vsigs/. It appears that the absence of a blank tile causes the upload to fail. The command works fine without --exclude. Full error below the m

Re: [gdal-dev] gdal2tiles error

2017-08-23 Thread Grégory Bataille
Hello, In your stack trace I gather you are using GDAL 1? If that's the case, you should use the latest gdal 2.2). I'm quite sure the issue is fixed there On a mac, look for the osgeo4mac brew tap and install the gdal2 package. I think it's up-to-date. Otherwise you should retrieve gdal2tiles.py

[gdal-dev] gdal2tiles error

2017-08-23 Thread MUTLU OZDOGAN
Dear developers, I have an 8-bit geotiff image that contains land cover classification results. The dimensions of the image is 1000 x 1000 pixels. I am trying to generate tiles with 21 zoom levels using the gdal2tiles.py script so that we can display the results on a website. In the first st