-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1015 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
Package: openeocraft
Title: R package to craft and serve openEO API applications
Version: 0.2.0
Authors@R:
c(person("Rolf", "Simoes", , "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("Brian", "Pondi", , "[email protected]",
role = c("aut"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("OpenGeoHub Foundation", , , "[email protected]",
role = c("cph")))
Description: |
Provides a comprehensive R framework for crafting and serving openEO API
applications. The openeocraft package facilitates the creation of RESTful
openEO web services through a friendly and extensible interface. The
package is based on Plumber and is designed for ease of use, scalability,
and flexibility.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5)
Imports:
plumber,
sits,
jsonlite,
base64enc