1Package: rgdal
2Title: Bindings for the 'Geospatial' Data Abstraction Library
3Version: 1.5-28
4Date: 2021-12-14
5Depends: R (>= 3.5.0), methods, sp (>= 1.1-0)
6Imports: grDevices, graphics, stats, utils
7LinkingTo: sp
8Suggests: knitr, DBI, RSQLite, maptools, mapview, rmarkdown, curl,
9        rgeos
10NeedsCompilation: yes
11Description: 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'.
12Authors@R: c(
13	person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")),
14	person("Tim", "Keitt", role = "aut"),
15	person("Barry", "Rowlingson", role = c("aut", "ctb")),
16	person("Edzer", "Pebesma", role = "ctb"),
17	person("Michael", "Sumner", role = "ctb"),
18	person("Robert", "Hijmans", role = "ctb"),
19        person("Daniel", "Baston", role = "ctb"),
20	person("Even", "Rouault", role = c("cph", "ctb")),
21	person("Frank", "Warmerdam", role = c("cph", "ctb")),
22	person("Jeroen", "Ooms", role = "ctb"),
23	person("Colin", "Rundel", role = "ctb"))
24License: GPL (>= 2)
25URL: http://rgdal.r-forge.r-project.org, https://gdal.org,
26        https://proj.org, https://r-forge.r-project.org/projects/rgdal/
27SystemRequirements: PROJ (>= 4.8.0, https://proj.org/download.html) and
28        GDAL (>= 1.11.4, https://gdal.org/download.html), with versions
29        either (A) PROJ < 6 and GDAL < 3 or (B) PROJ >= 6 and GDAL >=
30        3. For degraded PROJ >= 6 and GDAL < 3, use the configure
31        argument '--with-proj_api="proj_api.h"'.
32VignetteBuilder: knitr
33RoxygenNote: 6.1.1
34Packaged: 2021-12-14 14:11:37 UTC; rsb
35Author: Roger Bivand [cre, aut] (<https://orcid.org/0000-0003-2392-6140>),
36  Tim Keitt [aut],
37  Barry Rowlingson [aut, ctb],
38  Edzer Pebesma [ctb],
39  Michael Sumner [ctb],
40  Robert Hijmans [ctb],
41  Daniel Baston [ctb],
42  Even Rouault [cph, ctb],
43  Frank Warmerdam [cph, ctb],
44  Jeroen Ooms [ctb],
45  Colin Rundel [ctb]
46Maintainer: Roger Bivand <Roger.Bivand@nhh.no>
47Repository: CRAN
48Date/Publication: 2021-12-15 03:50:06 UTC
49