Skip to content

Commit f6082b9

Browse files
committed
Updated readme with description of ICESat-2 CryoSat-2 tutorial. Edited ICESat-2-CryoSat2 notebook and edited ATL06 direct access notebook. Added full github urls to figures.
1 parent f08d482 commit f6082b9

File tree

3 files changed

+52
-618
lines changed

3 files changed

+52
-618
lines changed

notebooks/ICESat-2_Cloud_Access/ATL06-direct-access.ipynb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "97c67e4f-43c4-4a69-9e9b-c45c7c882830",
5+
"id": "e0754304-7036-4530-83ec-86cec0f9886b",
66
"metadata": {
77
"tags": []
88
},
99
"source": [
10-
"<center>\n",
11-
"<img src='./img/nsidc_logo.png'/>\n",
12-
" \n",
10+
"\n",
11+
"\n",
1312
"# **Accessing and working with ICESat-2 data in the cloud**\n",
14-
" \n",
15-
"</center>\n",
16-
" \n",
13+
"\n",
14+
"\n",
15+
"<div align=\"left\"><img src='https://raw.githubusercontent.com/nsidc/NSIDC-Data-Tutorials/is2-cryo2/notebooks/ICESat-2_Cloud_Access/img/nsidc_logo.png'/></div>\n",
16+
" \n",
1717
"\n",
1818
"## **1. Tutorial Overview**\n",
1919
"\n",
@@ -44,11 +44,10 @@
4444
"\n",
4545
"### **Prerequisites**\n",
4646
"\n",
47-
"1. An Amazon Web Services (AWS) account. You will be accessing data in Amazon Web Services (AWS) Simple Storage Service (S3) buckets. This requires an AWS account, for details on how to set one up see [here](https://nsidc.org/data/user-resources/help-center/nasa-earthdata-cloud-data-access-guide#anchor-1).\n",
48-
"2. An EC2 instance in the us-west-2 region is set up. **NASA cloud-hosted data is in Amazon Region us-west2. So you also need an EC2 instance in the us-west-2 region.** An EC2 instance is a virtual computer that you create to perform processing operations in place of using your own desktop or laptop. Details on how to set up an instance can be found [here](https://nsidc.org/data/user-resources/help-center/nasa-earthdata-cloud-data-access-guide#anchor-1).\n",
49-
"3. An Earthdata Login is required for data access. If you don't have one, you can register for one [here](https://urs.earthdata.nasa.gov/).\n",
50-
"4. A .netrc file, that contains your Earthdata Login credentials, in your home directory. The current recommended practice for authentication is to create a .netrc file in your home directory following [these instructions](https://nsidc.org/support/how/how-do-i-programmatically-request-data-services) (Step 1) and to use the .netrc file for authentication when required for data access during the tutorial.\n",
51-
"5. The *nsidc-tutorials* environment is setup and activated. This [README](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/README.md) has setup instructions.\n",
47+
"1. An EC2 instance in the us-west-2 region. **NASA cloud-hosted data is in Amazon Region us-west2. So you also need an EC2 instance in the us-west-2 region.** An EC2 instance is a virtual computer that you create to perform processing operations in place of using your own desktop or laptop. Details on how to set up an instance can be found [here](https://nsidc.org/data/user-resources/help-center/nasa-earthdata-cloud-data-access-guide#anchor-1).\n",
48+
"2. An Earthdata Login is required for data access. If you don't have one, you can register for one [here](https://urs.earthdata.nasa.gov/).\n",
49+
"3. A .netrc file, that contains your Earthdata Login credentials, in your home directory. The current recommended practice for authentication is to create a .netrc file in your home directory following [these instructions](https://nsidc.org/support/how/how-do-i-programmatically-request-data-services) (Step 1) and to use the .netrc file for authentication when required for data access during the tutorial.\n",
50+
"4. The *nsidc-tutorials* environment is setup and activated. This [README](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/README.md) has setup instructions.\n",
5251
"\n",
5352
"### **Example of end product** \n",
5453
"At the end of this tutorial, the following figure will be generated:\n",

0 commit comments

Comments
 (0)