[FWTools] convert an NDF image file to GEOTIFF

Frank Warmerdam warmerdam at pobox.com
Wed May 23 13:14:18 EDT 2007


Kim M Rinehart wrote:
> 
> Using gdal_translate, what is the proper syntax to convert an NDF image 
> file to GEOTIFF?  Also, with NDF format, there is an image file for each 
> band.  Is there a way to convert all bands with one command or do you 
> have to convert each one separately?

Kim,

You would use a command something like:

   gdal_translate LE7134052000500350.H1 out.tif

Note you use the header file name for the NLAPS datasets.  It will treat
all the bands specified in that header file as a single multispectral
dataset, producing a multi band tiff file.

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 FWTools mailing list