Skip to content

Commit

Permalink
add its_live tutorial (#91)
Browse files Browse the repository at this point in the history
* add its_live tutorial

* update toc with ITS_LIVE tutorial

* updated tutorial index for itslive

* updated Earthdata tutorial file links in index

* Moved tutorial Part to title to fix TOC
  • Loading branch information
tsnow03 authored Apr 5, 2024
1 parent 98f63b0 commit 33374e8
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 8 deletions.
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ parts:
- file: tutorials/dask_for_geoscientists
- file: tutorials/ARCOdata_writingZarrs
- file: tutorials/GrIMP/GrIMP_tutorial_AGU23
- file: tutorials/ITS_LIVE_plot_point_timeseries
- caption: Contributing
chapters:
- file: contributing/index
Expand Down
288 changes: 288 additions & 0 deletions book/tutorials/ITS_LIVE_plot_point_timeseries.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"cell_type": "markdown",
"id": "7fd4844a-aee8-4a9c-b22a-02688a8067f9",
"metadata": {
"tags": [],
"user_expressions": []
"tags": []
},
"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 Down Expand Up @@ -1915,7 +1913,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions book/tutorials/NASA-Earthdata-Cloud-Access/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The following series of tutorials provides background on how to search and access NASA Earthdata. In particular, we provide background on the NASA Earthdata Cloud evolution and general cloud computing considerations, followed by a focus on NASA's ICESat-2 Mission. This introduction is followed by tutorials on two valuable python packages: `earthaccess` and `icepyx`, offering complementary search, access, and subsetting capabilities.

## The following notebooks are included as part of this series:
* Introduction to NASA Earthdata Cloud and ICESat-2
* Using NASA Earthdata Search to Discover Cloud-Hosted Data
* Introduction to the `earthaccess` python library
* Using the `icepyx` python library to access ICESat-2 data
* [Introduction to NASA Earthdata Cloud and ICESat-2](https://book.cryointhecloud.com/tutorials/NASA-Earthdata-Cloud-Access/1.Intro-Earthdata-Cloud.html)
* [Using NASA Earthdata Search to Discover Cloud-Hosted Data](https://book.cryointhecloud.com/tutorials/NASA-Earthdata-Cloud-Access/2.earthdata_search.html)
* [Introduction to the `earthaccess` python library](https://book.cryointhecloud.com/tutorials/NASA-Earthdata-Cloud-Access/3.earthaccess.html)
* [Using the `icepyx` python library to access ICESat-2 data](https://book.cryointhecloud.com/tutorials/NASA-Earthdata-Cloud-Access/4.icepyx.html)
1 change: 1 addition & 0 deletions book/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ All live tutorial recordings available via CryoCloud YouTube. Or see the table b
| [Analysis-ready, cloud-optimized data: writing zarr directories](https://book.cryointhecloud.com/tutorials/ARCOdata_writingZarrs.html) | [Recording](https://youtu.be/CkQW_3gcFaM)
| [Determining ice sheet change using Greenland Ice Mapping Project (GrIMP) tools](https://book.cryointhecloud.com/tutorials/GrIMP/GrIMP_tutorial_AGU23.html) | [Recording](https://youtu.be/MSp7zke8ReE)
| Publishing tools and storing data with Ghub | [Recording](https://youtu.be/wwezHsz1j9M)
| [ITS_LIVE Python Library Demo: Time Series of Ice Flow Speed at a Point](https://book.cryointhecloud.com/tutorials/ITS_LIVE_plot_point_timeseries.html) | Recording

0 comments on commit 33374e8

Please sign in to comment.