Skip to content
Prev 7370 / 29559 Next

Is latest Rgdal support spatialite

On Tue, 12 Jan 2010, Noli Sicad wrote:

            
I'm afraid that your question is not precise. The rgdal package supports 
all the GDAL raster and OGR vector drivers supported in the DLL/shared 
object for GDAL on your system. This version is reported when the rgdal 
package is loaded. On systems other than Windows using the CRAN binary 
package, this may be chosen by the user - it has nothing to do with the 
rgdal package. The gdalDrivers() and ogrDrivers() functions report which 
drivers are supported in the installed GDAL/OGR DLL.

If you mean the rgdal Windows CRAN binary package, then the current 
version of GDAL is 1.6.3. Note that 1.7.0 has not been released, and is 
expected by the beginning of February - as your later posting reports. In 
any case, we depend on the goodwill of Uwe Ligges to make it possible to 
provide the binary package, which should have as few external dependencies 
as possible. The driver you ask about has external dependencies, so will 
not be considered for the CRAN Windows binary. See

file.show(system.file("README.windows", package="rgdal"))

for other build options, for example against the Windows FWTools 
distribution of GDAL. See also the SQLiteMap package for a feasible 
alternative not using GDAL/OGR drivers.

Hope this is sufficiently clear,

Roger