Re: [gdal-dev] Stacks versus mosaics with GTI Driver

2024-11-26 Thread Even Rouault via gdal-dev
Hi, The GTI driver indeed doesn't support -separate type of datasets. It would mean it would have to ingest the whole "index" at opening, so apart from a reduction in size of the index compared to VRT, you'd likely have little benefits. If you have really a lot of bands (like 100k or more), G

[gdal-dev] Stacks versus mosaics with GTI Driver

2024-11-26 Thread Scott Henderson via gdal-dev
Hello all, I have a question on scope of the GTI driver, which I think provides a really nice capability for a lightweight single file raster catalog! One very common pattern I use and often see others using is `gdalbuildvrt -separate stack.vrt *.tif` for approximately-coincident satellite im