[gdal-dev] Creation of .aux.xml file

Ram prasad ramprasad85 at gmail.com
Mon Nov 22 07:32:42 EST 2010


I have developed a gdal driver for my format. I only have a CreateCopy
method not the Create method for the time being.
I have done
             poDS->SetDescription( poOpenInfo->pszFilename );
             poDS->TryLoadXML();
in the open function.
but i find that when i call gdal_translate the .aux.xml file does not created.
How do I ensure the creation of the aux file?
Thanks in advance


More information about the gdal-dev mailing list