[Gdal-dev] Failed to load NAD27-83 correction file

Frank Warmerdam warmerdam at pobox.com
Thu Feb 9 17:00:24 EST 2006


Craig Aumann wrote:
> Trying to re-project in gdalwarp.  What is required to get around this
> error?  
> 
> gdalwarp -s_srs EPSG:4267 -t_srs EPSG:4269 -te 373369 6127595 374393
> 6128619  -tr 1 1 -ts 1024 1024 -rb $TEMPDIR/$FILE.temp.tif
> $TEMPDIR/extract.tif
> ERROR 1: failed to load NAD27-83 correction file
> ERROR 1: GDALSuggestedWarpOutput() failed because the passed
> transformer failed.
> 
> I'm running Linux with:
> 
>> rpm -q gdal
> gdal-1.3.0-2
>> rpm -q proj
> proj-4.4.9-1.fc4

Craig,

You may need to take this up with whoever you got the rpms from, as they
may not have packaged the datum shift files.

One work around is to install PROJ.4 from scratch in /usr/local from the
source.  Make sure you download and "overlay" the proj-datumgrid-1.3.zip
over your proj tree before configuring and building.  Once installed you
should have PROJ.4 in /usr/local, and some data files in
/usr/local/share/proj.  If they aren't getting used by default, set
the PROJ_LIB environment variable to point to that directory.

   ftp://ftp.remotesensing.org/proj/proj-datumgrid-1.3.zip

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, 
warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent




More information about the Gdal-dev mailing list