Re: [gdal-dev] Programmatically writing VRT files

2009-07-30 Thread Even Rouault
Le Thursday 30 July 2009 16:35:35 Andrew Brooks, vous avez écrit : > Hello > > I'm trying to write a program to create a VRT file that represents > raw data held in separate files by following the example in > http://www.gdal.org/gdal_vrttut.html > > I put a SimpleSource or a VRTRasterBand piece of

Re: [gdal-dev] Programmatically writing VRT files

2009-07-30 Thread Frank Warmerdam
Andrew Brooks wrote: Hello I'm trying to write a program to create a VRT file that represents raw data held in separate files by following the example in http://www.gdal.org/gdal_vrttut.html I put a SimpleSource or a VRTRasterBand piece of XML into xml_string then, as per the example, I call

[gdal-dev] Programmatically writing VRT files

2009-07-30 Thread Andrew Brooks
Hello I'm trying to write a program to create a VRT file that represents raw data held in separate files by following the example in http://www.gdal.org/gdal_vrttut.html I put a SimpleSource or a VRTRasterBand piece of XML into xml_string then, as per the example, I call GDALRasterBand *poBand