Skip to content

Commit

Permalink
fix few text items
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 22, 2023
1 parent 59776fc commit 8b5e071
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions doc/source/example_notebooks/IS2_cloud_data_access.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import earthaccess\n",
"import icepyx as ipx"
]
},
Expand All @@ -46,7 +47,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"short_name = 'ATL03'\n",
Expand All @@ -57,7 +60,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"reg = ipx.Query(short_name, spatial_extent, date_range)"
Expand All @@ -78,7 +83,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"gran_ids = reg.avail_granules(ids=True, cloud=True)\n",
Expand All @@ -91,9 +98,7 @@
"user_expressions": []
},
"source": [
"## Determining variables of interest\n",
"\n",
"**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**"
"## Determining variables of interest"
]
},
{
Expand All @@ -102,7 +107,7 @@
"user_expressions": []
},
"source": [
"There are several ways to view availble variables. One is to use the existing Query object:"
"There are several ways to view available variables. One is to use the existing Query object:"
]
},
{
Expand Down Expand Up @@ -195,7 +200,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# uncommenting the line below will print your temporary aws login credentials\n",
Expand Down Expand Up @@ -231,7 +238,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# the first index, [1], gets us into the list of s3 urls\n",
Expand Down Expand Up @@ -344,16 +353,15 @@
},
"source": [
"#### Credits\n",
"* notebook by: Jessica Scheick and Rachel Wegener\n",
"* historic source material: [is2-nsidc-cloud.py](https://gist.github.com/bradlipovsky/80ab6a7aff3d3524b9616a9fc176065e#file-is2-nsidc-cloud-py-L28) by Brad Lipovsky"
"* notebook by: Jessica Scheick and Rachel Wegener"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "icepyx-dev",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "icepyx-dev"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -365,7 +373,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8b5e071

Please sign in to comment.