Skip to content

Commit

Permalink
Merge pull request #55 from nsidc/cryo-158
Browse files Browse the repository at this point in the history
Update local environment file for ICESat2 Cloud Access
  • Loading branch information
asteiker authored May 16, 2023
2 parents c4162c4 + d483f4b commit d4928ac
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 d4928ac

Please sign in to comment.