Re: [gdal-dev] Adding datasets to VRT at runtime

2020-03-21 Thread Even Rouault
On vendredi 20 mars 2020 17:18:33 CET Mike wrote: > Currently I have a workflow which uses GDALBuildVRT (in C++) to create a > dataset with multiple geotiffs. I'm trying now to figure out if after this > VRT dataset was created, is there a way to add an additional dataset > without having to call G

[gdal-dev] Adding datasets to VRT at runtime

2020-03-20 Thread Mike
Currently I have a workflow which uses GDALBuildVRT (in C++) to create a dataset with multiple geotiffs. I'm trying now to figure out if after this VRT dataset was created, is there a way to add an additional dataset without having to call GDALBuildVRT again? The main use case for this is I'm that