first one it finds (sid->aux.xml->aux).
Thanks...
-Original Message-
From: Frank Warmerdam [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 12:16 PM
To: Robert Beckwith
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] projection locating image incorrectly.
On 9
I downloaded idaho9798landsatencw.sid and its companion files from
http://www.idwr.idaho.gov/ftp/gisdata/Spatial/Datareq/
When using gdal this image is re-projected in the wrong location
(Africa)
Using ArcCatalog it ends up in the correct location.
Other MrSid files I have used work corr
Looking more in depth it looks like the xml parser is failing to parse
the projection information into the tree.
Ie. the
Is anyone else having this issue?
I have tried two different sets of data.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.o
I am using GDALPamDataset::GetProjectionRef() to fetch the definition
string for the dataset.
Then use that to importFromWkt with that definition and then CloneGeoCS
to set up a coordinate transformation I need to use.
This works fine for MrSID files that have a .aux file.
But, When I use th
I am currently using GDAL and MrSID DSDK for reading and georeferencing
raster files.
Currently it is using the .aux file for projection information and this
is working fine for .sid and .tiff files.
(I have tried using 1.5.0, 1.5.2 and the current dev branch)
Now it seems like starting with