-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
134 lines (131 loc) · 5.84 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
project:
type: website
website:
page-navigation: true
title: "VEDA Documentation"
site-url: "https://nasa-impact.github.io/veda-docs"
repo-url: https://github.com/nasa-impact/veda-docs
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By NASA, 2022-2024"
sidebar:
logo: "https://visex.netlify.app/graphics/nasa-veda-logo-pos.svg"
pinned: true
align: center
tools:
- icon: info-circle
href: https://www.earthdata.nasa.gov/esds/veda
text: "earthdata.nasa.gov/esds/veda"
- icon: github
href: https://github.com/nasa-impact/veda-docs
text: "Repository home"
- icon: binoculars
href: https://earthdata.nasa.gov/dashboard
text: "VEDA Dashboard"
style: "docked"
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Welcome
- text: "---"
- section: NASA VEDA Platform
contents:
- nasa-veda-platform/about/index.qmd
- nasa-veda-platform/dashboard/index.qmd
- section: nasa-veda-platform/data-services/index.qmd
contents:
- nasa-veda-platform/data-services/data-store.qmd
- nasa-veda-platform/data-services/data-ingestion.qmd
- section: nasa-veda-platform/data-services/apis/index.qmd
contents:
- nasa-veda-platform/data-services/apis/raster-api.qmd
- nasa-veda-platform/data-services/apis/stac-api.qmd
- section: nasa-veda-platform/scientific-computing/index.qmd
contents:
- nasa-veda-platform/scientific-computing/code-server.md
- nasa-veda-platform/scientific-computing/ssh.md
- nasa-veda-platform/getting-access.qmd
- section: notebooks/index.qmd
contents:
- section: Quickstarts
contents:
- section: Accessing the Data Directly
contents:
- notebooks/quickstarts/list-collections.ipynb
- notebooks/quickstarts/open-and-plot.ipynb
- notebooks/quickstarts/timeseries-rioxarray-stackstac.ipynb
- notebooks/quickstarts/visualize-zarr.ipynb
- notebooks/quickstarts/visualize-multiple-times.ipynb
- notebooks/quickstarts/downsample-zarr.ipynb
- notebooks/quickstarts/download-assets.ipynb
- section: Using the Raster API
contents:
- notebooks/quickstarts/no2-map-plot.ipynb
- notebooks/quickstarts/timeseries-stac-api.ipynb
- notebooks/quickstarts/hls-visualization.ipynb
- section: Tutorials
contents:
- notebooks/tutorials/gif-generation.ipynb
- notebooks/tutorials/netcdf-to-cog-cmip6.ipynb
- notebooks/tutorials/mapping-fires.ipynb
- notebooks/tutorials/stac_ipyleaflet.ipynb
- notebooks/tutorials/zonal-statistics-validation.ipynb
- section: Datasets
contents:
- notebooks/datasets/ocean-npp-timeseries-analysis.ipynb
- notebooks/datasets/nceo-biomass-statistics.ipynb
- notebooks/datasets/volcano-so2-monitoring.ipynb
- notebooks/datasets/air-quality-covid.ipynb
- notebooks/datasets/nldas_time_series.ipynb
- notebooks/datasets/nldas_compare2_3.ipynb
- section: nasa-veda-platform/contributing/index.qmd
contents:
- section: nasa-veda-platform/contributing/docs-and-notebooks.qmd
contents:
- notebooks/templates/template-accessing-the-data-directly.ipynb
- notebooks/templates/template-using-the-raster-api.ipynb
- section: nasa-veda-platform/contributing/dataset-ingestion/index.qmd
contents:
- nasa-veda-platform/contributing/dataset-ingestion/file-preparation.qmd
- nasa-veda-platform/contributing/dataset-ingestion/catalog-ingestion.qmd
- notebooks/veda-operations/generate-cmip6-kerchunk-historical.ipynb
- section: STAC Collection Creation
contents:
- nasa-veda-platform/contributing/dataset-ingestion/stac-collection-conventions.qmd
- notebooks/veda-operations/stac-collection-creation.ipynb
- notebooks/veda-operations/publish-cmip6-kerchunk-stac.ipynb
- section: STAC Item Creation
contents:
- nasa-veda-platform/contributing/dataset-ingestion/stac-item-conventions.qmd
- notebooks/veda-operations/stac-item-creation.ipynb
- section: Boilerplate ingest example
contents:
- nasa-veda-platform/contributing/dataset-ingestion/example-template/example-geoglam-ingest.ipynb
- section: nasa-veda-platform/contributing/dashboard-configuration/index.qmd
contents:
- nasa-veda-platform/contributing/dashboard-configuration/dataset-configuration.qmd
- nasa-veda-platform/contributing/dashboard-configuration/discovery-configuration.qmd
- text: "---"
- section: open-source-ecosystem/index.qmd
contents:
- open-source-ecosystem/why.qmd
- open-source-ecosystem/architecture.qmd
- open-source-ecosystem/repositories.qmd
- open-source-ecosystem/external-resources.qmd
format:
html:
theme:
light: [cosmo]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
css: styles.css
toc: true
toc-depth: 3
include-in-header:
- text: |
<script defer data-domain="nasa-impact.github.io/veda-docs" src="https://plausible.io/js/script.js"></script>
filters:
- quarto