forked from appelmar/gdalcubes_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
237 lines (226 loc) · 8.25 KB
/
_quarto.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
project:
type: website
output-dir: docs
pre-render: Rscript init_project_vars.R
bibliography: references.bib
website:
title: "gdalcubes {{< var GDALCUBES_VERSION >}}"
favicon: favicon.png
search:
location: navbar
type: overlay
reader-mode: true
page-navigation: true
navbar:
background: primary
logo: source/gdalcubes_logo_mini.png
search: true
left:
#- href: index.qmd
# text: "Home"
- text: "Get started"
href: source/getstarted.qmd
- text: "Overview"
href: source/introduction/why.qmd
- text: "Tutorials"
href: source/tutorials/index.qmd
#- sidebar:overview
#- sidebar:concepts
#- sidebar:tutorials
# - href: https://appelmar.github.io/gdalcubes
# text: C++ API Reference (Doxygen)
- text: "Reference"
href: "source/reference/index.qmd"
- text: "Help"
menu:
- text: Source code
icon: github
url: https://github.com/appelmar/gdalcubes_R
- text: Report an issue
icon: bug
url: https://github.com/appelmar/gdalcubes_R/issues
- text: FAQ
icon: question-circle
url: source/introduction/faq.qmd
#- href: https://appelmar.github.io/gdalcubes_R
# text: R package reference
# icon: box-arrow-up-right
- source/about.qmd
right:
- icon: github
href: https://github.com/appelmar/gdalcubes_R
page-footer:
center:
- text: "Generated on {{< var BUILD_DATE >}}, based on gdalcubes v{{< var GDALCUBES_VERSION >}}. All content © 2024 Marius Appel."
#href: about.qmd
sidebar:
#style: "floating"
#logo: "source/gdalcubes_logo_small.png"
#header: "![](source/gdalcubes_logo_small.png){fig-align='center'}"
- id: overview
title: "Overview"
style: "floating"
collapse-level: 2
contents:
- section: "Overview"
contents:
- source/introduction/why.qmd
- source/introduction/components.qmd
- source/introduction/installation.qmd
- source/introduction/faq.qmd
- source/introduction/license.qmd
- source/introduction/credits.qmd
- section: "Basic concepts"
contents:
- source/concepts/image_collections.qmd
- source/concepts/collection_formats.qmd
- source/concepts/datacubes.qmd
- source/concepts/operations.qmd
- source/concepts/execution.qmd
- source/concepts/udfs.qmd
#- source/concepts/streaming.qmd
#- source/concepts/distributed.qmd
- text: "Configuration options"
href: "source/concepts/config.qmd"
- id: tutorials
title: "Tutorials"
collapse-level: 1
contents:
- source/tutorials/index.qmd
- section: "Get started"
contents:
- href: "source/tutorials/vignettes/gc01_MODIS.Rmd"
text: "1. Quickstart: Creating data cubes from local MODIS imagery"
- href: "source/tutorials/Landsat8_getting_started/Landsat8_getting_started.Rmd"
text: "2. In-depth: Analyzing Landsat image collections"
- section: "User-defined functions"
contents:
- text: "1. Change detection with bfast"
href: "source/tutorials/bfast/bfast.qmd"
- section: "Cloud data access"
contents:
- text: "1. Sentinel-2 data on AWS"
href: "source/tutorials/vignettes/gc02_AWS_Sentinel2.Rmd"
- section: "Machine learning on data cubes"
contents:
- text: "1. Extract training data for ML models"
href: "source/tutorials/vignettes/gc03_ML_training_data.Rmd"
- text: "2. Model prediction on data cubes"
href: "source/tutorials/prediction/prediction.qmd"
- source/tutorials/videos.qmd
- id: reference
title: "Reference"
collapse-level: 1
contents:
- source/reference/index.qmd
- section: "Image collections"
contents:
- source/reference/ref/add_images.Rmd
- source/reference/ref/add_collection_format.Rmd
- source/reference/ref/create_image_collection.Rmd
- source/reference/ref/collection_formats.Rmd
- source/reference/ref/extent.Rmd
- source/reference/ref/stac_image_collection.Rmd
- section: "Data cube creation"
contents:
- source/reference/ref/cube_view.Rmd
- source/reference/ref/image_mask.Rmd
- source/reference/ref/json_cube.Rmd
- source/reference/ref/ncdf_cube.Rmd
- source/reference/ref/raster_cube.Rmd
- source/reference/ref/stack_cube.Rmd
- section: "Data cube properties"
contents:
- source/reference/ref/bands.Rmd
- source/reference/ref/dim.cube.Rmd
- source/reference/ref/dimension_bounds.Rmd
- source/reference/ref/dimensions.Rmd
- source/reference/ref/dimension_values.Rmd
- source/reference/ref/names.cube.Rmd
- source/reference/ref/nbands.Rmd
- source/reference/ref/nt.Rmd
- source/reference/ref/nx.Rmd
- source/reference/ref/ny.Rmd
- source/reference/ref/size.Rmd
- source/reference/ref/srs.Rmd
- section: "Data cube operations"
contents:
- source/reference/ref/aggregate_space.Rmd
- source/reference/ref/aggregate_time.Rmd
- source/reference/ref/apply_pixel.cube.Rmd
- source/reference/ref/apply_time.cube.Rmd
- source/reference/ref/crop.Rmd
- source/reference/ref/extract_geom.Rmd
- source/reference/ref/fill_time.Rmd
- source/reference/ref/filter_geom.Rmd
- source/reference/ref/filter_pixel.Rmd
- source/reference/ref/gdalcubes_selection.Rmd
- source/reference/ref/join_bands.Rmd
- source/reference/ref/predict.cube.Rmd
- source/reference/ref/reduce_space.cube.Rmd
- source/reference/ref/reduce_time.cube.Rmd
- source/reference/ref/select_bands.Rmd
- source/reference/ref/select_time.Rmd
- source/reference/ref/slice_space.Rmd
- source/reference/ref/slice_time.Rmd
- source/reference/ref/window_space.Rmd
- source/reference/ref/window_time.Rmd
- section: "Export / visualization"
contents:
- source/reference/ref/animate.Rmd
- source/reference/ref/as_array.Rmd
- source/reference/ref/as.data.frame.cube.Rmd
- source/reference/ref/as_json.Rmd
- source/reference/ref/extract_geom.Rmd
- source/reference/ref/pack_minmax.Rmd
- source/reference/ref/plot.cube.Rmd
- source/reference/ref/st_as_stars.cube.Rmd
- source/reference/ref/write_ncdf.Rmd
- source/reference/ref/write_tif.Rmd
- section: "Miscellaneous"
contents:
- source/reference/ref/gdalcubes_options.Rmd
- source/reference/ref/gdalcubes_set_gdal_config.Rmd
- source/reference/ref/gdalcubes_gdalformats.Rmd
- source/reference/ref/gdalcubes_gdalversion.Rmd
format:
html:
#theme: flatly
#page-layout: full
#margin-left: 0px
#margin-right: 0px
#max-width: 2000px
theme: [cosmo, theme.scss]
# theme:
# light:
# - cosmo
# - theme.scss
# dark:
# - darkly
# - theme.scss
#mainfont: "Roboto, Helvetica Neue, Helvetica, Arial, sans-serif"
#monofont: "Roboto Mono"
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: true
citations-hover: true
# code-fold: "show"
#code-summary: "Show / hide source code"
code-tools: true
code-link: true
highlight-style: arrow
code-block-bg: true
code-block-background: true
code-block-border-left: true
#code-overflow: "wrap"
code-overflow: "scroll"
code-line-numbers: true
execute:
comment: "##"
#cache: true
fig-align: "center"
freeze: auto
#echo: true
#eval: false
editor: source