-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
79 lines (78 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(.calc_index)
export(.calc_smooth)
export(.check_collection)
export(.check_dates)
export(.check_times)
export(.download_assets)
export(.query_items)
export(.scl)
export(.update_ext)
export(check_indices)
export(compare_epochs)
export(download_aws)
export(extract_pixels)
export(extract_zonalstats)
export(index_cube)
export(scl_buffer)
export(smooth_cube)
export(trend_cube)
import(assertthat)
import(gdalcubes)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,left_join)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gdalcubes,apply_pixel)
importFrom(gdalcubes,create_image_collection)
importFrom(gdalcubes,cube_view)
importFrom(gdalcubes,extent)
importFrom(gdalcubes,extract_geom)
importFrom(gdalcubes,gdalcubes_options)
importFrom(gdalcubes,image_mask)
importFrom(gdalcubes,raster_cube)
importFrom(gdalcubes,reduce_time)
importFrom(gdalcubes,select_bands)
importFrom(gdalcubes,write_tif)
importFrom(link2GI,findGRASS)
importFrom(link2GI,linkGRASS7)
importFrom(magrittr,"%>%")
importFrom(rgrass7,execGRASS)
importFrom(rstac,"%>%")
importFrom(rstac,assets_download)
importFrom(rstac,collections)
importFrom(rstac,get_request)
importFrom(rstac,items_assets)
importFrom(rstac,post_request)
importFrom(rstac,stac)
importFrom(rstac,stac_search)
importFrom(rstac,stac_version)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(signal,sgolayfilt)
importFrom(snow,makeCluster)
importFrom(snow,stopCluster)
importFrom(stats,lm)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(terra,app)
importFrom(terra,extract)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,vect)
importFrom(tools,file_ext)
importFrom(trend,mk.test)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(zoo,na.approx)