forked from nasa/ECOSTRESS-Data-Resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
75 lines (69 loc) · 2.48 KB
/
_quarto.yml
File metadata and controls
75 lines (69 loc) · 2.48 KB
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
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: "ECOSTRESS Data Resources"
title: "ECOSTRESS-Data-Resources"
site-url: https://nasa.github.io/ECOSTRESS-Data-Resources/
repo-url: https://github.com/nasa/ECOSTRESS-Data-Resources/
sidebar:
logo: img/lp_jpl_vitals_light.png
title: ECOSTRESS Data Resources
pinned: true
align: center
tools:
- icon: globe
href: https://nasa.github.io/ECOSTRESS-Data-Resources/
text: "ECOSTRESS Data Resources Website"
- icon: github
href: https://github.com/nasa/ECOSTRESS-Data-Resources/
text: "ECOSTRESS Data Resources Repository"
style: "floating"
search: true
collapse-level: 1
contents:
- section: "Overview"
contents:
- text: "Welcome"
href: index.qmd
- section: "Workshops"
contents:
- text: "2025 ECOSTRESS Science and Application Team Meeting"
href: 2025_satm.qmd
- text: "Setup Instructions"
href: setup.md
- section: "Guides"
contents:
- text: "Search and Access ECOSTRESS Data using Earthdata Search"
href: guides/earthdata_search_ecostress.md
- text: "Access and Subset ECOSTRESS Data using AppEEARS"
href: guides/appeears_ecostress.md
- section: "Python Notebooks"
contents:
- text: "How to Directly Access ECOSTRESS Data (HTTP)"
href: python/how-tos/how_to_direct_access_http_ecostress_cog.ipynb
- text: "How to Directly Access ECOSTRESS Data (S3)"
href: python/how-tos/how_to_direct_access_s3_ecostress_cog.ipynb
- text: "Explore the ECOSTRESS Tiled Data"
href: python/tutorials/Working_with_ECOSTRESS_Tiled_data.ipynb
- section: "Scripts"
contents:
- text: "ECOSTRESS Swath to Grid Conversion Script"
href: python/scripts/ecostress_swath2grid/swath2grid.md
- text: "Extract ECOSTRESS Geolocation Accuracy QA Flag"
href: python/scripts/extract_geolocation_flag/geolocation.md
- section: "Contributing"
contents:
- href: CONTRIBUTING.md
- href: CODE_OF_CONDUCT.md
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true