rgdal: Bindings for the Geospatial Data Abstraction Library
Provides bindings to Frank Warmerdam's Geospatial Data
Abstraction Library (GDAL) (>= 1.3.1) and access to
projection/transformation operations from the PROJ.4 library.
The GDAL and PROJ.4 libraries are external to the package, and,
when installing the package from source, must be correctly
installed first. Both GDAL raster and OGR vector map data can
be imported into R, and GDAL raster data and OGR vector data
exported. Use is made of classes defined in the sp package.
Windows binaries (including GDAL, PROJ.4 and Expat) are
provided on CRAN. Mac Intel OS X binaries (including GDAL,
PROJ.4 and Expat) are not provided on CRAN, but can be
installed from the CRAN Extras repository with:
setRepositories(ind=1:2); install.packages('rgdal').
| Version: |
0.7-8 |
| Depends: |
R (≥ 2.10.0), methods, sp (≥ 0.9-60) |
| LinkingTo: |
sp |
| Published: |
2012-01-18 |
| Author: |
Timothy H. Keitt, Roger Bivand, Edzer Pebesma, Barry Rowlingson |
| Maintainer: |
Roger Bivand <Roger.Bivand at nhh.no> |
| License: |
GPL (≥ 2) |
| URL: |
http://www.gdal.org, https://r-forge.r-project.org/projects/rgdal/ |
| SystemRequirements: |
for building from source: GDAL >= 1.3.1 library
from http://trac.osgeo.org/gdal/wiki/DownloadSource and PROJ.4
(proj >= 4.4.9) from http://trac.osgeo.org/proj/; GDAL OSX
frameworks built by William Kyngesburye at
http://www.kyngchaos.com/ may be used for source installs on
OSX. |
| In views: |
Spatial |
| CRAN checks: |
rgdal results |
Downloads:
Reverse dependencies:
| Reverse depends: |
divagis, dmRTools, intamap, landsat, lgcp, M3, Metadata, mgraph, ModelMap, ndvits, nnDiag, plotGoogleMaps, r2dRue, rangeMapper, spcosa, sperich |
| Reverse imports: |
tripEstimation |
| Reverse suggests: |
DeducerSpatial, dismo, gstat, hydroTSM, pgirmess, raster, RGraphics, RSurvey, secr, soilDB, sp, spacetime, spgrass6, taRifx, trip, UScensus2000, UScensus2010 |
| Reverse enhances: |
BARD, RgoogleMaps |