Re: [gdal-dev] hdf5image metadata problems

2011-06-17 Thread Antonio Valentino
Hi Alex, Il 16/06/2011 17:27, Alex Mantaut ha scritto: > Then, to keep consistency, the fact that hdf5imagedataset isn't consistent > with the hdf5dataset is a defect, right? > May I summarize the conclusions and update the ticket? OK -- Antonio Valentino ___

Re: [gdal-dev] OsGeo4W gdal_merge.py

2011-06-17 Thread Frank Warmerdam
On 11-06-17 07:27 PM, Kurt Menke wrote: Hello, I have gdal installed via OSgeo4W including gdal-python. I am trying to run gdal_merge.py from the OSGeo4W Shell and get the following error: Traceback (most recent call last): File "C:\OSGeo4W\bin\gdal_merge.py", line 32, in import gdal File

[gdal-dev] OsGeo4W gdal_merge.py

2011-06-17 Thread Kurt Menke
Hello, I have gdal installed via OSgeo4W including gdal-python. I am trying to run gdal_merge.py from the OSGeo4W Shell and get the following error: Traceback (most recent call last): File "C:\OSGeo4W\bin\gdal_merge.py", line 32, in import gdal File "C:\OSGeo4W\apps\openev\pym

[gdal-dev] Re: Transposing image data using RasterIO

2011-06-17 Thread Paul Mallas
On 6/17/2011 5:41 PM, Frank Warmerdam wrote: On 11-06-17 03:23 PM, Paul Mallas wrote: Hello, I am trying to transpose image data (i.e., swap lines and columns) and am struggling to make it work properly. I think this should be possible through RasterIO, but so far no luck. Any suggestions? My

Re: [gdal-dev] Transposing image data using RasterIO

2011-06-17 Thread Frank Warmerdam
On 11-06-17 03:23 PM, Paul Mallas wrote: Hello, I am trying to transpose image data (i.e., swap lines and columns) and am struggling to make it work properly. I think this should be possible through RasterIO, but so far no luck. Any suggestions? My approach so far has been like this, with image

[gdal-dev] JAXAPalsar 1.0 & 1.1 extended metadata reading support

2011-06-17 Thread Rodolfo Bonnin
Hello all, I'm just working with some JAXAPalsar images, and I've discovered that there is no retrieval of the coordinate system metadata retrieval in the current driver, the driver documentation says georeferencing is only supported in level 1.5. Has anyone tried to implement the feature for this

[gdal-dev] Transposing image data using RasterIO

2011-06-17 Thread Paul Mallas
Hello, I am trying to transpose image data (i.e., swap lines and columns) and am struggling to make it work properly. I think this should be possible through RasterIO, but so far no luck. Any suggestions? My approach so far has been like this, with image nXsize by nYsize: void *pData = VSIM

Re: [gdal-dev] gdal_translate - ECW format and non-UTM projections

2011-06-17 Thread Armin Burger
On 08/06/2011 17:44, Frank Warmerdam wrote: Armin, GDAL skips with a file data/ecw_cs.wkt that lists many ECW projections and datums. Perhaps it will be helpful. There are definately problems translating coordinate system into the ECW dictionary. A ticket for a particular case *might* lead to s

Re: [gdal-dev] get GCP from noaa L1b

2011-06-17 Thread Ramiro Gonzalez
Hi, Function ProcessRecordHeaders in "formats/l1b/l1bdataset.cpp" subsamples the GCPs of the l1b image, but the points are unordered an not equidistant. I attached to TCK 2403 a patch that modifies this behaviour. I tested the image attached to the ticket and seems to work ok(no error produced).