Skip to content

Commit 05f00de

Browse files
authored
Merge pull request #402 from NASA-Openscapes/harmony-links
link to new harmony tutorial; fix tutorials index page
2 parents ea6fe6b + 8a53565 commit 05f00de

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ examples/NSIDC/data
2424
external/
2525
how-tos/test.nc
2626
earthdata-cloud-cookbook.code-workspace
27+
28+
**/*.quarto_ipynb

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ website:
108108
- text: "Agriculture Observations"
109109
href: tutorials/Observing_Seasonal_Ag_Changes.ipynb
110110
- text: "Subsetting Data with Harmony"
111-
href: tutorials/IS2_Harmony.ipynb
111+
href: tutorials/Harmony.ipynb
112112
- text: "OPeNDAP Access"
113113
href: tutorials/Earthdata_Cloud__Data_Access_OPeNDAP_Example.ipynb
114114
- text: "Pygeoweaver Workflow Demo"

tutorials/index.qmd

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
---
22
title: Tutorials
3-
jupyter:
4-
jupytext:
5-
text_representation:
6-
extension: .qmd
7-
format_name: quarto
8-
format_version: '1.0'
9-
jupytext_version: 1.16.1
10-
kernelspec:
11-
display_name: Python 3 (ipykernel)
12-
language: python
13-
name: python3
143
---
154

165
The following tutorials are meant to present example workflows with NASA Earthdata in the cloud from a variety of use cases. The tutorials exemplify the advantages of working with NASA Earthdata in the cloud and aim to provide a starting point for exploring what your workflows could look like in the cloud.
@@ -32,8 +21,7 @@ The following tutorials are meant to present example workflows with NASA Earthda
3221
### **Observing Seasonality in Agricultural Areas** - [Tutorial](Observing_Seasonal_Ag_Changes.ipynb)
3322
*Working with HLS Landsat and Sentinel-2 data products in the cloud*
3423

35-
### **Subsetting ICESat-2 Data Using NASA Harmony** - [Tutorial]
36-
(IS2_Harmony.ipynb)
24+
### **Subsetting NASA Earthdata Using Harmony** - [Tutorial](Harmony.ipynb)
3725
*Requesting spatial and temporal subsets of ICESat-2 L2A and L3A data*
3826

3927
### **Using OPeNDAP in the Cloud** - [Tutorial](Earthdata_Cloud__Data_Access_OPeNDAP_Example.ipynb)

0 commit comments

Comments
 (0)