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
___
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
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
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
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
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
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
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
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).