Learn R Programming

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

rgdal (version 1.5-28)

Bindings for the 'Geospatial' Data Abstraction Library

Description

Provides bindings to the 'Geospatial' Data Abstraction Library ('GDAL') (>= 1.11.4) and access to projection/transformation operations from the 'PROJ' library. Please note that 'rgdal' will be retired by the end of 2023, plan transition to sf/stars/'terra' functions using 'GDAL' and 'PROJ' at your earliest convenience. Use is made of classes defined in the 'sp' package. Raster and vector map data can be imported into R, and raster and vector 'sp' objects exported. The 'GDAL' and 'PROJ' libraries are external to the package, and, when installing the package from source, must be correctly installed first; it is important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal' 1.5-8, installed with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4, coordinate reference systems use 'WKT2_2019' strings, not 'PROJ' strings. 'Windows' and 'macOS' binaries (including 'GDAL', 'PROJ' and their dependencies) are provided on 'CRAN'.

Copy Link

Version

Install

install.packages('rgdal')

Monthly Downloads

11,184

Version

1.5-28

License

GPL (>= 2)

Maintainer

Roger Bivand

Last Published

December 15th, 2021

Functions in rgdal (1.5-28)

GridsDatums

Grids and Datums PE&RS listing
GDALRasterBand-class

Class "GDALRasterBand"
GDALDriver-class

Class "GDALDriver": GDAL Driver Object
RGB2PCT

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

Class "GDALReadOnlyDataset"
GDALReadOnlyDataset-methods

subset methods for "GDALReadOnlyDataset"
GDALDataset-class

Class "GDALDataset"
CRS-class

Class "CRS" of coordinate reference system arguments
GDALMajorObject-class

Class "GDALMajorObject"
SGDF2PCT

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

Class "GDALTransientDataset"
nor2k

Norwegian peaks over 2000m
closeDataset-methods

closeDataset methods
displayDataset

Display a GDAL dataset
list_coordOps

List PROJ 6 coordinate operations
is_proj_CDN_enabled

PROJ search paths and content download network handling
SpatialGDAL-class

Class "SpatialGDAL"
spTransform-methods

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

Wrapper functions to allow more direct calling of rgdal C code
projInfo

List PROJ.4 tag information
llgridlines

Plot long-lat grid over projected data
make_EPSG

Make a data frame of EPSG projection codes
project

Projection of coordinate matrices
readGDAL

Read/write between GDAL grid maps and Spatial objects
showWKT

Show Well-Known Text spatial reference system metadata
readOGR

Read OGR vector maps into Spatial objects
writeOGR

Write spatial vector data using OGR