|
27 | 27 | {
|
28 | 28 | "cell_type": "code",
|
29 | 29 | "execution_count": null,
|
30 |
| - "metadata": {}, |
| 30 | + "metadata": { |
| 31 | + "tags": [] |
| 32 | + }, |
31 | 33 | "outputs": [],
|
32 | 34 | "source": [
|
33 |
| - "import earthaccess\n", |
34 | 35 | "import icepyx as ipx"
|
35 | 36 | ]
|
36 | 37 | },
|
|
46 | 47 | {
|
47 | 48 | "cell_type": "code",
|
48 | 49 | "execution_count": null,
|
49 |
| - "metadata": {}, |
| 50 | + "metadata": { |
| 51 | + "tags": [] |
| 52 | + }, |
50 | 53 | "outputs": [],
|
51 | 54 | "source": [
|
52 | 55 | "short_name = 'ATL03'\n",
|
|
57 | 60 | {
|
58 | 61 | "cell_type": "code",
|
59 | 62 | "execution_count": null,
|
60 |
| - "metadata": {}, |
| 63 | + "metadata": { |
| 64 | + "tags": [] |
| 65 | + }, |
61 | 66 | "outputs": [],
|
62 | 67 | "source": [
|
63 | 68 | "reg = ipx.Query(short_name, spatial_extent, date_range)"
|
|
78 | 83 | {
|
79 | 84 | "cell_type": "code",
|
80 | 85 | "execution_count": null,
|
81 |
| - "metadata": {}, |
| 86 | + "metadata": { |
| 87 | + "tags": [] |
| 88 | + }, |
82 | 89 | "outputs": [],
|
83 | 90 | "source": [
|
84 | 91 | "gran_ids = reg.avail_granules(ids=True, cloud=True)\n",
|
|
91 | 98 | "user_expressions": []
|
92 | 99 | },
|
93 | 100 | "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" |
97 | 102 | ]
|
98 | 103 | },
|
99 | 104 | {
|
|
102 | 107 | "user_expressions": []
|
103 | 108 | },
|
104 | 109 | "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:" |
106 | 111 | ]
|
107 | 112 | },
|
108 | 113 | {
|
|
195 | 200 | {
|
196 | 201 | "cell_type": "code",
|
197 | 202 | "execution_count": null,
|
198 |
| - "metadata": {}, |
| 203 | + "metadata": { |
| 204 | + "tags": [] |
| 205 | + }, |
199 | 206 | "outputs": [],
|
200 | 207 | "source": [
|
201 | 208 | "# uncommenting the line below will print your temporary aws login credentials\n",
|
|
231 | 238 | {
|
232 | 239 | "cell_type": "code",
|
233 | 240 | "execution_count": null,
|
234 |
| - "metadata": {}, |
| 241 | + "metadata": { |
| 242 | + "tags": [] |
| 243 | + }, |
235 | 244 | "outputs": [],
|
236 | 245 | "source": [
|
237 | 246 | "# the first index, [1], gets us into the list of s3 urls\n",
|
|
344 | 353 | },
|
345 | 354 | "source": [
|
346 | 355 | "#### 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" |
349 | 357 | ]
|
350 | 358 | }
|
351 | 359 | ],
|
352 | 360 | "metadata": {
|
353 | 361 | "kernelspec": {
|
354 |
| - "display_name": "icepyx-dev", |
| 362 | + "display_name": "Python 3 (ipykernel)", |
355 | 363 | "language": "python",
|
356 |
| - "name": "icepyx-dev" |
| 364 | + "name": "python3" |
357 | 365 | },
|
358 | 366 | "language_info": {
|
359 | 367 | "codemirror_mode": {
|
|
365 | 373 | "name": "python",
|
366 | 374 | "nbconvert_exporter": "python",
|
367 | 375 | "pygments_lexer": "ipython3",
|
368 |
| - "version": "3.11.4" |
| 376 | + "version": "3.10.13" |
369 | 377 | }
|
370 | 378 | },
|
371 | 379 | "nbformat": 4,
|
|
0 commit comments