-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
129 lines (128 loc) · 3.46 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated by roxygen2: do not edit by hand
export(add_config_utils)
export(check_packages)
export(closeWorkflow)
export(create_geoflow_data_from_dbi)
export(debugWorkflow)
export(describeOGCRelation)
export(enrich_text_from_entity)
export(executeWorkflow)
export(executeWorkflowJob)
export(extract_cell_components)
export(extract_kvp)
export(extract_kvps)
export(filter_sf_by_cqlfilter)
export(geoflowLogger)
export(geoflow_action)
export(geoflow_contact)
export(geoflow_data)
export(geoflow_data_accessor)
export(geoflow_date)
export(geoflow_dictionary)
export(geoflow_dimension)
export(geoflow_entity)
export(geoflow_featuremember)
export(geoflow_featuretype)
export(geoflow_format)
export(geoflow_handler)
export(geoflow_keyword)
export(geoflow_kvp)
export(geoflow_process)
export(geoflow_profile)
export(geoflow_provenance)
export(geoflow_register)
export(geoflow_relation)
export(geoflow_right)
export(geoflow_software)
export(geoflow_subject)
export(geoflow_validator)
export(geoflow_validator_cell)
export(geoflow_validator_contact_Identifier)
export(geoflow_validator_contacts)
export(geoflow_validator_entities)
export(geoflow_validator_entity_Creator)
export(geoflow_validator_entity_Data)
export(geoflow_validator_entity_Date)
export(geoflow_validator_entity_Description)
export(geoflow_validator_entity_Format)
export(geoflow_validator_entity_Identifier)
export(geoflow_validator_entity_Language)
export(geoflow_validator_entity_Provenance)
export(geoflow_validator_entity_Relation)
export(geoflow_validator_entity_Rights)
export(geoflow_validator_entity_SpatialCoverage)
export(geoflow_validator_entity_Subject)
export(geoflow_validator_entity_TemporalCoverage)
export(geoflow_validator_entity_Title)
export(geoflow_validator_entity_Type)
export(getDBTableColumnComment)
export(getDBTableComment)
export(get_config_resource_path)
export(get_epsg_code)
export(get_line_separator)
export(get_locales_from)
export(get_union_bbox)
export(initWorkflow)
export(initWorkflowJob)
export(is_absolute_path)
export(list_action_options)
export(list_actions)
export(list_contact_handler_options)
export(list_contact_handlers)
export(list_data_accessors)
export(list_dictionary_handler_options)
export(list_dictionary_handlers)
export(list_entity_handler_options)
export(list_entity_handlers)
export(list_registers)
export(list_software)
export(list_software_parameters)
export(list_software_properties)
export(loadMetadataHandler)
export(load_workflow_environment)
export(posix_to_str)
export(register_actions)
export(register_contact_handlers)
export(register_data_accessors)
export(register_dictionary_handlers)
export(register_entity_handlers)
export(register_registers)
export(register_software)
export(sanitize_date)
export(sanitize_str)
export(set_line_separator)
export(str_to_posix)
export(unload_workflow_environment)
export(writeWorkflowJobDataResource)
import(R6)
import(XML)
import(dotenv)
import(geometa)
import(geonapi)
import(geosapi)
import(httr)
import(jsonlite)
import(methods)
import(mime)
import(ows4R)
import(plyr)
import(readr)
import(sf)
import(uuid)
import(xml2)
importFrom(R6,R6Class)
importFrom(curl,curl_fetch_memory)
importFrom(png,readPNG)
importFrom(terra,rast)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(whisker,whisker.render)
importFrom(zip,zipr)