Skip to content

Commit 69e36d0

Browse files
committed
updates to customize and access rendered and non-rendered notebooks
1 parent 7f7d636 commit 69e36d0

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

notebooks/ICESat-2_MODIS_Arctic_Sea_Ice/Customize and Access Data Rendered.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Warning: Data access is no longer possible using the method described in this tutorial\n",
8+
"\n",
9+
"This tutorial was developed for a workshop presented at AGU 2019 and represents a snapshot in time. The data access method described below was developed to access data within NSIDC DAAC’s legacy, on premises archive. Data have since migrated to the NASA Earthdata Cloud and are not accessible as described below. NASA Earthdata Cloud data are freely accessible for download or in-region (AWS us-west-2) access to anyone with an Earthdata Login. We are developing material to replace the instructions presented here. In the meantime, we recommend the following tutorials for programmatic data access:\n",
10+
"\n",
11+
"https://github.com/nsidc/NSIDC-Data-Tutorials/tree/main/notebooks/ICESat-2_Cloud_Access\n",
12+
"\n",
13+
"https://nasa-openscapes.github.io/earthdata-cloud-cookbook/tutorials/IS2_Harmony.html\n",
14+
"\n",
15+
"For more information regarding the migration and data access from NASA Earthdata Cloud please go here:\n",
16+
"\n",
17+
"https://nsidc.org/data/user-resources/help-center/nasa-earthdata-cloud-data-access-guide\n",
18+
"\n",
719
"# Discover, Customize and Access NSIDC DAAC Data\n",
820
"\n",
921
"This notebook is based off of the [NSIDC-Data-Access-Notebook](https://github.com/nsidc/NSIDC-Data-Access-Notebook) provided through NSIDC's Github organization. \n",
@@ -601,7 +613,7 @@
601613
"name": "python",
602614
"nbconvert_exporter": "python",
603615
"pygments_lexer": "ipython3",
604-
"version": "3.9.16"
616+
"version": "3.9.18"
605617
}
606618
},
607619
"nbformat": 4,

notebooks/ICESat-2_MODIS_Arctic_Sea_Ice/Customize and Access Data.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"# Warning: Data access is no longer possible using the method described in this tutorial\n",
8+
"\n",
9+
"This tutorial was developed for a workshop presented at AGU 2019 and represents a snapshot in time. The data access method described below was developed to access data within NSIDC DAAC’s legacy, on premises archive. Data have since migrated to the NASA Earthdata Cloud and are not accessible as described below. NASA Earthdata Cloud data are freely accessible for download or in-region (AWS us-west-2) access to anyone with an Earthdata Login. We are developing material to replace the instructions presented here. In the meantime, we recommend the following tutorials for programmatic data access:\n",
10+
"\n",
11+
"https://github.com/nsidc/NSIDC-Data-Tutorials/tree/main/notebooks/ICESat-2_Cloud_Access\n",
12+
"\n",
13+
"https://nasa-openscapes.github.io/earthdata-cloud-cookbook/tutorials/IS2_Harmony.html\n",
14+
"\n",
15+
"For more information regarding the migration and data access from NASA Earthdata Cloud please go here:\n",
16+
"\n",
17+
"https://nsidc.org/data/user-resources/help-center/nasa-earthdata-cloud-data-access-guide\n",
18+
"\n",
719
"# Discover, Customize and Access NSIDC DAAC Data\n",
820
"\n",
921
"This notebook is based off of the [NSIDC-Data-Access-Notebook](https://github.com/nsidc/NSIDC-Data-Access-Notebook) provided through NSIDC's Github organization. \n",
@@ -485,7 +497,7 @@
485497
"name": "python",
486498
"nbconvert_exporter": "python",
487499
"pygments_lexer": "ipython3",
488-
"version": "3.9.16"
500+
"version": "3.9.18"
489501
}
490502
},
491503
"nbformat": 4,

0 commit comments

Comments
 (0)