Derrick Hoffman wrote:
Yes, you are correct on both.
That transform will work just fine.
The issue is the projection that comes out of the dataset.
The source wkt is retrieved from the raster using:
const char* projection = dataset->GetProjectionRef();
This itself returns "Local_CS[""]"
We
offman
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with old projection string
Derrick Hoffman wrote:
> pTransformArg is null.
> As a side note, even when opening the file in FWTools 2.3.0, the
> projection reported is just -> Local_CS[""]
Derrick,
I have t
Derrick Hoffman wrote:
pTransformArg is null.
As a side note, even when opening the file in FWTools 2.3.0, the
projection reported is just -> Local_CS[""]
Derrick,
I have tried the following command which essentially creates a coordinate
transformer for the source and destination coordinate s
-
From: Frank Warmerdam [mailto:warmer...@pobox.com]
Sent: Monday, May 04, 2009 11:58 AM
To: Derrick Hoffman
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with old projection string
Derrick Hoffman wrote:
> //Get GDAL reprojection transform
>
> void * pTransformArg = GDALCreateR
Derrick Hoffman wrote:
//Get GDAL reprojection transform
void * pTransformArg = GDALCreateReprojectionTransformer(sourceArray,
destArray);
Derrick
Does the above function return a non-NULL result? Does the
GDALReprojectionTransform() function seem to be doing the right
thing (ie. success is