-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
45 lines (45 loc) · 1.31 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
Package: rpostgis
Version: 1.6.0
Date: 2024-12-05
Title: R Interface to a 'PostGIS' Database
Description: Provides an interface between R and 'PostGIS'-enabled
'PostgreSQL' databases to transparently transfer spatial
data. Both vector (points, lines, polygons) and raster data are
supported in read and write modes. Also provides convenience
functions to execute common procedures in 'PostgreSQL/PostGIS'.
Authors@R: c(
person("Adrian", "Cidre Gonzalez",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3310-3052")),
person("Mathieu", "Basille", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-9366-7127")),
person("David", "Bucklin",
email = "[email protected]",
role = c("aut")))
SystemRequirements:
'PostgreSQL' with 'PostGIS' extension
Depends:
R (>= 3.3.0),
RPostgreSQL,
DBI (>= 0.5)
Imports:
methods,
sf,
stats,
terra (>= 1.6.7),
cli,
lifecycle
Suggests:
RPostgres,
testthat (>= 3.0.0),
sp,
raster
License: GPL (>= 3)
URL: https://cidree.github.io/rpostgis/, https://github.com/Cidree/rpostgis
BugReports: https://github.com/Cidree/rpostgis/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)