-
Notifications
You must be signed in to change notification settings - Fork 4
/
rgee_pkgdown.yml
executable file
·167 lines (149 loc) · 3.57 KB
/
rgee_pkgdown.yml
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
title: rgee
url: https://r-spatial.github.io/rgee/
template:
params:
bootswatch: flatly
navbar:
left:
- icon: fa-home
href: index.html
right:
- text: "Articles"
icon: fas fa-book
menu:
- text: Introduction
href: articles/rgee01.html
- text: Consideration
href: articles/rgee02.html
- text: Best Practices
href: articles/rgee03.html
- text: Shiny apps deployment
href: articles/rgee04.html
- text: rgee and GCS sync
href: articles/rgee05.html
- text: Integrate Rmarkdown and rgee
href: articles/rgee06.html
- text: rgee examples
href: https://r-earthengine.github.io/
- icon: fa fa-newspaper-o
text: "news"
href: news/index.html
- icon: fa fa-file-code-o
text: "functions"
href: reference/index.html
- icon: fa fa-github fa-lg
text: "github"
href: https://github.com/r-spatial/rgee/
reference:
- title: "Earth Engine module"
contents:
- ee
- rgee-package
- title: "Install"
contents:
- ee_install
- ee_install_set_pyenv
- ee_install_upgrade
- title: "Checking"
contents:
- ee_check
- ee_check_python
- ee_check_python_packages
- ee_check_credentials
- ee_check_gcloud
- ee_check_task_status
- title: "Clean"
contents:
- ee_clean_container
- ee_clean_pyenv
- ee_clean_user_credentials
- title: "Session management"
contents:
- ee_Initialize
- ee_Authenticate
- ee_version
- ee_user_info
- ee_users
- ee_get_assethome
- ee_get_earthengine_path
- title: "Date"
contents:
- eedate_to_rdate
- rdate_to_eedate
- ee_get_date_img
- ee_get_date_ic
- title: "Visualization"
contents:
- Map
- R6Map
- map-operator
- title: "Image download"
contents:
- ee_as_raster
- ee_as_rast
- ee_as_stars
- ee_as_thumbnail
- ee_image_to_asset
- ee_image_to_drive
- ee_image_to_gcs
- ee_image_info
- ee_imagecollection_to_local
- title: "Vector download"
contents:
- ee_as_sf
- ee_table_to_asset
- ee_table_to_drive
- ee_table_to_gcs
- title: "Generic download"
contents:
- ee_drive_to_local
- ee_gcs_to_local
- title: "Assets management"
contents:
- ee_manage_create
- ee_manage_delete
- ee_manage_assetlist
- ee_manage_quota
- ee_manage_copy
- ee_manage_move
- ee_manage_set_properties
- ee_manage_delete_properties
- ee_manage_asset_access
- ee_manage_task
- ee_manage_cancel_all_running_task
- ee_manage_asset_size
- title: "Upload raster"
contents:
- stars_as_ee
- raster_as_ee
- gcs_to_ee_image
- title: "Upload vector"
contents:
- gcs_to_ee_table
- sf_as_ee
- title: "Upload generic"
contents:
- local_to_gcs
- title: "Extract values"
contents:
- ee_extract
- title: "Helper functions"
contents:
- ee_help
- ee_print
- print.ee.computedobject.ComputedObject
- ee_monitoring
- title: "Utils"
contents:
- ee_utils_py_to_r
- ee_utils_pyfunc
- ee_utils_shp_to_zip
- ee_utils_create_json
- ee_utils_create_manifest_image
- ee_utils_create_manifest_table
- ee_utils_get_crs
- ee_utils_future_value
- ee_utils_dataset_display
- ee_utils_cog_metadata
- ee_utils_sak_copy
- ee_utils_sak_validate