forked from brazil-data-cube/rstac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
248 lines (247 loc) · 6.88 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
# Generated by roxygen2: do not edit by hand
S3method(after_response,collection_id)
S3method(after_response,collections)
S3method(after_response,conformance)
S3method(after_response,ext_filter)
S3method(after_response,ext_query)
S3method(after_response,item_id)
S3method(after_response,items)
S3method(after_response,queryables)
S3method(after_response,search)
S3method(after_response,stac)
S3method(as.character,cql2_filter)
S3method(as.character,cql2_spatial)
S3method(assets_download,default)
S3method(assets_download,doc_item)
S3method(assets_download,doc_items)
S3method(assets_rename,default)
S3method(assets_rename,doc_item)
S3method(assets_rename,doc_items)
S3method(assets_select,default)
S3method(assets_select,doc_item)
S3method(assets_select,doc_items)
S3method(assets_url,default)
S3method(assets_url,doc_item)
S3method(assets_url,doc_items)
S3method(before_request,collection_id)
S3method(before_request,collections)
S3method(before_request,conformance)
S3method(before_request,ext_filter)
S3method(before_request,ext_query)
S3method(before_request,item_id)
S3method(before_request,items)
S3method(before_request,queryables)
S3method(before_request,search)
S3method(before_request,stac)
S3method(get_spatial,GEOMETRYCOLLECTION)
S3method(get_spatial,character)
S3method(get_spatial,list)
S3method(get_spatial,sf)
S3method(get_spatial,sfc)
S3method(get_spatial,sfg)
S3method(has_assets,default)
S3method(has_assets,doc_item)
S3method(has_assets,doc_items)
S3method(items_as_sf,doc_item)
S3method(items_as_sf,doc_items)
S3method(items_as_sfc,doc_item)
S3method(items_as_sfc,doc_items)
S3method(items_as_tibble,doc_item)
S3method(items_as_tibble,doc_items)
S3method(items_assets,default)
S3method(items_assets,doc_item)
S3method(items_assets,doc_items)
S3method(items_bbox,doc_item)
S3method(items_bbox,doc_items)
S3method(items_compact,doc_items)
S3method(items_datetime,doc_item)
S3method(items_datetime,doc_items)
S3method(items_fetch,doc_items)
S3method(items_fields,doc_item)
S3method(items_fields,doc_items)
S3method(items_filter,doc_items)
S3method(items_intersects,doc_item)
S3method(items_intersects,doc_items)
S3method(items_length,doc_items)
S3method(items_matched,doc_items)
S3method(items_next,doc_items)
S3method(items_properties,doc_item)
S3method(items_properties,doc_items)
S3method(items_reap,default)
S3method(items_reap,doc_item)
S3method(items_reap,doc_items)
S3method(items_select,doc_items)
S3method(items_sign,default)
S3method(items_sign,doc_item)
S3method(items_sign,doc_items)
S3method(link_open,doc_link)
S3method(links,rstac_doc)
S3method(parse_params,ext_filter)
S3method(parse_params,ext_query)
S3method(parse_params,items)
S3method(parse_params,search)
S3method(print,cql2_filter)
S3method(print,doc_catalog)
S3method(print,doc_collection)
S3method(print,doc_collections)
S3method(print,doc_conformance)
S3method(print,doc_item)
S3method(print,doc_items)
S3method(print,doc_link)
S3method(print,doc_links)
S3method(print,doc_queryables)
S3method(print,rstac_query)
S3method(read_collections,catalog)
S3method(read_items,doc_collection)
S3method(stac_type,rstac_doc)
S3method(stac_version,doc_collections)
S3method(stac_version,doc_items)
S3method(stac_version,rstac_doc)
S3method(stac_version,rstac_query)
S3method(subclass,rstac_doc)
S3method(subclass,rstac_query)
S3method(text_not_op,cql2_between_op)
S3method(text_not_op,cql2_in_op)
S3method(text_not_op,cql2_isnull_op)
S3method(text_not_op,cql2_like_op)
S3method(text_not_op,default)
S3method(to_json,"NULL")
S3method(to_json,character)
S3method(to_json,cql2)
S3method(to_json,cql2_between_op)
S3method(to_json,cql2_comp_op)
S3method(to_json,cql2_date)
S3method(to_json,cql2_func)
S3method(to_json,cql2_in_op)
S3method(to_json,cql2_interval)
S3method(to_json,cql2_isnull_op)
S3method(to_json,cql2_like_op)
S3method(to_json,cql2_logic_op)
S3method(to_json,cql2_math_op)
S3method(to_json,cql2_minus_op)
S3method(to_json,cql2_not_op)
S3method(to_json,cql2_prop_ref)
S3method(to_json,cql2_spatial)
S3method(to_json,cql2_spatial_op)
S3method(to_json,cql2_temporal_op)
S3method(to_json,cql2_timestamp)
S3method(to_json,default)
S3method(to_json,integer)
S3method(to_json,list)
S3method(to_json,logical)
S3method(to_json,matrix)
S3method(to_json,numeric)
S3method(to_json,sf)
S3method(to_json,sfc)
S3method(to_json,sfg)
S3method(to_text,character)
S3method(to_text,cql2)
S3method(to_text,cql2_accenti_op)
S3method(to_text,cql2_array_op)
S3method(to_text,cql2_between_op)
S3method(to_text,cql2_casei_op)
S3method(to_text,cql2_comp_op)
S3method(to_text,cql2_date)
S3method(to_text,cql2_func)
S3method(to_text,cql2_in_op)
S3method(to_text,cql2_interval)
S3method(to_text,cql2_isnull_op)
S3method(to_text,cql2_like_op)
S3method(to_text,cql2_logic_op)
S3method(to_text,cql2_math_op)
S3method(to_text,cql2_minus_op)
S3method(to_text,cql2_not_op)
S3method(to_text,cql2_prop_ref)
S3method(to_text,cql2_spatial)
S3method(to_text,cql2_spatial_op)
S3method(to_text,cql2_temporal_op)
S3method(to_text,cql2_timestamp)
S3method(to_text,default)
S3method(to_text,integer)
S3method(to_text,list)
S3method(to_text,logical)
S3method(to_text,numeric)
S3method(to_text,sf)
S3method(to_text,sfc)
S3method(to_text,sfg)
export("%>%")
export(asset_eo_bands)
export(asset_key)
export(asset_raster_bands)
export(assets_download)
export(assets_rename)
export(assets_select)
export(assets_url)
export(collections)
export(conformance)
export(cql2_bbox_as_geojson)
export(cql2_date)
export(cql2_interval)
export(cql2_json)
export(cql2_text)
export(cql2_timestamp)
export(ext_filter)
export(ext_query)
export(get_request)
export(has_assets)
export(items)
export(items_as_sf)
export(items_as_sfc)
export(items_as_tibble)
export(items_assets)
export(items_bbox)
export(items_compact)
export(items_datetime)
export(items_fetch)
export(items_fields)
export(items_filter)
export(items_intersects)
export(items_length)
export(items_matched)
export(items_next)
export(items_properties)
export(items_reap)
export(items_select)
export(items_sign)
export(items_sign_bdc)
export(items_sign_planetary_computer)
export(link_open)
export(links)
export(post_request)
export(preview_plot)
export(queryables)
export(read_collections)
export(read_items)
export(read_stac)
export(sign_bdc)
export(sign_planetary_computer)
export(stac)
export(stac_search)
export(stac_type)
export(stac_version)
importFrom(crayon,bold)
importFrom(grid,grid.raster)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,write_disk)
importFrom(jpeg,readJPEG)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,read_json)
importFrom(magrittr,"%>%")
importFrom(png,readPNG)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersects)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(utils,URLdecode)
importFrom(utils,modifyList)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)