Skip to content

Commit 4b48433

Browse files
author
Andy Barrett
committed
add setup instructions
1 parent 2084f63 commit 4b48433

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

notebooks/icesat2_webinar_demo/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,28 @@ The demo was presented at the NASA Earthdata Webinar held on Wednesday, 6 August
1010
1. How to search for ICESat-2 data sets (collections) using `earthaccess`.
1111
2. How to search for data files using a time range and spatial extent.
1212
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`.
28+
29+
To activate the environment.
30+
31+
```
32+
mamba activate nsidc-tutorial-icesat2-apps
33+
```
34+
or
35+
```
36+
conda activate nsidc-tutorial-icesat2-apps
37+
```

0 commit comments

Comments
 (0)