I'm using a gdalbuildvrt command to build a VRT file from TIFF files (using the -separate option). It's a very time-consuming process once I have thousand of images. I would like to add more dates into this VRT file.
Is it possible or do I need to run again considering all the files?
I found no option to make it.
The commands I used were:
> gdalbuildvrt index1.vrt *.tif -separate
> gdalbuildvrt index2.vrt new_image.tif -separate
> gdalbuildvrt final_index.vrt index1.vrt index2.vrt -separate
-separate? – user30184 Aug 25 '22 at 17:18-separateoption. – Julio Aug 25 '22 at 19:27