-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
47 lines (47 loc) · 2.85 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: rgdal
Title: Bindings for the 'Geospatial' Data Abstraction Library
Version: 1.6-7
Date: 2023-05-31
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
NeedsCompilation: yes
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 during October 2023, plan transition to sf/stars/'terra' functions using 'GDAL' and 'PROJ' at your earliest convenience (see <https://r-spatial.org/r/2023/05/15/evolution4.html> and earlier blogs for guidance). 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'.
Authors@R: c(
person("Roger", "Bivand", role = c("cre", "aut"), email = "[email protected]", comment=c(ORCID="0000-0003-2392-6140")),
person("Tim", "Keitt", role = "aut"),
person("Barry", "Rowlingson", role = c("aut", "ctb")),
person("Edzer", "Pebesma", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Robert", "Hijmans", role = "ctb"),
person("Daniel", "Baston", role = "ctb"),
person("Even", "Rouault", role = c("cph", "ctb")),
person("Frank", "Warmerdam", role = c("cph", "ctb")),
person("Jeroen", "Ooms", role = "ctb"),
person("Colin", "Rundel", role = "ctb"))
License: GPL (>= 2)
URL: http://rgdal.r-forge.r-project.org, https://gdal.org,
https://proj.org, https://r-forge.r-project.org/projects/rgdal/
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"'.
VignetteBuilder: knitr
Packaged: 2023-05-31 10:08:43 UTC; rsb
Author: Roger Bivand [cre, aut] (<https://orcid.org/0000-0003-2392-6140>),
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 <[email protected]>
Repository: CRAN
Date/Publication: 2023-05-31 22:30:02 UTC