-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
48 lines (48 loc) · 995 Bytes
/
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
Package: openeocubes
Type: Package
Title: OpenEO Compliant R Backend
Version: 1.0.0
Authors@R:
person(given = "Brian",
family = "Pondi",
role = c("aut", "cre"),
email = "[email protected]")
Description: openeocubes operates as an openEo-compliant back-end interfacing gdalcubes as the main data cube.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
R6,
plumber,
dplyr,
base64enc,
jsonlite,
tibble,
rlang,
ids,
tools,
sf,
useful,
gdalcubes,
rstac
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'api_process_graphs.R'
'api_job.R'
'Parameter-class.R'
'Process-class.R'
'processes.R'
'ml-processes.R'
'math-processes.R'
'Router.R'
'api.R'
'Session-Class.R'
'Collection-class.R'
'ExecutableProcess-class.R'
'Job-class.R'
'ProcessGraph-class.R'
'SessionConfig-Class.R'
'error.R'
Depends:
R (>= 4.3.0)