Skip to content

Commit 57d4873

Browse files
author
Andy Barrett
committed
add overview rubric
1 parent 2b455e2 commit 57d4873

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed

notebooks/SMAP/smap_as_datatree.ipynb

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,72 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "e55a759f-e465-41d7-9674-71b73e4f8412",
6+
"metadata": {},
7+
"source": [
8+
"<center>\n",
9+
"<img src='./img/nsidc_logo.png'/>\n",
10+
"\n",
11+
"# 2.0 Read and Plot SMAP data using `xarray.DataTree`\n",
12+
"\n",
13+
"</center>\n",
14+
"---"
15+
]
16+
},
317
{
418
"cell_type": "markdown",
519
"id": "3e5b1d2e-04df-40f1-a9f8-f4fb48e32656",
620
"metadata": {},
721
"source": [
8-
"# Open SMAP L3 HDF5 files as `xarray.DataTree`"
22+
"## 1. Overview \n",
23+
"In this tutorial, we will read the SMAP data we downloaded in 1.0 Download SMAP data notebook, read the data into an `xarray.DataTree`, create a map of soil moisture and plot a time-series soil moisture for a location on Earth."
24+
]
25+
},
26+
{
27+
"cell_type": "markdown",
28+
"id": "6060c844-782d-4510-b643-0b78273f069d",
29+
"metadata": {},
30+
"source": [
31+
"### **Credits**\n",
32+
"\n",
33+
"This tutorial is based on the notebooks originally provided to NSIDC by Adam Purdy. Jennifer Roebuck of NSIDC updated the tutorials to include the latest version of SMAP data and use earthaccess for authentication, seatching for and downloading the data in order to incorporate it into the NSIDC-Data-Tutorials repo. \n",
34+
"\n",
35+
"For questions regarding the notebook, or to report problems, please create a new issue in the [NSIDC-Data-Tutorials repo](https://github.com/nsidc/NSIDC-Data-Tutorials/issues)."
36+
]
37+
},
38+
{
39+
"cell_type": "markdown",
40+
"id": "56a6afe4-c559-412e-86bc-3f9530dc3d36",
41+
"metadata": {},
42+
"source": [
43+
"### **Learning Goals**\n",
44+
"\n",
45+
"1. Read in SMAP data and navigate the metadata\n",
46+
"2. Create a map with SMAP data\n",
47+
"3. Plot a time-series at a location on Earth. "
48+
]
49+
},
50+
{
51+
"cell_type": "markdown",
52+
"id": "c275f5c7-fa1b-4423-9967-03f46344ade0",
53+
"metadata": {},
54+
"source": [
55+
"### **Prerequisites**\n",
56+
"\n",
57+
"1. The nsidc-tutorials environment is set up and activated. This [README](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/README.md) has setup instructions.\n",
58+
"2. SMAP data that were downloaded in the previous notebook tutorial 1.0 Download SMAP data. \n",
59+
"3. The EASE-Grid 2.0 longitude and latitude data sets. The binary format of these files have been provided within this repo for use in this tutorial, but please note they are also available in NetCDF format from the NSIDC website at this [page](https://nsidc.org/data/NSIDC-0772/versions/1). \n"
60+
]
61+
},
62+
{
63+
"cell_type": "markdown",
64+
"id": "a0b23d36-8b5a-4bcf-b8a7-5dbc235853bf",
65+
"metadata": {},
66+
"source": [
67+
"### **Time requirement**\n",
68+
"\n",
69+
"Allow 15 to 20 minutes to complete this tutorial."
970
]
1071
},
1172
{

0 commit comments

Comments
 (0)