-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
85 lines (84 loc) · 2.68 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
# Generated by roxygen2: do not edit by hand
S3method(add_date_to_bandname,ee.image.Image)
S3method(add_date_to_bandname,ee.imagecollection.ImageCollection)
S3method(as_ee,tidyee)
S3method(clip,ee.image.Image)
S3method(clip,ee.imagecollection.ImageCollection)
S3method(clip,tidyee)
S3method(ee_composite,tidyee)
S3method(ee_extract_tidy,ee.image.Image)
S3method(ee_extract_tidy,ee.imagecollection.ImageCollection)
S3method(ee_extract_tidy,tidyee)
S3method(ee_month_composite,ee.imagecollection.ImageCollection)
S3method(ee_month_composite,tidyee)
S3method(ee_month_filter,ee.imagecollection.ImageCollection)
S3method(ee_year_composite,ee.imagecollection.ImageCollection)
S3method(ee_year_composite,tidyee)
S3method(ee_year_filter,ee.imagecollection.ImageCollection)
S3method(ee_year_month_composite,ee.imagecollection.ImageCollection)
S3method(ee_year_month_composite,tidyee)
S3method(ee_year_month_filter,ee.imagecollection.ImageCollection)
S3method(filter,ee.imagecollection.ImageCollection)
S3method(filter,tidyee)
S3method(filter_bounds,ee.imagecollection.ImageCollection)
S3method(filter_bounds,tidyee)
S3method(group_by,ee.imagecollection.ImageCollection)
S3method(group_by,tidyee)
S3method(group_split,ee.imagecollection.ImageCollection)
S3method(group_split,tidyee)
S3method(inner_join,ee.imagecollection.ImageCollection)
S3method(inner_join,tidyee)
S3method(mutate,ee.imagecollection.ImageCollection)
S3method(mutate,tidyee)
S3method(print,tidyee)
S3method(rename_stdDev_bands,ee.image.Image)
S3method(rename_stdDev_bands,ee.imagecollection.ImageCollection)
S3method(select,tidyee)
S3method(set_idx,ee.imagecollection.ImageCollection)
S3method(set_idx,tidyee)
S3method(slice,tidyee)
S3method(str,ee.image.Image)
S3method(str,ee.imagecollection.ImageCollection)
S3method(summarise,ee.imagecollection.ImageCollection)
S3method(summarise,tidyee)
S3method(ungroup,tidyee)
export()
export(add_date_to_bandname)
export(as_ee)
export(as_tidyee)
export(bind_ics)
export(clip)
export(create_tidyee)
export(ee_composite)
export(ee_extract_tidy)
export(ee_month_composite)
export(ee_month_filter)
export(ee_year_composite)
export(ee_year_filter)
export(ee_year_month_composite)
export(ee_year_month_filter)
export(filter)
export(filter_bounds)
export(group_by)
export(group_split)
export(inner_join)
export(mutate)
export(select)
export(set_idx)
export(slice)
export(summarise)
export(ungroup)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(rgee,ee)
importFrom(rgee,ee_extract)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(utils,str)