Skip to content
Prev 2434 / 29559 Next

reading HDF5 files

On Tue, 14 Aug 2007, Paul Hiemstra wrote:

            
The metadata records the correct srs, but the file has the wrong one - it 
is staring you in the face, isn't it?

Try adding

-a_srs "+proj=stere +lat_0=90 +lon_0=0.0 +lat_ts=60.0 +a=6378.388 +b=6356.912 +x_0=0 +y_0=0"

(all in one line, no line breaks) to the gdal_translate call (untried).

Roger