This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
87 lines (87 loc) · 2.12 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: openEO.R.Backend
Title: A back-end implementation for openEO with a local filesystem
Version: 0.3.1-3
Authors@R: c(person("Florian", "Lahn", email = "[email protected]", role = c("aut", "cre")),
person("Pramit","Ghosh",email = "[email protected]", role = c("aut","ctb")))
Description: The package contains a back-end solution in compliance with the openEO API. In this demonstration
the file backend solution is the local file system containing some raster data collections.
URL: https://github.com/Open-EO/openeo-r-backend
BugReports: https://github.com/Open-EO/openeo-r-backend/issues
Depends:
R (>= 3.3),
rgdal (>= 1.2-16),
gdalUtils (>= 2.0.1.7),
raster (>= 2.6-7),
sodium (>= 1.1),
plumber (>= 0.4.4),
DBI (>= 0.7),
RSQLite (>= 2.0),
future (>= 1.7.0),
httr (>= 1.3.1),
httpuv (>= 1.3.6.2),
tibble (>= 1.4.2),
dplyr (>= 0.7.5),
rgeos (>= 0.3-26),
magrittr (>= 1.5),
units (>= 0.5-1),
sf (>= 0.6-3),
lubridate (>= 1.7.4)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
License: Apache License 2.0
Imports:
plumber,
jsonlite,
R6,
raster,
rgdal,
rgeos,
gdalUtils,
sodium,
future,
httr,
tibble,
dplyr,
magrittr,
sf,
lubridate
Collate:
'Argument-class.R'
'Band-class.R'
'Collection-class.R'
'dimensionality.R'
'Process-class.R'
'ExecutableProcess-class.R'
'FilterableEndpoint.R'
'utils.R'
'Job-class.R'
'Logger-class.R'
'MapServerConfig-class.R'
'MapServerLayer-class.R'
'MapServerMap-class.R'
'MapServerWeb-class.R'
'ProcessGraph-class.R'
'Product-class.R'
'R2Generic-class.R'
'errors.R'
'api_process_graphs.R'
'api_credentials.R'
'api_processes.R'
'api_services.R'
'api_users.R'
'api_job.R'
'api_data.R'
'data.R'
'parameter_type_definitions.R'
'processes.R'
'api.R'
'Server-class.R'
'ServerConfig-class.R'
'Service-class.R'
'UdfRuntime-class.R'
'UdfTransaction-class.R'
'User-class.R'
'api_files.R'
'serializer_proxy.R'