Skip to content

Commit 0865e87

Browse files
author
asteiker
committed
updated ordering of tutorials in readme
1 parent a039b09 commit 0865e87

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

README.md

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,6 @@ This combined repository includes tutorials and code resources provided by the N
1111

1212
## Tutorials
1313

14-
### [SnowEx_ASO_MODIS_Snow](./notebooks/SnowEx_ASO_MODIS_Snow)
15-
16-
**Snow Depth and Snow Cover Data Exploration**
17-
18-
Originally demonstrated through the NASA Earthdata Webinar "Let It Snow! Accessing and Analyzing Snow Data at the NSIDC DAAC" on May 6, 2020, this tutorial provides guidance on how to discover, access, and couple snow data across varying geospatial scales from NASA's SnowEx, Airborne Snow Observatory, and Moderate Resolution Imaging Spectroradiometer (MODIS) missions. The tutorial highlights the ability to search and access data by a defined region, and combine and compare snow data across different data formats and scales using a Python-based Jupyter Notebook.
19-
20-
### [ICESat-2_MODIS_Arctic_Sea_Ice](./notebooks/ICESat-2_MODIS_Arctic_Sea_Ice)
21-
22-
**Getting the most out of NSIDC DAAC data: Discovering, Accessing, and Harmonizing Arctic Remote Sensing Data**
23-
24-
Originally presented during the 2019 AGU Fall Meeting, this tutorial demonstrates the NSIDC DAAC's data discovery, access, and subsetting services, along with basic open source resources used to harmonize and analyze data across multiple products. The tutorial is provided as a series of Python-based Jupyter Notebooks, focusing on sea ice height and ice surface temperature data from NASA’s ICESat-2 and MODIS missions, respectively, to characterize Arctic sea ice.
25-
26-
### [IceFlow](./notebooks/iceflow)
27-
28-
> [!CAUTION]
29-
> The IceFlow notebooks and supporting code have some known problems and users
30-
> should exercise caution. It is likely that users will run into errors while
31-
> interacting with the notebooks. Requests for ITRF transformations are not
32-
> currently working as expected. We recommend users look at the `corrections`
33-
> notebook for information about how to apply ITRF transformations to data
34-
> themselves. IceFlow is currently under maintenence, and we hope to resolve
35-
> some of these issues soon.
36-
37-
**Harmonized data for pre-IceBridge, ICESat and IceBridge data sets.**
38-
These Jupyter notebooks are interactive documents to teach students and researchers interested in cryospheric sciences how to access and work with airborne altimetry and related data sets from NASA’s [IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission, and satellite altimetry data from [ICESat](https://icesat.gsfc.nasa.gov/icesat/) and [ICESat-2](https://icesat-2.gsfc.nasa.gov/) missions using the NSIDC **IceFlow API**
39-
40-
41-
### [ITS_LIVE](./notebooks/itslive)
42-
43-
**Global land ice velocities.**
44-
The Inter-mission Time Series of Land Ice Velocity and Elevation (ITS_LIVE) project facilitates ice sheet, ice shelf and glacier research by providing a globally comprehensive and temporally dense multi-sensor record of land ice velocity and elevation with low latency. Scene-pair velocities were generated from satellite optical and radar imagery.
45-
46-
The notebooks on this project demonstrate how to search and access ITS_LIVE velocity pairs and provide a simple example on how to build a data cube.
47-
4814
### [ICESat-2_Cloud_Access Notebooks](./notebooks/ICESat-2_Cloud_Access)
4915

5016
These notebooks demonstrate how to search and access ICESat-2 from the NASA Earthdata Cloud:
@@ -72,6 +38,39 @@ We will use two data sets from the NASA [MEaSUREs](https://nsidc.org/data/measur
7238
* [MEaSUREs Greenland Ice Mapping Project (GrIMP) Digital Elevation Model from GeoEye and WorldView Imagery, Version 2 (NSIDC-0715)](https://nsidc.org/data/nsidc-0715/versions/2)
7339
* [MEaSUREs Greenland Ice Velocity: Selected Glacier Site Velocity Maps from InSAR, Version 4 (NSIDC-0481)](https://nsidc.org/data/nsidc-0481/versions/4)
7440

41+
### [SnowEx_ASO_MODIS_Snow](./notebooks/SnowEx_ASO_MODIS_Snow)
42+
43+
**Snow Depth and Snow Cover Data Exploration**
44+
45+
Originally demonstrated through the NASA Earthdata Webinar "Let It Snow! Accessing and Analyzing Snow Data at the NSIDC DAAC" on May 6, 2020, this tutorial provides guidance on how to discover, access, and couple snow data across varying geospatial scales from NASA's SnowEx, Airborne Snow Observatory, and Moderate Resolution Imaging Spectroradiometer (MODIS) missions. The tutorial highlights the ability to search and access data by a defined region, and combine and compare snow data across different data formats and scales using a Python-based Jupyter Notebook.
46+
47+
### [ICESat-2_MODIS_Arctic_Sea_Ice](./notebooks/ICESat-2_MODIS_Arctic_Sea_Ice)
48+
49+
**Getting the most out of NSIDC DAAC data: Discovering, Accessing, and Harmonizing Arctic Remote Sensing Data**
50+
51+
Originally presented during the 2019 AGU Fall Meeting, this tutorial demonstrates the NSIDC DAAC's data discovery, access, and subsetting services, along with basic open source resources used to harmonize and analyze data across multiple products. The tutorial is provided as a series of Python-based Jupyter Notebooks, focusing on sea ice height and ice surface temperature data from NASA’s ICESat-2 and MODIS missions, respectively, to characterize Arctic sea ice.
52+
53+
### [ITS_LIVE](./notebooks/itslive)
54+
55+
**Global land ice velocities.**
56+
The Inter-mission Time Series of Land Ice Velocity and Elevation (ITS_LIVE) project facilitates ice sheet, ice shelf and glacier research by providing a globally comprehensive and temporally dense multi-sensor record of land ice velocity and elevation with low latency. Scene-pair velocities were generated from satellite optical and radar imagery.
57+
58+
The notebooks on this project demonstrate how to search and access ITS_LIVE velocity pairs and provide a simple example on how to build a data cube.
59+
60+
### [IceFlow](./notebooks/iceflow)
61+
62+
> [!CAUTION]
63+
> The IceFlow notebooks and supporting code have some known problems and users
64+
> should exercise caution. It is likely that users will run into errors while
65+
> interacting with the notebooks. Requests for ITRF transformations are not
66+
> currently working as expected. We recommend users look at the `corrections`
67+
> notebook for information about how to apply ITRF transformations to data
68+
> themselves. IceFlow is currently under maintenence, and we hope to resolve
69+
> some of these issues soon.
70+
71+
**Harmonized data for pre-IceBridge, ICESat and IceBridge data sets.**
72+
These Jupyter notebooks are interactive documents to teach students and researchers interested in cryospheric sciences how to access and work with airborne altimetry and related data sets from NASA’s [IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission, and satellite altimetry data from [ICESat](https://icesat.gsfc.nasa.gov/icesat/) and [ICESat-2](https://icesat-2.gsfc.nasa.gov/) missions using the NSIDC **IceFlow API**
73+
7574
## Usage with Binder
7675

7776
The Binder button above allows you to explore and run the notebook in a shared cloud computing environment without the need to install dependencies on your local machine. Note that this option will not directly download data to your computer; instead the data will be downloaded to the cloud environment.

0 commit comments

Comments
 (0)