Re: [gdal-dev] New +axis parameter in PROJ.4 trunk and gdalwarp

2011-06-07 Thread Flo Ledermann
On 06/07/2011 08:55 PM, Frank Warmerdam wrote: > Looking in gdal/ogr/ogr_srs_proj4.cpp which implements the translation > between PROJ.4 and WKT coordinate system formats for GDAL/OGR it seems > the only use of the +axis switch is special cases for Transverse Mercator > South Orientated. So when

Re: [gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-07 Thread Alex Mantaut
Antonio: Thanks for the swift answer. I've tried to apply the patch to gdal 1.8 but it fails on the 5º chunk (hdf5dataset.cpp from line 598) I looked at the code and it seems significantly diffrent (perhaps this class was modified since the patch was released a year ago?)

Re: [gdal-dev] New +axis parameter in PROJ.4 trunk and gdalwarp

2011-06-07 Thread Frank Warmerdam
On 11-06-07 03:44 PM, Flo Ledermann wrote: Hi all, PROJ.4 trunk supports a new parameter "+axis" for projection strings to define axis orientation. With this you can, for example, create an "upside-down" projection by specifying "+axis=wsu" in your projection string. (See http://trac.osgeo.org/p

[gdal-dev] New +axis parameter in PROJ.4 trunk and gdalwarp

2011-06-07 Thread Flo Ledermann
Hi all, PROJ.4 trunk supports a new parameter "+axis" for projection strings to define axis orientation. With this you can, for example, create an "upside-down" projection by specifying "+axis=wsu" in your projection string. (See http://trac.osgeo.org/proj/wiki/GenParms#Axisorientation ) I am try

Re: [gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-07 Thread Antonio Valentino
Hi Alex, Il 07/06/2011 20:13, Alex Mantaut ha scritto: > Hi: > > I'm trying to get georreference information from an HDF5 COSMO-SKYMED file. > > I used HDFView to see the file's metadata and found that in this type of > HDF5 files the georreference information is stored in the metadata > corresp

[gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-07 Thread Alex Mantaut
Hi: I'm trying to get georreference information from an HDF5 COSMO-SKYMED file. I used HDFView to see the file's metadata and found that in this type of HDF5 files the georreference information is stored in the metadata corresponding to the "root" of the file. The problem is that when i try to u

[gdal-dev] Re: Insert non-standard tag into geotiff header

2011-06-07 Thread Asger Sigurd Skovbo Petersen
> Thanks, > C# you mean?  Per your note I need to put in a arbitrary new TIFF tag.  I am > a .NET guy but I did dload python.  Just not sure how to go about doing the > insert. Hi, If it must be done in .NET, you could use LibTiff.Net [1] which is a .NET port of libtiff. I have successfully us