Skip to content

Commit

Permalink
Added link to the earthaccess tech spotlight talk as recommended viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikala-nsidc committed Aug 16, 2024
1 parent 84475f7 commit a480e72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 12 additions & 6 deletions book/tutorials/Data_access/earthaccess_icesat2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "dfffa3a9-488b-444c-8b36-4c16ea215709",
"id": "76391091-054f-48d6-bc92-2e1c5f3f5024",
"metadata": {
"tags": [],
"user_expressions": []
Expand Down Expand Up @@ -36,6 +36,12 @@
"3. a NASA Earthdata Login. If you need to register for an Earthdata Login see the [Getting an Earthdata Login](https://icesat-2-2023.hackweek.io/preliminary/checklist/earthdata.html#getting-an-earthdata-login) section of the ICESat-2 Hackweek 2023 Jupyter Book.\n",
"4. A `.netrc` file, that contains your Earthdata Login credentials, in your home directory. See [Configure Programmatic Access to NASA Servers](https://icesat-2-2023.hackweek.io/preliminary/checklist/earthdata.html#configure-programmatic-access-to-nasa-servers) to create a `.netrc` file.\n",
"\n",
"## Highly Recommended Viewing\n",
"\n",
"[earthaccess NASA Tech Spotlight video recording](https://www.youtube.com/watch?v=EIr3j1_wDc0)\n",
"\n",
"Watch a coding demonstration and learn about the history of earthaccess and the community that supports it.\n",
"\n",
"## Credits\n",
"\n",
"This notebook is based on an [NSIDC Data Tutorial](https://github.com/nsidc/NSIDC-Data-Tutorials) originally created by Luis Lopez and Mikala Beig, NSIDC, modified by Andy Barrett, NSIDC, and updated by Jennifer Roebuck, NSIDC."
Expand Down Expand Up @@ -347,9 +353,9 @@
"metadata": {},
"outputs": [],
"source": [
"%time\n",
"files = earthaccess.open(results)\n",
"ds = xr.open_dataset(files[1], group='/gt1l/land_ice_segments')"
"# %time\n",
"# files = earthaccess.open(results)\n",
"# ds = xr.open_dataset(files[1], group='/gt1l/land_ice_segments')"
]
},
{
Expand All @@ -359,7 +365,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds"
"#ds"
]
},
{
Expand All @@ -379,7 +385,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds['h_li'].hvplot(kind='scatter', s=2)"
"#ds['h_li'].hvplot(kind='scatter', s=2)"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions book/tutorials/Data_access/earthaccess_snowex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"\n",
"1. a NASA Earthdata Login. If you need to register for an Earthdata Login see the [Getting an Earthdata Login](https://icesat-2-2023.hackweek.io/preliminary/checklist/earthdata.html#getting-an-earthdata-login) section of the ICESat-2 Hackweek 2023 Jupyter Book.\n",
"\n",
"## Highly Recommended Viewing\n",
"\n",
"[earthaccess NASA Tech Spotlight video recording](https://www.youtube.com/watch?v=EIr3j1_wDc0)\n",
"\n",
"Watch a coding demonstration and learn about the history of earthaccess and the community that supports it.\n",
" \n",
"## Credits\n",
"\n",
"This notebook is based on an [NSIDC Data Tutorial](https://github.com/nsidc/NSIDC-Data-Tutorials) originally created by Luis Lopez and Mikala Beig, NSIDC, modified by Andy Barrett, NSIDC, and updated by Jennifer Roebuck and Gail Reckase, NSIDC."
Expand Down

0 comments on commit a480e72

Please sign in to comment.