Skip to content

Commit

Permalink
Update local environment file and README for ICESat2 Cloud Access not…
Browse files Browse the repository at this point in the history
…ebook
  • Loading branch information
jroebuck932 committed May 15, 2023
1 parent c4162c4 commit d483f4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notebooks/ICESat-2_Cloud_Access/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This notebook demonstrates searching for cloud-hosted ICESat-2 data and directly
## Set up
To run the notebook provided in this folder, please see the [NSIDC-Data-Tutorials repository readme](https://github.com/nsidc/NSIDC-Data-Tutorials#readme) for instructions on several ways (using Binder, Docker, or Conda) to do this.

**Note:** If you are running this notebook on your own AWS EC2 instance using the environment set up using the environment.yml file in the NSIDC-Data-Tutorials/notebooks/ICESat-2_Cloud_Access/environment folder, you may need to run the following command before running the notebook to ensure the notebook executes properly:

`jupyter nbextension enable --py widgetsnbextension`

You do NOT need to do this if you are using the environment set up using the environment.yml file from the NSIDC-Data-Tutorials/binder folder.

## Key Learning Objectives

1. Use `earthaccess` to search for ICESat-2 data using spatial and temporal filters and explore search results;
Expand Down
2 changes: 2 additions & 0 deletions notebooks/ICESat-2_Cloud_Access/environment/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ dependencies:
- earthaccess
- hvplot
- xarray
- ipywidgets
- h5netcdf

0 comments on commit d483f4b

Please sign in to comment.