Skip to content

Commit

Permalink
Added Hurricane Helene Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cassienickles committed Oct 3, 2024
1 parent 0e83ca5 commit 7be43ae
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ website:
href: notebooks/datasets/enso_MUR_tutorial_final.ipynb
- text: "MUR with Dask"
href: notebooks/Advanced_cloud/basic_dask.ipynb
- text: "Hurricane Helene"
href: notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb
- text: "In QGIS"
href: notebooks/GIS/MUR_SSTA_QGIS.md
- text: "OPeNDAP Access"
Expand Down Expand Up @@ -220,6 +222,8 @@ website:
href: notebooks/datasets/OPERA_GIS_Notebook.ipynb
- section: quarto_text/ScienceDataStories.qmd
contents:
- text: "Hurricane Helene"
href: notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb
- section: "Amazon Estuary Exploration"
contents:
- text: "Cloud"
Expand Down
230 changes: 230 additions & 0 deletions notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions quarto_text/GHRSST.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ More information can be found on [PO.DAAC's GHRSST webpage](https://podaac.jpl.n

#### [Parallelizing MUR Computations with Dask in the Cloud](../notebooks/Advanced_cloud/basic_dask.ipynb) - covers the basics of using Dask for parallel computing with the MUR dataset completely in the cloud

#### [Hurricane Helene Sea Surface Temperature and Sea Surface Height](../notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb) - Uses Python to plot the SST and SSH in the Gulf of Mexico to show how Hurricane Helene impacted the region in September 2024.

#### [QGIS - Mapping Sea Surface Temperature Anomalies](../notebooks/GIS/MUR_SSTA_QGIS.md) - how to visualize and project SSTA in QGIS.

#### [Using OPeNDAP to Access the MUR Sea Surface Temperature dataset](../notebooks/opendap/MUR-OPeNDAP.ipynb) - opening and visualizing the GHRSST MUR SST dataset using OPeNDAP.
Expand Down
3 changes: 3 additions & 0 deletions quarto_text/ScienceDataStories.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Science Data Stories
---

### **Hurricane Helene Sea Surface Temperature and Sea Surface Height** - [Tutorial](../notebooks/DataStories/HurricaneHelene_SST_SSH_Notebook.ipynb)
*Use Python to plot the SST and SSH in the Gulf of Mexico to show how Hurricane Helene impacted the region in September 2024.*

### **Amazon Estuary Exploration** - [Tutorial - Cloud](../notebooks/meetings_workshops/workshop_osm_2022/CloudAWS_AmazonRiver_Estuary_Exploration.ipynb) | [Tutorial - Local](../notebooks/meetings_workshops/workshop_osm_2022/Cloud_DirectDownload_AmazonRiver_Estuary_Exploration.ipynb)
*Explores the relationships between land water equivalent thickness, river height, sea surface salinity, and sea surface temperature in the Amazon River estuary and coastal region from multiple datasets (GRACE-FO, Pre-SWOT MEaSUREs, OISSS, & MODIS).*

Expand Down

0 comments on commit 7be43ae

Please sign in to comment.