-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
99 lines (93 loc) · 3.52 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
project:
type: website
output-dir: _site
execute:
freeze: true # never re-execute computational content during project render, needed for .qmd and .rmd since quarto does not render .ipynb by default
website:
page-navigation: true
page-footer:
center: "NASA Land Processes Distributed Active Archive Center (LP DAAC) | United States Geological Survey (USGS) Earth Resources Observation and Science (EROS) Center"
title: "LP DAAC Data Resources"
site-url: https://nasa.github.io/LPDAAC-Data-Resources/
repo-url: https://github.com/nasa/LPDAAC-Data-Resources
sidebar:
title: "Data Resources"
logo: img/lpdaac-logo-black.png
pinned: true
align: center
tools:
- icon: globe
href: https://nasa.github.io/LPDAAC-Data-Resources/
text: "LP DAAC Data Resources Website"
- icon: github
href: https://github.com/nasa/LPDAAC-Data-Resources
text: "LP DAAC Data Resources Repository"
style: "floating"
search: true
collapse-level: 1
contents:
- text: "Welcome"
href: index.qmd
- section: "2024 IGARSS Workshop"
contents:
- text: "Overview"
href: web_book/igarss_2024.qmd
- section: "Setup Instructions"
contents:
- text: "Prerequisites"
href: external/prerequisites.md
- text: "Cloud Workspace Setup"
href: external/workshop_setup.md
- text: "Local Python Environment Setup"
href: external/setup_instructions.md
- section: "Tutorials"
contents:
- text: "1. Finding EMIT L2B Data"
href: external/Finding_EMIT_L2B_Data.ipynb
- text: "2. Working with EMIT L2B Mineralogy"
href: external/Working_with_EMIT_L2B_Mineralogy.ipynb
- section: "Past Workshops"
contents:
- text: "2023/2024 VITALS Workshop"
href: web_book/vitals.qmd
- text: "LP/JPL EMIT Tutorial Series"
href: web_book/emit_tutorial_series.qmd
- section: "Python Resources"
contents:
- text: "Overview"
href: web_book/python_resources.qmd
- text: "Cloud Workspace Setup"
href: external/workshop_setup.md
- text: "Local Python Setup"
href: external/setup_instructions.md
- section: "EMIT"
contents:
- text: "1. Finding and Accessing Data"
href: external/How_to_find_and_access_EMIT_data.ipynb
- text: "2. Exploring EMIT L2A Reflectance"
href: external/Exploring_EMIT_L2A_Reflectance.ipynb
- text: "3. Converting to ENVI format"
href: external/How_to_Convert_to_ENVI.ipynb
- text: "4. Extracting Points"
href: external/How_to_Extract_Points.ipynb
- text: "5. Extracting Area"
href: external/How_to_Extract_Area.ipynb
- text: "6. Using Quality Data"
href: external/How_to_use_EMIT_Quality_data.ipynb
- text: "7. Generating Methane Spectral Fingerprint"
href: external/Generating_Methane_Spectral_Fingerprint.ipynb
- text: "8. Visualizing Methane Plume Timeseries"
href: external/Visualizing_Methane_Plume_Timeseries.ipynb
- section: "Contributing"
contents:
- href: CONTRIBUTING.md
- href: CODE_OF_CONDUCT.md
format:
html:
theme:
light: cosmo
dark: [cosmo,theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true