forked from csaybar/RQGIS3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
Type: Package
Package: RQGIS3
Title: Integrating R with QGIS3
Version: 1.0.1.9000
Date: 2018-08-14
Authors@R:
c(person(given = "Jannes",
family = "Muenchow",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7834-4717")),
person(given = "Patrick",
family = "Schratz",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0748-6624")))
Description: Establishes an interface between R and 'QGIS', i.e.
it allows the user to access 'QGIS' functionalities from the R
console. It achieves this by using the 'QGIS' Python API via the
command line. Hence, RQGIS extends R's statistical power by the
incredible vast geo-functionality of 'QGIS' (including also 'GDAL',
'SAGA'- and 'GRASS'-GIS among other third-party providers). This in
turn creates a powerful environment for advanced and innovative
(geo-)statistical geocomputing. 'QGIS' is licensed under GPL version 2
or greater and is available from <http://www.qgis.org/en/site/>.
License: GPL-3
URL: https://github.com/jannes-m/RQGIS3
BugReports: https://github.com/jannes-m/RQGIS3/issues
Depends:
R (>= 3.2.0),
reticulate (>= 1.2)
Imports:
raster,
RCurl,
readr,
rgdal,
sf (>= 0.4-2),
sp,
stringr,
tools,
XML
Suggests:
glue,
knitr,
rgrass7,
rmarkdown,
RSAGA,
testthat
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
SystemRequirements: Python (>= 3.4), QGIS (>= 3.5)