Skip to content
Prev 10333 / 29559 Next

Suggestion: option overwrite=T for writeOGR()

On Mon, 13 Dec 2010, Agustin Lobo wrote:

            
rgdal package binaries from CRAN for Windows are built static against 
GDAL, so include GDAL but not as a shared object. For OSX on CRAN extras, 
I'm not sure whether the binary rgdal package is built static or not, but 
GDAL is included.

You are on Linux, so you provide GDAL yourself. If it declares on query 
(asking the shared object what version it is, which is what rgdal does on 
startup) that it is 1.8.0dev, then that is what it is. Be aware that 
downstream packagers may also mistake the version numbers, so asking the 
shared object is authoritative (unless the releasers of the original 
source enter the wrong string, as with the current PROJ.4, which declares 
that it is an as yet unreleased version, these things happen).

Either revert properly to GDAL 1.7.*, or wait for me to fix this for 
1.8.*, please. I'll post in this thread when I'm ready, and then you can 
check the rgdal source from R-Forge, OK?

Roger