Re: [gdal-dev] Programmatic creation of VRT

2016-06-14 Thread Even Rouault
Le mardi 14 juin 2016 17:27:01, Julien Michel a écrit : > Dear all, > > Quick question about VRT programmatic creation. I have a list of files > corresponding to different tiles of an image and I am writing some code > to generate a mosaic VRT. For now I do it by directly writing XML to > iostream

[gdal-dev] Programmatic creation of VRT

2016-06-14 Thread Julien Michel
Dear all, Quick question about VRT programmatic creation. I have a list of files corresponding to different tiles of an image and I am writing some code to generate a mosaic VRT. For now I do it by directly writing XML to iostream but I saw that there is actually an API to do this in GDAL. Th