[Gdal-dev] ESRI AUX file support
Frank Warmerdam
warmerdam at pobox.com
Thu Jun 14 11:27:43 EDT 2007
Alex Smits wrote:
> I'm looking for a way to read and write ESRI/Erdas/Leica AUX files, and
> my initial queries have come up with nothing. Does GDAL support this
> functionality?
Alex,
As Ivan mentioned, you can build the hfatest utility in gdal/frmts/hfa and
it is capable of dumping a variety of details about an .aux file. On
windows you would do:
cd gdal\frmts\hfa
nmake /f makefile.vc hfatest.exe
hfatest.exe -dt abc.aux
It will dump a "tree view" of the internal nodes.
You can also just run gdalinfo against a .aux file and find out some
information.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | President OSGeo, http://osgeo.org
More information about the Gdal-dev
mailing list