-
Notifications
You must be signed in to change notification settings - Fork 20
/
.zenodo.json
66 lines (66 loc) · 2.2 KB
/
.zenodo.json
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
{
"title": "R package qgisprocess: use QGIS processing algorithms",
"version": "0.4.1",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"description": "<p>R package <code>qgisprocess</code> provides seamless access to the <a href=\"https://qgis.org\">QGIS</a> processing toolbox using the standalone <code>qgis_process</code> command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from <code>sf</code>, <code>terra</code> and <code>stars</code> are supported. The native processing algorithms are documented <a href=\"https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/\">at QGIS.org</a>. URL: <a href=\"https://r-spatial.github.io/qgisprocess\">https://r-spatial.github.io/qgisprocess</a>. CRAN landing page: <a href=\"https://cran.r-project.org/package=qgisprocess\">https://CRAN.R-project.org/package=qgisprocess</a>.</p>",
"keywords": [
"R",
"package",
"QGIS"
],
"access_right": "open",
"language": "eng",
"creators": [
{
"name": "Dunnington, Dewey",
"affiliation": "Voltron Data",
"orcid": "0000-0002-9415-4582"
},
{
"name": "Vanderhaeghe, Floris",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-6378-6229"
},
{
"name": "Caha, Jan",
"orcid": "0000-0003-0165-0606"
},
{
"name": "Muenchow, Jannes",
"orcid": "0000-0001-7834-4717"
}
],
"contributors": [
{
"name": "Vanderhaeghe, Floris",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-6378-6229",
"type": "ContactPerson"
},
{
"name": "Barja, Antony",
"orcid": "0000-0001-5921-2858",
"type": "ProjectMember"
},
{
"name": "Lovelace, Robin",
"orcid": "0000-0001-5679-6536",
"type": "ProjectMember"
},
{
"name": "Nowosad, Jakub",
"orcid": "0000-0002-1057-3721",
"type": "ProjectMember"
},
{
"name": "Research Institute for Nature and Forest (INBO)",
"type": "RightsHolder"
}
],
"communities": [
{
"identifier": "inbo"
}
]
}