Skip to content

Commit 8b5e071

Browse files
committed
fix few text items
1 parent 59776fc commit 8b5e071

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

Diff for: doc/source/example_notebooks/IS2_cloud_data_access.ipynb

+24-16
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
{
2828
"cell_type": "code",
2929
"execution_count": null,
30-
"metadata": {},
30+
"metadata": {
31+
"tags": []
32+
},
3133
"outputs": [],
3234
"source": [
33-
"import earthaccess\n",
3435
"import icepyx as ipx"
3536
]
3637
},
@@ -46,7 +47,9 @@
4647
{
4748
"cell_type": "code",
4849
"execution_count": null,
49-
"metadata": {},
50+
"metadata": {
51+
"tags": []
52+
},
5053
"outputs": [],
5154
"source": [
5255
"short_name = 'ATL03'\n",
@@ -57,7 +60,9 @@
5760
{
5861
"cell_type": "code",
5962
"execution_count": null,
60-
"metadata": {},
63+
"metadata": {
64+
"tags": []
65+
},
6166
"outputs": [],
6267
"source": [
6368
"reg = ipx.Query(short_name, spatial_extent, date_range)"
@@ -78,7 +83,9 @@
7883
{
7984
"cell_type": "code",
8085
"execution_count": null,
81-
"metadata": {},
86+
"metadata": {
87+
"tags": []
88+
},
8289
"outputs": [],
8390
"source": [
8491
"gran_ids = reg.avail_granules(ids=True, cloud=True)\n",
@@ -91,9 +98,7 @@
9198
"user_expressions": []
9299
},
93100
"source": [
94-
"## Determining variables of interest\n",
95-
"\n",
96-
"**Note: If you get a PermissionDenied Error when trying to read in the data, you may not be sending your request from an AWS hub in us-west2. We're currently working on how to alert users if they will not be able to access ICESat-2 data in the cloud for this reason**"
101+
"## Determining variables of interest"
97102
]
98103
},
99104
{
@@ -102,7 +107,7 @@
102107
"user_expressions": []
103108
},
104109
"source": [
105-
"There are several ways to view availble variables. One is to use the existing Query object:"
110+
"There are several ways to view available variables. One is to use the existing Query object:"
106111
]
107112
},
108113
{
@@ -195,7 +200,9 @@
195200
{
196201
"cell_type": "code",
197202
"execution_count": null,
198-
"metadata": {},
203+
"metadata": {
204+
"tags": []
205+
},
199206
"outputs": [],
200207
"source": [
201208
"# uncommenting the line below will print your temporary aws login credentials\n",
@@ -231,7 +238,9 @@
231238
{
232239
"cell_type": "code",
233240
"execution_count": null,
234-
"metadata": {},
241+
"metadata": {
242+
"tags": []
243+
},
235244
"outputs": [],
236245
"source": [
237246
"# the first index, [1], gets us into the list of s3 urls\n",
@@ -344,16 +353,15 @@
344353
},
345354
"source": [
346355
"#### Credits\n",
347-
"* notebook by: Jessica Scheick and Rachel Wegener\n",
348-
"* historic source material: [is2-nsidc-cloud.py](https://gist.github.com/bradlipovsky/80ab6a7aff3d3524b9616a9fc176065e#file-is2-nsidc-cloud-py-L28) by Brad Lipovsky"
356+
"* notebook by: Jessica Scheick and Rachel Wegener"
349357
]
350358
}
351359
],
352360
"metadata": {
353361
"kernelspec": {
354-
"display_name": "icepyx-dev",
362+
"display_name": "Python 3 (ipykernel)",
355363
"language": "python",
356-
"name": "icepyx-dev"
364+
"name": "python3"
357365
},
358366
"language_info": {
359367
"codemirror_mode": {
@@ -365,7 +373,7 @@
365373
"name": "python",
366374
"nbconvert_exporter": "python",
367375
"pygments_lexer": "ipython3",
368-
"version": "3.11.4"
376+
"version": "3.10.13"
369377
}
370378
},
371379
"nbformat": 4,

0 commit comments

Comments
 (0)