-
Notifications
You must be signed in to change notification settings - Fork 148
/
NAMESPACE
130 lines (129 loc) · 3.46 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
# Generated by roxygen2: do not edit by hand
S3method("+",EarthEngineMap)
S3method("|",EarthEngineMap)
S3method(ee_print,ee.feature.Feature)
S3method(ee_print,ee.featurecollection.FeatureCollection)
S3method(ee_print,ee.geometry.Geometry)
S3method(ee_print,ee.image.Image)
S3method(ee_print,ee.imagecollection.ImageCollection)
S3method(print,ee.computedobject.ComputedObject)
export("%>%")
export(Map)
export(R6Map)
export(ee)
export(ee_Authenticate)
export(ee_Initialize)
export(ee_as_rast)
export(ee_as_raster)
export(ee_as_sf)
export(ee_as_stars)
export(ee_as_thumbnail)
export(ee_check)
export(ee_check_credentials)
export(ee_check_gcloud)
export(ee_check_python)
export(ee_check_python_packages)
export(ee_check_task_status)
export(ee_clean_container)
export(ee_clean_pyenv)
export(ee_clean_user_credentials)
export(ee_drive_to_local)
export(ee_extract)
export(ee_gcs_to_local)
export(ee_get_assethome)
export(ee_get_date_ic)
export(ee_get_date_img)
export(ee_get_earthengine_path)
export(ee_help)
export(ee_image_info)
export(ee_image_to_asset)
export(ee_image_to_drive)
export(ee_image_to_gcs)
export(ee_imagecollection_to_local)
export(ee_install)
export(ee_install_set_pyenv)
export(ee_install_upgrade)
export(ee_manage_asset_access)
export(ee_manage_asset_size)
export(ee_manage_assetlist)
export(ee_manage_cancel_all_running_task)
export(ee_manage_copy)
export(ee_manage_create)
export(ee_manage_delete)
export(ee_manage_delete_properties)
export(ee_manage_move)
export(ee_manage_quota)
export(ee_manage_set_properties)
export(ee_manage_task)
export(ee_monitoring)
export(ee_print)
export(ee_table_to_asset)
export(ee_table_to_drive)
export(ee_table_to_gcs)
export(ee_user_info)
export(ee_users)
export(ee_utils_cog_metadata)
export(ee_utils_create_json)
export(ee_utils_create_manifest_image)
export(ee_utils_create_manifest_table)
export(ee_utils_dataset_display)
export(ee_utils_future_value)
export(ee_utils_get_crs)
export(ee_utils_py_to_r)
export(ee_utils_pyfunc)
export(ee_utils_sak_copy)
export(ee_utils_sak_validate)
export(ee_utils_shp_to_zip)
export(ee_version)
export(eedate_to_rdate)
export(gcs_to_ee_image)
export(gcs_to_ee_table)
export(local_to_gcs)
export(raster_as_ee)
export(rdate_to_eedate)
export(sf_as_ee)
export(stars_as_ee)
importFrom(R6,R6Class)
importFrom(cli,cat_line)
importFrom(cli,rule)
importFrom(cli,symbol)
importFrom(crayon,black)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(processx,run)
importFrom(reticulate,conda_create)
importFrom(reticulate,conda_remove)
importFrom(reticulate,import)
importFrom(reticulate,import_from_path)
importFrom(reticulate,install_miniconda)
importFrom(reticulate,py_available)
importFrom(reticulate,py_discover_config)
importFrom(reticulate,py_function_docs)
importFrom(reticulate,py_module_available)
importFrom(reticulate,py_to_r)
importFrom(reticulate,source_python)
importFrom(reticulate,virtualenv_create)
importFrom(reticulate,virtualenv_remove)
importFrom(stats,na.omit)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,help)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(utils,zip)