Skip to content

Commit e1946af

Browse files
authored
Merge pull request #397 from NASA-Openscapes/multi-cookbooks
Reworking for cookbookS; also updating resource links below
2 parents b17f8b6 + fc285a0 commit e1946af

2 files changed

Lines changed: 29 additions & 10 deletions

File tree

_quarto.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ website:
3636
href: index.qmd
3737
- text: "When To Cloud"
3838
href: when-to-cloud.qmd
39-
- text: "Our Cookbook"
40-
href: our-cookbook.qmd
39+
- section: "Our Cookbooks"
40+
href: our-cookbooks.qmd
41+
contents:
42+
- text: "Ocean, climate, and surface water data tutorials from PO.DAAC"
43+
href: tutorials/Earthdata-cloud-clinic.ipynb
44+
- text: "Mission-specific tutorials for ASDC"
45+
href: https://nasa.github.io/ASDC_Data_and_User_Services/
4146
- text: "Glossary & Cheatsheets"
4247
href: glossary.qmd
4348
- text: "Cloud Environment Setup"
@@ -110,8 +115,6 @@ website:
110115
href: tutorials/fair-workflow-geoweaver-demo.ipynb
111116
- text: "MATLAB Access NetCDF"
112117
href: tutorials/matlab.qmd
113-
- text: "Mission-specific Tutorials for the Atmospheric Science Data Center"
114-
href: https://nasa.github.io/ASDC_Data_and_User_Services/
115118
- section: "Workshops & Hackathons"
116119
href: workshops/index.qmd
117120
contents:

our-cookbook.qmd renamed to our-cookbooks.qmd

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
---
2-
title: "Our Cookbook"
2+
title: "Our Cookbooks"
3+
aliases:
4+
- our-cookbook.html
35
---
46

5-
## How to use this Earthdata Cloud Cookbook
7+
## How to use our Cookbooks
68

7-
Our Cookbook is a place to learn, share, and experiment with NASA Earthdata on the Cloud. We know this has a lot of moving parts, and we are iterating as we go, and welcome feedback and contributions.
9+
Our Cookbooks are places to learn, share, and experiment with NASA Earthdata on the Cloud. We know this has a lot of moving parts, and we are iterating as we go, and welcome feedback and contributions.
810

9-
The Cookbook has **How To** building blocks and **Tutorials** that connect these building blocks through an example research question and specific data. How To guides and Tutorials are stable approaches we've developed and used to teach; they have been iterated and improved through feedback from researchers during [events we've led](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/tutorials/). We also share work **In Development**: primarily lessons and other works-in-progress that we're developing.
11+
You are currently reading the **Earthdata Cloud Cookbook**, which is a place for common approaches for NASA Earthdata in the Cloud. It also provides visibility and discovery for other Cookbooks by themes, whether that be by Distributed Active Archive Centers (DAACs), Missions, or scientific topic. Other Cookbooks in our "kitchen":
12+
13+
- [**Ocean, climate, and surface water data tutorials from the Physical Oceanography Distributed Active Archive Center (PO.DAAC)**](https://podaac.github.io/tutorials/)
14+
- [**Mission-specific tutorials from the Atmospheric Science Data Center (ASDC)**](https://nasa.github.io/ASDC_Data_and_User_Services/)
15+
- [**Tutorials from the National Snow and Ice Data Center (NSIDC) **](https://github.com/nsidc/NSIDC-Data-Tutorials) *Cookbook format coming soon*
16+
17+
## Cookbooks structure
18+
19+
*This structure is shared across Cookbooks, although there is variation.*
20+
21+
**How To** building blocks and **Tutorials** that connect these building blocks through an example research question and specific data. How To guides and Tutorials are stable approaches we've developed and used to teach; they have been iterated and improved through feedback from researchers during [events we've led](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/tutorials/). We also share work **In Development**: primarily lessons and other works-in-progress that we're developing.
1022

1123
Working with NASA Earthdata in the Cloud means using a combination of software, tools, many of which require coding and are unfamiliar when we first get started. This is true for us all; we're all coming with different skills and backgrounds and you're not alone as we all learn these new technologies and workflows. We have found it helpful to have a [growth mindset](https://www.youtube.com/watch?v=_X0mgOOSpLU&t=11s&ab_channel=TED) - these approaches are new and we don't know how to do them ***yet***. Please, don't struggle alone - know that we're all in this together as part of the open source community learning and co-creating together as we migrate our research to the Cloud.
1224

@@ -46,8 +58,12 @@ Cloud services often are connected to and operated through Bash, a command-line
4658

4759
- [**R for Data Science**](https://r4ds.hadley.nz/) This book will teach you how to do data science with R, including how to get your data into R, get it into the most useful structure, transform it, and visualize.
4860

49-
### [Cloud-Native Geospatial Formats Guide](https://guide.cloudnativegeo.org/)
61+
### JupyterHubs
62+
63+
- [NOAA Fisheries Open Science - Hackdays Skills](https://nmfs-opensci.github.io/NMFSHackDays-2025/topics-skills/) This resource offers introduction, skills, and workflows for using JupyterHubs, as well as links to guest presentations at regular Hackhours on topics of JupyterHubs, computation, and machine learning.
64+
65+
### Cloud-Native Geospatial
5066

51-
If you are wondering "why cloud?" and / or wish to learn more about cloud-native geospatial formats, please visit https://guide.cloudnativegeo.org/.
67+
- [**Cloud-Optimized Geospatial Formats Guide**](https://guide.cloudnativegeo.org) This guide helps answer the question "why cloud?" and / or if you wish to learn more about cloud-native geospatial formats.
5268

5369
*For advanced coding guidance, see our How To's, Tutorials, and Appendix.*

0 commit comments

Comments
 (0)