Skip to content

Commit 78a4bc4

Browse files
author
Andy Barrett
committed
add some more rubric
1 parent 57d4873 commit 78a4bc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notebooks/SMAP/smap_as_datatree.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"metadata": {},
2121
"source": [
2222
"## 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."
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.\n",
24+
"\n",
25+
"`xarray.DataTree` was created to work with hierachical datasets. Hierachical datasets are those datasets that use tree-like, nested, directory structures to group and store complex data. The SMAP Level-3 is a relatively simple hierachical data structure, with only two groups; one group for data from AM satellite overpasses and one group for data from PM satellite overpasses. To make working with this data easy, we also add meaningful names for the dimensions of the data and geospatial coordinates. "
2426
]
2527
},
2628
{

0 commit comments

Comments
 (0)