Skip to content
Prev 20652 / 29559 Next

Proj4 natgrid coordinate transformation error

On Mon, 24 Mar 2014, Jonas Schmedtmann wrote:

            
The error message says: failed to load datum shift file, suggesting that 
it isn't where it should be.

You didn't report your output from sessionInfo(), not the messages printed 
when rgdal is loaded. The resolution is system-dependent, but at base the 
file must be where PROJ expects to find it. If your rgdal is the CRAN 
Windows oe OSX binary, the directory should be system.file("proj", package 
= "rgdal")[1]; if PROJ is provided externally, where the share/proj 
directory is (default /usr/local/share/proj for source installs).

Roger