Skip to content

Commit ec4eca0

Browse files
author
Andy Barrett
committed
add text about no order
1 parent dcd882d commit ec4eca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notebooks/SMAP/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This set of three tutorials demonstrates how to search for, download and plot SM
66

77
We use the [SMAP L3 Radiometer Global Daily 36 km EASE-Grid Soil Moisture, Version 8](https://nsidc.org/data/SPL3SMP/versions/9) data set as an example.
88

9+
All notebooks are self contained, so there is no particular order to run them. However, [working_with_smap_data_in_xarray](notebooks/SMAP/working_with_smap_in_xarray.ipynb) provides the most basic introduction.
10+
911
[working_with_smap_data_in_xarray](notebooks/SMAP/working_with_smap_in_xarray.ipynb) demonstrates how to search for and download SMAP data using `earthaccess`, and how to load a single group into an `xarray.Dataset` using `open_dataset`. It also shows how to add informative dimension names and geospatial coordinates to the dataset so that the data variables can be plotted and analyzed using the powerful `xarray` methods.
1012

1113
[working_with_smap_as_datatree](notebooks/SMAP/working_with_smap_as_datatree.ipynb) demonstrates how to load the full SMAP datafile as an `xarray.Datatree`. It also shows how to load a time series of SMAP files.

0 commit comments

Comments
 (0)