Open sendreams opened 2 days ago
Without the -a
parameter, it takes 10 seconds, but after adding it, 30 minutes have passed and it's still not finished.
I suppose that your source data is somehow special. My test with a 12000x12000 RGB image took about 210 seconds to run with and without -a 0
. Without test data I cannot say what is special. Is it that the raster contains mostly zero pixels, or is the reason in the VRT that you use in between.
@jratike80 i have cliped a tiny data for testing. sended a email to: gdal-dev@lists.osgeo.org
@jratike80 do you received the testing data?
I do not see such mail on the list https://lists.osgeo.org/pipermail/gdal-dev/2024-November/date.html. Mailing list is not so good for attachents. If the test data is small you can attach it to this GitHub issue. Or put it into some download service and share a link. Or as a last option send private mail to me.
What is the bug?
During the use of gdal2tiles, I encountered a few issues:
the snapshot source image
after set nodata value
the vrt file info
Steps to reproduce the issue
just add -a 0 to gdal2tiles parameter.
Versions and provenance
gdalversion: 3.10.0
Additional context
No response