-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
executable file
·164 lines (163 loc) · 4.05 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
# Generated by roxygen2: do not edit by hand
export("dates<-")
export("get_order<-")
export("records<-")
export("region<-")
export(as.records)
export(dates)
export(get_api_name)
export(get_database)
export(get_dir)
export(get_download)
export(get_order)
export(get_preview)
export(new_record)
export(print_credentials)
export(product)
export(read_rtoi)
export(records)
export(region)
export(rename)
export(rsat_cloudMask)
export(rsat_derive)
export(rsat_download)
export(rsat_get_SpatRaster)
export(rsat_get_raster)
export(rsat_get_stars)
export(rsat_list_data)
export(rsat_mosaic)
export(rsat_preview)
export(rsat_products)
export(rsat_search)
export(rsat_smoothing_images)
export(sat_name)
export(set_credentials)
export(set_database)
export(show_variables)
export(test_function)
exportClasses(rtoi)
exportMethods("[")
exportMethods(as.data.frame)
exportMethods(c)
exportMethods(dates)
exportMethods(length)
exportMethods(names)
exportMethods(new_rtoi)
exportMethods(plot)
exportMethods(print)
exportMethods(show)
exportMethods(subset)
exportMethods(unique)
importFrom(Rdpack,reprompt)
importFrom(XML,isXMLString)
importFrom(XML,xmlToList)
importFrom(calendR,calendR)
importFrom(curl,curl)
importFrom(curl,curl_download)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setform)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(fields,Tps)
importFrom(fields,predictSE)
importFrom(grDevices,colors)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(leafem,addFeatures)
importFrom(leafem,addHomeButton)
importFrom(leafem,addRasterRGB)
importFrom(leafem,updateLayersControl)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,providerTileOptions)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,getSlots)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(parallel,mclapply)
importFrom(raster,"extent<-")
importFrom(raster,extent)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,readAll)
importFrom(raster,stack)
importFrom(rjson,fromJSON)
importFrom(rjson,toJSON)
importFrom(rvest,html_nodes)
importFrom(sf,"st_crs<-")
importFrom(sf,gdal_crs)
importFrom(sf,gdal_utils)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sp,"proj4string<-")
importFrom(sp,proj4string)
importFrom(stars,read_stars)
importFrom(stars,st_apply)
importFrom(stars,st_as_stars)
importFrom(stats,na.omit)
importFrom(terra,"NAflag<-")
importFrom(terra,"add<-")
importFrom(terra,"crs<-")
importFrom(terra,"ext<-")
importFrom(terra,"values<-")
importFrom(terra,aggregate)
importFrom(terra,app)
importFrom(terra,as.matrix)
importFrom(terra,clamp)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,interpolate)
importFrom(terra,minmax)
importFrom(terra,mosaic)
importFrom(terra,ncell)
importFrom(terra,nlyr)
importFrom(terra,predict)
importFrom(terra,project)
importFrom(terra,quantile)
importFrom(terra,rast)
importFrom(terra,stretch)
importFrom(terra,values)
importFrom(terra,writeRaster)
importFrom(terra,xyFromCell)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_compass)
importFrom(tmap,tm_facets)
importFrom(tmap,tm_fill)
importFrom(tmap,tm_graticules)
importFrom(tmap,tm_grid)
importFrom(tmap,tm_layout)
importFrom(tmap,tm_polygons)
importFrom(tmap,tm_raster)
importFrom(tmap,tm_rgb)
importFrom(tmap,tm_scale_bar)
importFrom(tmap,tm_shape)
importFrom(tmap,tmap_arrange)
importFrom(tools,md5sum)
importFrom(utils,URLencode)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(zip,zip_list)
importFrom(zip,zipr)
importFrom(zip,zipr_append)