You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/icesat2_webinar_demo/README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,28 @@ The demo was presented at the NASA Earthdata Webinar held on Wednesday, 6 August
10
10
1. How to search for ICESat-2 data sets (collections) using `earthaccess`.
11
11
2. How to search for data files using a time range and spatial extent.
12
12
3. How to open an ATL07 and ATL10 using `xarray`
13
-
4. How to make a simple plot of ATL07 data using `matplotlib`
13
+
4. How to make a simple plot of ATL07 data using `matplotlib`
14
+
15
+
## Setup
16
+
17
+
You will need at least version 2024.10.1 of `xarray` and version 0.14.0 of `earthaccess` for this tutorial. We recommend creating a virtual environment using the `environment.yml` file in the environment folder using `mamba` or `conda`.
18
+
19
+
```
20
+
mamba env update -f environment/environment.yml
21
+
```
22
+
or
23
+
```
24
+
conda env update -f environment/environment.yml
25
+
```
26
+
27
+
This will create an virtual environment called `nsidc-tutorial-icesat2-apps`.
0 commit comments