WCS output formats?

Frank Warmerdam warmerdam at POBOX.COM
Tue Jan 9 15:01:40 EST 2007


edfialk wrote:
> Awesome, thanks again Norman.
> 
> Now, just out of curiosity.  Does anyone happen to know of any way to
> convert GeoTiff images? (Probably 32 bit) 
> 
> Hoping to convert to HDF, NetCDF, CSV, or even ASCII.

Ed,

You can use gdal_translate to convert Geotiffs to HDF, NetCDF and ASCII
but not CSV.  This assumes your GDAL has the optional HDF and NetCDF
support built in of course (as the FWTools binaries do).

eg.
  gdal_translate -of HDFImage in.tif out.hdf
  gdal_translate -of NetCDF in.tif out.nc
  gdal_translate -of AAIGRID in.tif out.grd

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 mapserver-users mailing list