[gdal-dev] aux.xml files

2009-01-20 Thread Chris Padwick
Howdy, I'm using gdal 1.5.2. Every time I call GDALRasterBand::GetHistogram() gdal generates a file with the same name as the image and the extension .aux.xml. This file appears to contain a band by band image histogram along with some other information. On subsequent calls, using the same i

[gdal-dev] Deleting files associated with GDALDataset

2008-12-03 Thread Chris Padwick
Hi, Does anybody know the right way to delete the files associated with a GDALDataset from disk? It looks like I can call GDALDataset->GetFileList() and get a char** with the list of files comprising the dataset. But I don't know how many files there are in the list so I'm not sure how to loo

[gdal-dev] gdal and WMS

2008-10-10 Thread Chris Padwick
Hi, Can anyone shoot me a quick example of using gdal to access a WMS server? Can you use one of the command line utilities to handle the xml description file, or do you have to do it programmatically? My gdal dist is compiled with xerces and libcurl. I'm trying to use the example file