Learn R Programming

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

rgdal (version 1.1-10)

Bindings for the Geospatial Data Abstraction Library

Description

Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL) (>= 1.6.3) 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 and Mac Intel OS X binaries (including GDAL, PROJ.4 and Expat) are provided on CRAN.

Copy Link

Version

Install

install.packages('rgdal')

Monthly Downloads

3,546

Version

1.1-10

License

GPL (>= 2)

Maintainer

Roger Bivand

Last Published

May 12th, 2016

Functions in rgdal (1.1-10)

GDALDriver-class

Class "GDALDriver": GDAL Driver Object
llgridlines

Plot long-lat grid over projected data
SGDF2PCT

Convert RGB three band to single band colour table
GDALReadOnlyDataset-methods

subset methods for "GDALReadOnlyDataset"
writeOGR

Write spatial vector data using OGR
readGDAL

Read/write between GDAL grid maps and Spatial objects
GDALRasterBand-class

Class "GDALRasterBand"
showWKT

Show Well-Known Text spatial reference system metadata
projInfo

List PROJ.4 tag information
nor2k

Norwegian peaks over 2000m
displayDataset

Display a GDAL dataset
readOGR

Read OGR vector maps into Spatial objects
RGB2PCT

Convert RGB three band to single band colour table
GDALReadOnlyDataset-class

Class "GDALReadOnlyDataset"
closeDataset-methods

closeDataset methods
GDALDataset-class

Class "GDALDataset"
GDALTransientDataset-class

Class "GDALTransientDataset"
GridsDatums

Grids and Datums PE&RS listing
spTransform-methods

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

Projection of coordinate matrices
SpatialGDAL-class

Class "SpatialGDAL"
GDALMajorObject-class

Class "GDALMajorObject"
CRS-class

Class "CRS" of coordinate reference system arguments
make_EPSG

Make a data frame of EPSG projection codes
GDALcall

Wrapper functions to allow more direct calling of rgdal C code