-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
354 lines (344 loc) · 14.5 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
project:
type: website
website:
favicon: _images/logos/favicon.png
repo-url: "https://github.com/eu-cdse/documentation"
repo-branch: "publish"
site-url: "https://documentation.dataspace.copernicus.eu/"
# issue-url: "https://github.com/eu-cdse/documentation/issues"
site-path: '/Home.html'
search:
location: sidebar
type: textbox
copy-button: true
navbar:
background: "#0A4393"
height: 50
foreground: "light"
logo: "_images/logos/combinedLogo.svg"
logo-href: 'https://dataspace.copernicus.eu/'
pinned: true
page-navigation: true
title: "Documentation"
sidebar:
style: "floating"
collapse-level: 1
contents:
- href: Home.qmd
text: Welcome
- href: Roadmap.qmd
text: Roadmap
- href: AnnualReports.qmd
text: Annual Reports
- text: "---"
- section: "User registration and authentication"
href: Registration.qmd
contents:
- href: 2FA.qmd
text: Setting up Two-Factor Authentication (2FA)
- section: "Data"
href: Data.qmd
contents:
- href: Data/Others/Dashboard.qmd
- section: "Copernicus Sentinel Mission"
contents:
- href: Data/SentinelMissions/Sentinel1.qmd
- href: Data/SentinelMissions/Sentinel2.qmd
- href: Data/SentinelMissions/Sentinel3.qmd
- href: Data/SentinelMissions/Sentinel5P.qmd
- href: Data/SentinelMissions/Sentinel6.qmd
- section: "Complementary data"
contents:
- href: Data/ComplementaryData/SMOS.qmd
text: "Soil Moisture and Ocean Salinity (SMOS)"
- href: Data/ComplementaryData/MERIS.qmd
text: "ENVISAT- Medium Resolution Imaging Spectrometer (MERIS)"
- href: Data/ComplementaryData/Landsat5.qmd
text: "Landsat-5"
- href: Data/ComplementaryData/Landsat7.qmd
text: "Landsat-7"
- href: Data/ComplementaryData/Landsat8.qmd
text: "Landsat-8"
- href: Data/ComplementaryData/CLMS.qmd
text: "Copernicus Land Monitoring Service (CLMS)"
- href: Data/ComplementaryData/CMEMS.qmd
text: "Copernicus Marine Service (CMEMS)"
- href: Data/ComplementaryData/CEMS.qmd
text: "Copernicus Emergency Management Service (CEMS)"
- href: Data/ComplementaryData/CAMS.qmd
text: "Copernicus Atmosphere Monitoring Service (CAMS)"
- href: Data/ComplementaryData/Additional.qmd
text: "Additional Complementary Data"
# - href: Data/VHR.qmd
# text: "VHR Commercial Data"
- href: Data/Others/CCM.qmd
- section: "APIs"
href: APIs.qmd
contents:
- href: APIs/Token.qmd
text: Access Token
- href: APIs/OData.qmd
text: OData
- href: APIs/OpenSearch.qmd
text: OpenSearch
- href: APIs/STAC.qmd
text: STAC product catalogue
- href: APIs/Subscriptions.qmd
text: Subscriptions
- href: APIs/S3.qmd
text: S3 Access
- href: APIs/TCP.qmd
text: TCP stack configuration
- href: APIs/On-Demand Production API.qmd
text: On-Demand Production API
- href: APIs/Traceability.qmd
text: Traceability API
- section: "openEO"
href: APIs/openEO/openEO.qmd
contents:
- section: Getting Started
contents:
- href: "APIs/openEO/Python_Client/Python.qmd"
text: Python
- href: "APIs/openEO/R_Client/R.qmd"
text: R
- href: "APIs/openEO/JavaScript_Client/JavaScript.qmd"
text: JavaScript
- href: "APIs/openEO/Glossary.qmd"
text: Glossary
- href: "APIs/openEO/Collections.qmd"
text: Data Collections
- href: "APIs/openEO/Processes.qmd"
text: openEO Processes
- href: "APIs/openEO/File_formats.qmd"
text: File Formats
- section: Authentication
text: Authentication
href: "APIs/openEO/authentication.qmd"
contents:
- href: "APIs/openEO/authentication/client_credentials.qmd"
text: Client Credentials
- href: "https://open-eo.github.io/openeo-python-client"
text: Python documentation
target: "_blank"
- href: "https://openeo.org/documentation/1.0/datacubes.html"
text: Datacubes explained
target: "_blank"
- href: "APIs/openEO/job_config.qmd"
text: Job configuration
- href: "APIs/openEO/credit_usage.qmd"
text: Credit usage
- href: "APIs/openEO/large_scale_processing.qmd"
text: Large scale processing
- section: "openEO federation"
href: "APIs/openEO/federation/openeo_federation.md"
contents:
- href: "APIs/openEO/federation/backends/contract.qmd"
text: Federation contract
- href: "https://openeo.org/documentation/1.0/developers/api/reference.html"
text: REST API Reference
target: "_blank"
- href: "APIs/openEO/fair.qmd"
text: FAIR & open science
- section: "Sentinel Hub"
href: "APIs/SentinelHub.qmd"
contents:
- section: "User guides"
contents:
- href: "APIs/SentinelHub/UserGuides/Datamask.qmd"
text: Data Mask
- href: "APIs/SentinelHub/UserGuides/Transparency.qmd"
text: Transparency
- href: "APIs/SentinelHub/UserGuides/TimeSeries.qmd"
text: Time Series
- href: "APIs/SentinelHub/UserGuides/Metadata.qmd"
text: Working with metadata in evalscript
# - href: "Applications/QGIS.qmd"
# text: QGIS Plugin
- section: "Data"
href: "APIs/SentinelHub/Data.qmd"
contents:
- href: "APIs/SentinelHub/Data/S1GRD.qmd"
text: Sentinel-1 GRD
- href: "APIs/SentinelHub/Data/S2L1C.qmd"
text: Sentinel-2 L1C
- href: "APIs/SentinelHub/Data/S2L2A.qmd"
text: Sentinel-2 L2A
- href: "APIs/SentinelHub/Data/S3OLCI.qmd"
text: Sentinel-3 OLCI L1B
- href: "APIs/SentinelHub/Data/S3OLCIL2.qmd"
text: Sentinel-3 OLCI L2
- href: "APIs/SentinelHub/Data/S3SLSTR.qmd"
text: Sentinel-3 SLSTR L1B
- href: "APIs/SentinelHub/Data/S5PL2.qmd"
text: Sentinel-5P L2
- href: "APIs/SentinelHub/Data/DEM.qmd"
text: Digital Elevation Model (DEM) Data
- href: "APIs/SentinelHub/Data/Byoc.qmd"
text: Bring Your Own COG / Batch
- href: "APIs/SentinelHub/Data/Zarr.qmd"
text: Zarr
- href: "APIs/SentinelHub/Data/DataFusion.qmd"
text: Data Fusion
- section: "Evalscript (custom script)"
href: "APIs/SentinelHub/Evalscript.qmd"
contents:
- href: "APIs/SentinelHub/Evalscript/V3.qmd"
text: Evalscript V3
- href: "APIs/SentinelHub/Evalscript/Functions.qmd"
text: Utility Functions
- section: "API Overview"
href: "APIs/SentinelHub/Overview.qmd"
contents:
- href: "APIs/SentinelHub/Overview/Authentication.qmd"
text: Authentication
- href: "APIs/SentinelHub/Overview/RateLimiting.qmd"
text: Rate limiting
- href: "APIs/SentinelHub/Overview/ProcessingUnit.qmd"
text: Processing Unit
- href: "APIs/SentinelHub/Overview/ErrorHandling.qmd"
text: Error Handling
- section: "Process API"
href: "APIs/SentinelHub/Process.qmd"
contents:
- href: "APIs/SentinelHub/Process/Crs.qmd"
- section: "Examples"
contents:
- href: "APIs/SentinelHub/Process/Examples/S1GRD.qmd"
text: Examples for S1GRD
- href: "APIs/SentinelHub/Process/Examples/S2L1C.qmd"
text: Examples for S2L1C
- href: "APIs/SentinelHub/Process/Examples/S2L2A.qmd"
text: Examples for S2L2A
- href: "APIs/SentinelHub/Process/Examples/S3OLCI.qmd"
text: Examples for S3OLCI
- href: "APIs/SentinelHub/Process/Examples/S3SLSTR.qmd"
text: Examples for S3SLSTR
- href: "APIs/SentinelHub/Process/Examples/S5PL2.qmd"
text: Examples for S5PL2
- href: "APIs/SentinelHub/Process/Examples/DEM.qmd"
text: Examples for DEM
- href: "APIs/SentinelHub/Process/Examples/DataFusion.qmd"
text: Examples for DataFusion
- section: "Asynchronous Processing API"
href: "APIs/SentinelHub/AsyncProcess.qmd"
contents:
- href: "APIs/SentinelHub/AsyncProcess/Examples.qmd"
text: Examples for Asynchronous Processing API
- section: "Catalog API"
href: "APIs/SentinelHub/Catalog.qmd"
contents:
- href: "APIs/SentinelHub/Catalog/Examples.qmd"
text: Examples for Catalog API
- section: "Batch Processing API"
href: "APIs/SentinelHub/Batch.qmd"
contents:
- href: "APIs/SentinelHub/Batch/Crs.qmd"
text: CRS
- href: "APIs/SentinelHub/Batch/Examples.qmd"
text: Examples of Batch Processing Workflow
- section: "Statistical API"
href: "APIs/SentinelHub/Statistical.qmd"
contents:
- href: "APIs/SentinelHub/Statistical/Examples.qmd"
text: Examples for Statistical API
- section: "Batch Statistical API"
href: "APIs/SentinelHub/BatchStatistical.qmd"
contents:
- href: "APIs/SentinelHub/BatchStatistical/Examples.qmd"
text: Examples of Batch Statistical Workflow
- section: "Bring Your Own COG API"
href: "APIs/SentinelHub/Byoc.qmd"
contents:
- href: "APIs/SentinelHub/Byoc/Examples.qmd"
text: BYOC API examples
- section: "Zarr Import API"
href: "APIs/SentinelHub/Zarr.qmd"
contents:
- href: "APIs/SentinelHub/Zarr/Examples.qmd"
text: Zarr Import API examples
- section: "OGC"
href: "APIs/SentinelHub/OGC.qmd"
contents:
- href: "APIs/SentinelHub/OGC/WMS.qmd"
text: WMS
- href: "APIs/SentinelHub/OGC/WCS.qmd"
text: WCS
- href: "APIs/SentinelHub/OGC/WFS.qmd"
text: WFS
- href: "APIs/SentinelHub/OGC/WMTS.qmd"
text: WMTS
- href: "APIs/SentinelHub/OGC/AdditionalRequestParameters.qmd"
text: Additional Request Parameters
- href: "APIs/SentinelHub/OGC/OutputFormats.qmd"
text: Output Formats
- href: "APIs/SentinelHub/OGC/Examples.qmd"
text: Examples for OGC
- href: "APIs/SentinelHub/ApiReference.qmd"
text: "API Reference"
- section: "Applications"
href: Applications.qmd
contents:
- href: Applications/Browser.qmd
- href: Applications/JupyterHub.qmd
- href: Applications/WebEditor.qmd
- Section: "openEO Algorithm Plaza"
href: Applications/AlgorithmPlaza.qmd
contents:
- href: Applications/PlazaDetails/ManageOrg.qmd
text: "Manage your Organisation"
- href: Applications/PlazaDetails/PublishService.qmd
text: "Publish a Service"
- href: Applications/PlazaDetails/ExecuteService.qmd
text: "Execute a Service"
- section: "Manage a Service"
href: Applications/PlazaDetails/ManageService.qmd
text: "Manage a Service"
contents:
- href: Applications/PlazaDetails/ServiceMaturity.qmd
text: "Service Maturity"
- href: Applications/PlazaDetails/Strength.qmd
text: "Service credit consumption"
- href: Applications/PlazaDetails/Reporting.qmd
text: "Reporting"
- href: Applications/DataWorkspace.qmd
- href: Applications/Catalogue-csv.qmd
text: "Catalogue CSV"
- href: Applications/QGIS.qmd
text: "QGIS Plugin"
- href: Applications/DataSpaceDashboard.qmd
- href: Quotas.qmd
text: "Quotas and Limitations"
- href: ResearchNetwork.qmd
text: "Access through Research Network"
- href: Usecase.qmd
- text: "---"
- href: FAQ.qmd
text: FAQ
- href: Support.md
text: Support
- text: "---"
- section: Catalog APIs news
contents:
- href: APIs/Others/UpcomingChanges.qmd
- href: APIs/Others/ReleaseNotes.qmd
format:
html:
toc: true
toc-depth: 4
page-layout: full
theme:
- custom
- layout.scss
css: custom.css
include-in-header:
file: custom.html
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/(documentation.dataspace.copernicus.eu\/|eu-cdse.github.io\/documentation\/)'
mermaid-format: png
mermaid:
theme: neutral
bread-crumbs: true
ipynb-filters:
- notebook_filter.py