-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
67 lines (67 loc) · 2.36 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
57
58
59
60
61
62
63
64
65
66
67
Package: qgisprocess
Title: Using QGIS Processing Algorithms from R
Version: 0.0.0.9000
Authors@R: c(
person("Dewey", "Dunnington", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
person("Floris", "Vanderhaeghe", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Jan", "Caha", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0165-0606")),
person("Jannes", "Muenchow", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7834-4717")),
person("Antony", "Barja", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5921-2858")),
person("Robin", "Lovelace", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5679-6536")),
person("Jakub", "Nowosad", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-1057-3721"))
)
Description: The R package qgisprocess provides seamless access to the
QGIS (<https://qgis.org/en/site/>) processing toolbox using the
standalone 'qgis_process' command-line utility. Both native and
third-party (plugin) processing providers are supported. Beside
referring data sources from file, also common R-objects like sf, terra
and stars objects are supported.
License: GPL (>= 3)
URL: https://r-spatial.github.io/qgisprocess/,
https://github.com/r-spatial/qgisprocess
BugReports: https://github.com/r-spatial/qgisprocess/issues
Imports:
assertthat,
glue,
jsonlite,
processx (>= 3.5.2),
rappdirs,
rlang,
stats,
stringr,
tibble,
vctrs,
withr
Suggests:
dplyr,
knitr,
mapview,
raster,
rmarkdown,
rprojroot,
sf,
spDataLarge,
stars,
stringi,
terra,
testthat,
tidyr
VignetteBuilder:
knitr
Additional_repositories: https://geocompr.r-universe.dev
Config/checklist/communities: inbo
Config/checklist/keywords: R; package; QGIS
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: QGIS latest or long-term release (>= 3.28). Older QGIS
releases are not officially supported, but may work since QGIS 3.16.