Skip to content

Commit 240a41c

Browse files
authored
Merge pull request #99 from nsidc/test
added warning for ESA FTP access.
2 parents e4d47cc + cb58681 commit 240a41c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

notebooks/ICESat-2_Cloud_Access/ICESat2-CryoSat2-Coincident.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "9980425f-6c89-4a32-99ed-7ab8ae7b02e9",
5+
"id": "43edf5bb-82c1-49e6-a80e-c5193e07d187",
66
"metadata": {},
77
"source": [
88
"# **Plotting ICESat-2 and CryoSat-2 Freeboards**\n",
99
"\n",
1010
"\n",
1111
"<div align=\"center\"><img width=\"40%\" src='https://raw.githubusercontent.com/nsidc/NSIDC-Data-Tutorials/is2-cryo2/notebooks/ICESat-2_Cloud_Access/img/icesat2-cryosat2.png'/></div>\n",
1212
"\n",
13-
"## Note\n",
13+
"## Warning\n",
1414
"\n",
1515
"This tutorial was originally used for a data access workshop during the Cryo2Ice symposium in September 2024. Content represents a snapshot in time, and will not be updated. \n",
1616
"\n",
17+
"Since the time of publication, ESA have changed permissions for the FTP server that hosts these data. Users will need to contact the ESA help desk for access credentials. \n",
18+
"\n",
1719
"### **Credits**\n",
1820
"This notebook was created by Mikala Beig and Andy Barrett, NSIDC\n",
1921
"\n",
@@ -412,9 +414,9 @@
412414
],
413415
"metadata": {
414416
"kernelspec": {
415-
"display_name": "Python 3 (ipykernel)",
417+
"display_name": "Python [conda env:base] *",
416418
"language": "python",
417-
"name": "python3"
419+
"name": "conda-base-py"
418420
},
419421
"language_info": {
420422
"codemirror_mode": {
@@ -426,7 +428,7 @@
426428
"name": "python",
427429
"nbconvert_exporter": "python",
428430
"pygments_lexer": "ipython3",
429-
"version": "3.9.18"
431+
"version": "3.12.7"
430432
}
431433
},
432434
"nbformat": 4,

0 commit comments

Comments
 (0)