-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path_quarto.yml
141 lines (133 loc) · 5.06 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
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
title: "EarthData Cloud Cookbook"
site-url: https://nasa-openscapes.github.io/earthdata-cloud-cookbook
repo-url: https://github.com/nasa-openscapes/earthdata-cloud-cookbook
repo-actions: [edit, source, issue]
# page-footer: "NASA Openscapes Team (2021). Earthdata Cloud Cookbook (Version v0.0.1)."
page-footer:
left: "NASA Earthdata Cloud Cookbook, © NASA Openscapes Team (2023)."
sidebar:
title: "NASA Earthdata Cloud Cookbook"
logo: images/nasa-openscapes.png
pinned: true
align: center
tools:
- icon: globe
href: https://nasa-openscapes.github.io
text: "NASA-Openscapes website"
- icon: github
href: https://github.com/nasa-openscapes/earthdata-cloud-cookbook
text: "Earthdata Cloud Cookbook repo"
style: "docked"
search: true
collapse-level: 1
contents:
- text: "Welcome"
href: index.qmd
- our-cookbook.qmd
- text: "Cheatsheets & Slides"
href: cheatsheets.qmd
- section: "How do I..."
#how-tos/index.qmd
contents:
- section: "find data"
#how-tos/find-data/index.md
contents:
- text: "using Earthdata Search"
href: how-tos/find-data/earthdata_search.md
- text: "using the command line"
- text: "using a script"
href: how-tos/find-data/programmatic.qmd
- section: "access data"
href: how-tos/access_data.qmd
contents:
- text: "if I'm in the cloud"
href: how-tos/if-im-in-the-cloud.qmd
- text: "if I'm on my local machine"
href: how-tos/if-im-local.qmd
- text: "read data"
href: how-tos/read_data.qmd
- text: "subset data"
href: how-tos/subset.qmd
- text: "reformat data files"
href: how-tos/reformat.qmd
- text: "reproject and regrid"
href: how-tos/reproject_regrid.qmd
- text: "aggregate data"
href: how-tos/aggregate.qmd
- text: "plot data"
href: how-tos/plot.qmd
- text: "use APIs"
href: how-tos/use_apis.qmd
#- section: "setup AWS" # Park for now
# contents:
# - text: "Place holder for AWS setup"
# href: how-tos/tech-setup.qmd
- how-tos/how_to_guide_parking_lot.md
- section: tutorials/index.qmd
contents:
- href: tutorials/earthaccess-demo.ipynb
text: "`earthaccess` Python library"
- section: examples/index.qmd
contents:
- text: "NSIDC examples"
- text: "PODAAC examples"
# - section: "Getting Started"
# contents:
# - get-started/index.md
# - get-started/earthdata-login.qmd ## review, paste in appendix, delete
# - get-started/api-primer.qmd ## move to how-tos/use_apis?
- section: in-development/index.qmd
contents:
- href: examples/NSIDC/ICESat2-CMR-OnPrem-vs-Cloud.ipynb
text: "Search & Download NSIDC Cloud"
- href: examples/NSIDC/ICESat2-CMR-AWS-S3.ipynb
text: "Access NSIDC Cloud w/ CMR"
- href: examples/Transform-workflow.ipynb
text: "Direct Access & Harmony Workflow"
- href: examples/USGS_Landsat/Landsat_C2_Search_Access.ipynb
text: "Search & Access USGS Landsat Cloud"
- text: "OPeNDAP"
href: how-tos/working-with-data-in-cloud/Earthdata_Cloud__Data_Access_OPeNDAP_Example.ipynb
- examples/ORNL/Data_Access__Direct_S3_Access__ORNL_DAYMET.ipynb
- external/cof-zarr-reformat.ipynb
- external/zarr-eosdis-store.ipynb
- section: examples/index.qmd
contents:
- examples/GESDISC/GESDISC_MERRA2_tavg1_2d_flx_Nx__Kerchunk.ipynb
- examples/LPDAAC/LPDAAC_ECOSTRESS_LSTE__Kerchunk.ipynb
- examples/PODAAC/PODAAC_ECCO_SSH__Kerchunk.ipynb
- href: in-development/matlab.qmd
text: "Matlab & AWS"
- href: in-development/CMR-STAC-Search.Rmd
text: "CMR STAC in R"
- href: in-development/earthdata-python-r-handoff.qmd
- section: contributing/index.qmd
contents:
- contributing/onboarding.qmd
- contributing/setup.qmd
- contributing/workflow.qmd
- contributing/resources.md
- contributing/quarto-website-tutorial.md
- section: appendix/index.md
contents:
- appendix/authentication.qmd
- troubleshooting.md
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
filters:
- include-files.lua
- quarto