Learn R Programming

⚠️There's a newer version (1.6-7) of this package.Take me there.

rgdal (version 0.7-7)

Bindings for the Geospatial Data Abstraction Library

Description

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').

Copy Link

Version

Install

install.packages('rgdal')

Monthly Downloads

1,803

Version

0.7-7

License

GPL (>= 2)

Maintainer

Roger Bivand

Last Published

January 18th, 2012

Functions in rgdal (0.7-7)

readOGR

Read OGR vector maps into Spatial objects
closeDataset-methods

closeDataset methods
projInfo

List PROJ.4 tag information
GDALMajorObject-class

Class "GDALMajorObject"
showWKT

Show Well-Known Text spatial reference system metadata
llgridlines

Plot long-lat grid over projected data
GDALReadOnlyDataset-class

Class "GDALReadOnlyDataset"
make_EPSG

Make a data frame of EPSG projection codes
RGB2PCT

Convert RGB three band to single band colour table
SGDF2PCT

Convert RGB three band to single band colour table
readGDAL

Read/write between GDAL grid maps and Spatial objects
GDALReadOnlyDataset-methods

subset methods for "GDALReadOnlyDataset"
GDALDataset-class

Class "GDALDataset"
GDALDriver-class

Class "GDALDriver": GDAL Driver Object
project

Projection of coordinate matrices
GDALTransientDataset-class

Class "GDALTransientDataset"
displayDataset

Display a GDAL dataset
SpatialGDAL-class

Class "SpatialGDAL"
CRS-class

Class "CRS" of coordinate reference system arguments
writeOGR

Write spatial vector data using OGR
GDALRasterBand-class

Class "GDALRasterBand"
spTransform-methods

Methods for Function spTransform for map projection and datum transformation in package "rgdal"