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'.
Version: | 1.5-32 |
Depends: | R (≥ 3.5.0), methods, sp (≥ 1.1-0) |
Imports: | grDevices, graphics, stats, utils |
LinkingTo: | sp |
Suggests: | knitr, DBI, RSQLite, maptools, mapview, rmarkdown, curl, rgeos |
Published: | 2022-05-09 |
Author: | Roger Bivand [cre, aut], Tim Keitt [aut], Barry Rowlingson [aut, ctb], Edzer Pebesma [ctb], Michael Sumner [ctb], Robert Hijmans [ctb], Daniel Baston [ctb], Even Rouault [cph, ctb], Frank Warmerdam [cph, ctb], Jeroen Ooms [ctb], Colin Rundel [ctb] |
Maintainer: | Roger Bivand <Roger.Bivand at nhh.no> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://rgdal.r-forge.r-project.org, https://gdal.org, https://proj.org, https://r-forge.r-project.org/projects/rgdal/ |
NeedsCompilation: | yes |
SystemRequirements: | PROJ (>= 4.8.0, https://proj.org/download.html) and GDAL (>= 1.11.4, https://gdal.org/download.html), with versions either (A) PROJ < 6 and GDAL < 3 or (B) PROJ >= 6 and GDAL >= 3. For degraded PROJ 6 or 7 and GDAL < 3, use the configure argument '--with-proj_api="proj_api.h"'. |
Materials: | NEWS ChangeLog |
In views: | Spatial |
CRAN checks: | rgdal results |
Reference manual: | rgdal.pdf |
Vignettes: |
CRS, projections and transformations Migration to PROJ6/GDAL3 OGR shapefile encoding |
Package source: | rgdal_1.5-32.tar.gz |
Windows binaries: | r-devel: rgdal_1.5-32.zip, r-release: rgdal_1.5-32.zip, r-oldrel: rgdal_1.5-32.zip |
macOS binaries: | r-release (arm64): rgdal_1.5-32.tgz, r-oldrel (arm64): rgdal_1.5-32.tgz, r-release (x86_64): rgdal_1.5-32.tgz, r-oldrel (x86_64): rgdal_1.5-32.tgz |
Old sources: | rgdal archive |
Please use the canonical form https://CRAN.R-project.org/package=rgdal to link to this page.