-
Notifications
You must be signed in to change notification settings - Fork 65
/
NAMESPACE
197 lines (196 loc) · 5 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
# Generated by roxygen2: do not edit by hand
export(calc_cloudcov)
export(check_availability)
export(getLandsat_data)
export(getLandsat_names)
export(getLandsat_preview)
export(getLandsat_products)
export(getLandsat_query)
export(getLandsat_records)
export(getMODIS_data)
export(getMODIS_names)
export(getMODIS_preview)
export(getMODIS_products)
export(getMODIS_query)
export(getMODIS_records)
export(getSRTM_products)
export(getSRTM_records)
export(getSentinel_data)
export(getSentinel_names)
export(getSentinel_preview)
export(getSentinel_products)
export(getSentinel_query)
export(getSentinel_records)
export(getSentinel_restore)
export(get_aoi)
export(get_archive)
export(get_cloudcov_supported)
export(get_data)
export(get_previews)
export(get_products)
export(get_records)
export(get_records_drivers)
export(get_select_supported)
export(is.landsat)
export(is.landsat5)
export(is.landsat7)
export(is.landsat8)
export(is.landsatMSS)
export(is.modis)
export(is.modis_aqua)
export(is.modis_terra)
export(is.sentinel)
export(is.sentinel1)
export(is.sentinel1_iw_grdh)
export(is.sentinel1_iw_ocn)
export(is.sentinel1_iw_raw)
export(is.sentinel1_iw_slc)
export(is.sentinel1_level0)
export(is.sentinel1_level1)
export(is.sentinel1_level2)
export(is.sentinel2)
export(is.sentinel2_L1C)
export(is.sentinel2_L2A)
export(is.sentinel2_S2A)
export(is.sentinel2_S2B)
export(is.sentinel3)
export(is.sentinel3_S3A)
export(is.sentinel3_S3B)
export(is.sentinel3_S3C)
export(is.sentinel3_S3D)
export(is.sentinel3_olci)
export(is.sentinel3_slstr)
export(is.sentinel3_sral)
export(is.sentinel3_synergy)
export(is.sentinel5)
export(is.sentinel5p)
export(login_CopHub)
export(login_USGS)
export(login_codede)
export(login_earthdata)
export(order_data)
export(plot_previews)
export(plot_records)
export(read_previews)
export(read_records)
export(select_bitemporal)
export(select_timeseries)
export(select_unitemporal)
export(services)
export(services_avail)
export(set_aoi)
export(set_archive)
export(view_aoi)
export(view_previews)
export(view_records)
export(write_records)
importFrom(RStoolbox,ggR)
importFrom(RStoolbox,ggRGB)
importFrom(cli,cat_bullet)
importFrom(cli,get_spinner)
importFrom(getPass,getPass)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_colour_identity)
importFrom(ggplot2,scale_fill_identity)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,hcl.colors)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,message_for_status)
importFrom(httr,progress)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(httr,warn_for_status)
importFrom(httr,write_disk)
importFrom(lwgeom,st_geod_azimuth)
importFrom(mapedit,drawFeatures)
importFrom(mapview,mapview)
importFrom(mapview,viewRGB)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,slot)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(pbapply,pbsapply)
importFrom(raster,"crs<-")
importFrom(raster,"extent<-")
importFrom(raster,"values<-")
importFrom(raster,aggregate)
importFrom(raster,as.matrix)
importFrom(raster,cellStats)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,dataType)
importFrom(raster,extent)
importFrom(raster,getValues)
importFrom(raster,intersect)
importFrom(raster,mask)
importFrom(raster,maxValue)
importFrom(raster,minValue)
importFrom(raster,nlayers)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterOptions)
importFrom(raster,res)
importFrom(raster,stack)
importFrom(raster,tmpDir)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(raster,xyFromCell)
importFrom(sf,"st_crs<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,as_Spatial)
importFrom(sf,gdal_utils)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drivers)
importFrom(sf,st_intersection)
importFrom(sf,st_multipolygon)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(tools,md5sum)
importFrom(utils,file_test)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,as_list)
importFrom(xml2,as_xml_document)
importFrom(xml2,xml_children)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_text)