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
/
NAMESPACE
71 lines (70 loc) · 1.58 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(code,Collection)
S3method(code,Dimensionality)
S3method(dim,apply)
S3method(format,Dimensionality)
export()
export(Argument)
export(Band)
export(Collection)
export(ExecutableProcess)
export(Job)
export(Logger)
export(MapServerConfig)
export(MapServerLayer)
export(MapServerMap)
export(MapServerWeb)
export(OpenEOServer)
export(Process)
export(Product)
export(R2Generic)
export(ServerConfig)
export(Service)
export(UdfTransaction)
export(User)
export(code)
export(createServerInstance)
export(create_dimensionality)
export(create_dimensionality_modifier)
export(exists.Service)
export(exists.Udf)
export(exists.User)
export(getCollectionFromImageryStatement)
export(importCollection)
export(is.MapServerConfig)
export(is.MapServerLayer)
export(is.MapServerMap)
export(is.MapServerWeb)
export(is.Process)
export(is.Product)
export(is.Service)
export(is.Udf)
export(is.User)
export(loadSentinel2Data)
export(read_legend)
export(serializer_proxy)
export(write_generics)
exportMethods(crs)
exportMethods(extent)
import(DBI)
import(dplyr)
import(magrittr)
import(plumber)
import(raster)
import(tibble)
importFrom(R6,R6Class)
importFrom(gdalUtils,gdalbuildvrt)
importFrom(jsonlite,base64_dec)
importFrom(jsonlite,base64_enc)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,validate)
importFrom(lubridate,as_datetime)
importFrom(plumber,plumb)
importFrom(rgdal,GDALinfo)
importFrom(sodium,bin2hex)
importFrom(sodium,data_decrypt)
importFrom(sodium,data_encrypt)
importFrom(sodium,hex2bin)
importFrom(sodium,sha256)