|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "markdown", |
5 | | - "id": "97c67e4f-43c4-4a69-9e9b-c45c7c882830", |
| 5 | + "id": "e0754304-7036-4530-83ec-86cec0f9886b", |
6 | 6 | "metadata": { |
7 | 7 | "tags": [] |
8 | 8 | }, |
9 | 9 | "source": [ |
10 | | - "<center>\n", |
11 | | - "<img src='./img/nsidc_logo.png'/>\n", |
12 | | - " \n", |
| 10 | + "\n", |
| 11 | + "\n", |
13 | 12 | "# **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", |
17 | 17 | "\n", |
18 | 18 | "## **1. Tutorial Overview**\n", |
19 | 19 | "\n", |
|
44 | 44 | "\n", |
45 | 45 | "### **Prerequisites**\n", |
46 | 46 | "\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", |
52 | 51 | "\n", |
53 | 52 | "### **Example of end product** \n", |
54 | 53 | "At the end of this tutorial, the following figure will be generated:\n", |
|
0 commit comments