Learn R Programming

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

rgdal (version 1.3-9)

Bindings for the 'Geospatial' Data Abstraction Library

Description

Provides bindings to the 'Geospatial' Data Abstraction Library ('GDAL') (>= 1.11.4 and <= 2.5.0) 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.3-9

License

GPL (>= 2)

Maintainer

Roger Bivand

Last Published

February 21st, 2019

Functions in rgdal (1.3-9)

RGB2PCT

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

Class "GDALDriver": GDAL Driver Object
project

Projection of coordinate matrices
GDALDataset-class

Class "GDALDataset"
readGDAL

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

Class "GDALMajorObject"
nor2k

Norwegian peaks over 2000m
projInfo

List PROJ.4 tag information
GDALRasterBand-class

Class "GDALRasterBand"
SpatialGDAL-class

Class "SpatialGDAL"
SGDF2PCT

Convert RGB three band to single band colour table
llgridlines

Plot long-lat grid over projected data
showWKT

Show Well-Known Text spatial reference system metadata
readOGR

Read OGR vector maps into Spatial objects
make_EPSG

Make a data frame of EPSG projection codes
GDALReadOnlyDataset-class

Class "GDALReadOnlyDataset"
spTransform-methods

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

closeDataset methods
displayDataset

Display a GDAL dataset
GDALcall

Wrapper functions to allow more direct calling of rgdal C code
GDALReadOnlyDataset-methods

subset methods for "GDALReadOnlyDataset"
GDALTransientDataset-class

Class "GDALTransientDataset"
GridsDatums

Grids and Datums PE&RS listing
CRS-class

Class "CRS" of coordinate reference system arguments
writeOGR

Write spatial vector data using OGR