-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
92 lines (91 loc) · 2.56 KB
/
NAMESPACE
File metadata and controls
92 lines (91 loc) · 2.56 KB
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
# Generated by roxygen2: do not edit by hand
export(check_available_urban)
export(check_urban_boundary)
export(compute_exposure)
export(compute_morphology)
export(get_band_index_by_time)
export(get_esa_wc)
export(get_gsdc)
export(get_s2a_ndvi)
export(get_tile_green)
export(ndvi_to_sem)
export(sample_values)
export(to_gif)
importFrom(aws.s3,get_bucket)
importFrom(aws.s3,save_object)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(dplyr,"%>%")
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(furrr,future_map)
importFrom(future,availableCores)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(landscapemetrics,lsm_p_area)
importFrom(landscapemetrics,lsm_p_cai)
importFrom(landscapemetrics,lsm_p_circle)
importFrom(landscapemetrics,lsm_p_contig)
importFrom(landscapemetrics,lsm_p_core)
importFrom(landscapemetrics,lsm_p_enn)
importFrom(landscapemetrics,lsm_p_frac)
importFrom(landscapemetrics,lsm_p_gyrate)
importFrom(landscapemetrics,lsm_p_ncore)
importFrom(landscapemetrics,lsm_p_para)
importFrom(landscapemetrics,lsm_p_perim)
importFrom(landscapemetrics,lsm_p_shape)
importFrom(landscapemetrics,sample_lsm)
importFrom(magick,image_animate)
importFrom(magick,image_read)
importFrom(maptiles,create_provider)
importFrom(maptiles,get_tiles)
importFrom(nominatimlite,geo_lite_sf)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rstac,ext_filter)
importFrom(rstac,post_request)
importFrom(rstac,stac)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stringr,str_pad)
importFrom(terra,as.array)
importFrom(terra,as.polygons)
importFrom(terra,cellSize)
importFrom(terra,classify)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,expanse)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,focal)
importFrom(terra,focalMat)
importFrom(terra,hist)
importFrom(terra,ifel)
importFrom(terra,map.pal)
importFrom(terra,mask)
importFrom(terra,merge)
importFrom(terra,names)
importFrom(terra,nlyr)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(terra,rev)
importFrom(terra,set.names)
importFrom(terra,vect)
importFrom(tidyr,pivot_wider)
importFrom(utils,download.file)