-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(find_break)
export(get_and_parse)
export(wapor_collections)
export(wapor_extract)
export(wapor_indices)
export(wapor_metadata)
export(wapor_nbwp)
export(wapor_products)
export(wapor_queryRaster)
export(wapor_signin)
importFrom(dplyr,as_tibble)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,status_code)
importFrom(httr,write_disk)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(stats,quantile)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(terra,app)
importFrom(terra,classify)
importFrom(terra,extract)
importFrom(terra,mean)
importFrom(terra,median)
importFrom(terra,modal)
importFrom(terra,nlyr)
importFrom(terra,rapp)
importFrom(terra,rast)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(tidyr,pivot_longer)
importFrom(trend,sens.slope)
importFrom(zoo,rollapply)