Skip to content

Commit

Permalink
update another link
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Apr 9, 2024
1 parent 35733ae commit 9c02212
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions book/tutorials/NASA-Earthdata-Cloud-Access/3.earthaccess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"cell_type": "markdown",
"id": "7fd4844a-aee8-4a9c-b22a-02688a8067f9",
"metadata": {
"tags": []
"tags": [],
"user_expressions": []
},
"source": [
"# NASA Earthdata Cloud and data access using earthaccess and icepyx\n",
"# Part 1: Introduction to the `earthaccess` python library\n",
"\n",
"## Tutorial Overview\n",
Expand All @@ -19,12 +21,8 @@
"\n",
"As an example data collection, we use ICESat-2 Land Ice Height (ATL06) granules over the Juneau Icefield, AK, for March and April 2020. ICESat-2 data granules, including ATL06, are stored in HDF5 format. We demonstrate how to open an HDF5 granule and access data variables using `xarray`. Land Ice Heights are then plotted using `hvplot`. \n",
"\n",
"<figure>\n",
"<center>\n",
" <img src='./images/atl06_example_plot.png' alt='Example plot using data downloaded in tutorial'/>\n",
" <figcaption> ATL06 Land Ice Heights for the margin of the Juneau Ice Field </figcaption>\n",
"</center>\n",
"</figure>\n",
"![ExamplePlotusingTutorialData](./images/atl06_example_plot.png)\n",
"> ATL06 Land Ice Heights for the margin of the Juneau Ice Field\n",
"\n",
"### Learning Objectives\n",
"\n",
Expand Down

0 comments on commit 9c02212

Please sign in to comment.