Johannes,

I do not believe you can refer to spatialreference.org coordinate
systems using the SR-ORG:<n> format.  I see things may work with:

gdalsrsinfo http://spatialreference.org/ref/sr-org/81/

If the HDF5 datasets have an affine transformation set already in the
geostationary projection you may find that this works:

gdalwarp -s_srs http://spatialreference.org/ref/sr-org/81/ -t_srs
<yourchoice> in.tif out.tif

to reproject or or even:

gdal_translate -a_srs  http://spatialreference.org/ref/sr-org/81/ in.tif out.tif

to just assign the coordinate system to the file.

If the source file doesn't have the affine transformation set properly
you will need to set that too with gdal_translate, using -a_ullr.

In cases like this it is helpful to provide an http/ftp pointer to a
single dataset demonstrating the issue if they are public.

Best regards,
Frank

On Mon, Feb 25, 2013 at 11:27 AM, Johannes Landmann <[email protected]> wrote:
>
> Dear GDAL-friends,
>
> I am quite new to GDAL and I've got a substantial question:
>
> For my bachelor thesis I work with EUMETSAT's NDVI data published in HDF5 
> format. These data are "produced" in the geostationary satellite projection 
> but do not contain geospatial reference in the HDF5 dataset.
>
> I have already tried out to assign the projection to the images with  
> "gdalwarp -s_srs SR-ORG:81" as well as "gdalwarp -t_srs SR-ORG:81" but with 
> no result.
>
> What am I doing wrong? Is there another (better) way to "reassign" the 
> projection?
>
> Thanks in advance,
>
> Johannes
> _______________________________________________
> gdal-dev mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/gdal-dev



--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Software Developer
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to