Skip to content

Commit 7fb60b9

Browse files
committed
pip install before earthaccess
1 parent f69f90f commit 7fb60b9

8 files changed

Lines changed: 68 additions & 68 deletions

examples/docs_1_pace_l3.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
"## Prerequisites"
2020
]
2121
},
22+
{
23+
"cell_type": "code",
24+
"execution_count": null,
25+
"id": "daf8b793-9495-40e0-9e7f-c9ee6445508c",
26+
"metadata": {},
27+
"outputs": [],
28+
"source": [
29+
"# install if needed\n",
30+
"pip install point-collocation --quiet"
31+
]
32+
},
2233
{
2334
"cell_type": "code",
2435
"execution_count": 1,
@@ -42,17 +53,6 @@
4253
"earthaccess.login()"
4354
]
4455
},
45-
{
46-
"cell_type": "code",
47-
"execution_count": null,
48-
"id": "daf8b793-9495-40e0-9e7f-c9ee6445508c",
49-
"metadata": {},
50-
"outputs": [],
51-
"source": [
52-
"# install if needed\n",
53-
"pip install point-collocation --quiet"
54-
]
55-
},
5656
{
5757
"cell_type": "markdown",
5858
"id": "d8ad9143-9c48-44a0-a378-13fd39452352",

examples/docs_2_pace_l2.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"The examples here use NASA EarthData and you need to have an account with EarthData. Make sure you can login."
2222
]
2323
},
24+
{
25+
"cell_type": "code",
26+
"execution_count": null,
27+
"id": "78b37622-212b-4156-8f26-28af653c954d",
28+
"metadata": {},
29+
"outputs": [],
30+
"source": [
31+
"# if needed\n",
32+
"pip install point-collocation"
33+
]
34+
},
2435
{
2536
"cell_type": "code",
2637
"execution_count": 1,
@@ -43,17 +54,6 @@
4354
"earthaccess.login()"
4455
]
4556
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"id": "78b37622-212b-4156-8f26-28af653c954d",
50-
"metadata": {},
51-
"outputs": [],
52-
"source": [
53-
"# if needed\n",
54-
"pip install point-collocation"
55-
]
56-
},
5757
{
5858
"cell_type": "markdown",
5959
"id": "ba4ef7b4-7569-4da4-8956-27f8b060c5b2",

examples/docs_3_many_points.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
{
2323
"cell_type": "code",
2424
"execution_count": null,
25-
"id": "52d6f342-2da3-4a9a-8c5d-92b418d7f722",
25+
"id": "45bfd84e-34af-4914-b9f2-c8099d04de19",
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
29-
"import earthaccess\n",
30-
"earthaccess.login()"
29+
"# if needed\n",
30+
"pip install point-collocation"
3131
]
3232
},
3333
{
3434
"cell_type": "code",
3535
"execution_count": null,
36-
"id": "45bfd84e-34af-4914-b9f2-c8099d04de19",
36+
"id": "52d6f342-2da3-4a9a-8c5d-92b418d7f722",
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
40-
"# if needed\n",
41-
"pip install point-collocation"
40+
"import earthaccess\n",
41+
"earthaccess.login()"
4242
]
4343
},
4444
{

examples/docs_4_ecco.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@
2222
"The examples here use NASA EarthData and you need to have an account with EarthData. Make sure you can login."
2323
]
2424
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"id": "89758143-6b4f-476d-9219-56bc1cabad02",
29+
"metadata": {},
30+
"outputs": [],
31+
"source": [
32+
"# if needed\n",
33+
"pip install point-collocation"
34+
]
35+
},
2536
{
2637
"cell_type": "code",
2738
"execution_count": 1,
@@ -44,17 +55,6 @@
4455
"earthaccess.login()"
4556
]
4657
},
47-
{
48-
"cell_type": "code",
49-
"execution_count": null,
50-
"id": "89758143-6b4f-476d-9219-56bc1cabad02",
51-
"metadata": {},
52-
"outputs": [],
53-
"source": [
54-
"# if needed\n",
55-
"pip install point-collocation"
56-
]
57-
},
5858
{
5959
"cell_type": "markdown",
6060
"id": "538f0232-2879-4bb7-96e0-ee1e0505e625",

examples/docs_4_icesat2.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": null,
29-
"id": "c70e56df-c0d7-46d1-a855-77facca171c1",
29+
"id": "39d9b6af-5e2a-46c3-ae6a-b9e1d3e99c67",
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
33-
"import earthaccess\n",
34-
"earthaccess.login()"
33+
"# if needed\n",
34+
"pip install point-collocation"
3535
]
3636
},
3737
{
3838
"cell_type": "code",
3939
"execution_count": null,
40-
"id": "39d9b6af-5e2a-46c3-ae6a-b9e1d3e99c67",
40+
"id": "c70e56df-c0d7-46d1-a855-77facca171c1",
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"# if needed\n",
45-
"pip install point-collocation"
44+
"import earthaccess\n",
45+
"earthaccess.login()"
4646
]
4747
},
4848
{

examples/docs_4_mur.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
{
2424
"cell_type": "code",
2525
"execution_count": null,
26-
"id": "0dd6737e-c9e1-44a5-83c8-bd706fed1386",
26+
"id": "edd76e93-6eef-450e-a59a-c77ed2e72dd5",
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"import earthaccess\n",
31-
"earthaccess.login()"
30+
"# if needed\n",
31+
"pip install point-collocation"
3232
]
3333
},
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "edd76e93-6eef-450e-a59a-c77ed2e72dd5",
37+
"id": "0dd6737e-c9e1-44a5-83c8-bd706fed1386",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"# if needed\n",
42-
"pip install point-collocation"
41+
"import earthaccess\n",
42+
"earthaccess.login()"
4343
]
4444
},
4545
{

examples/docs_4_tempo.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
{
2424
"cell_type": "code",
2525
"execution_count": null,
26-
"id": "e9b6e22e-f993-4aa0-a03b-6c310cbe11be",
26+
"id": "69c969a2-cad8-41d0-b1cd-f78228b188b9",
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"import earthaccess\n",
31-
"earthaccess.login()"
30+
"# if needed\n",
31+
"pip install point-collocation"
3232
]
3333
},
3434
{
3535
"cell_type": "code",
3636
"execution_count": null,
37-
"id": "69c969a2-cad8-41d0-b1cd-f78228b188b9",
37+
"id": "e9b6e22e-f993-4aa0-a03b-6c310cbe11be",
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"# if needed\n",
42-
"pip install point-collocation"
41+
"import earthaccess\n",
42+
"earthaccess.login()"
4343
]
4444
},
4545
{

examples/docs_quickstart.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"The examples here use NASA EarthData and you need to have an account with EarthData. Make sure you can login."
2222
]
2323
},
24+
{
25+
"cell_type": "code",
26+
"execution_count": null,
27+
"id": "d69b9b2f-4d77-4e21-8d3a-0216f9b3cd46",
28+
"metadata": {},
29+
"outputs": [],
30+
"source": [
31+
"# if needed\n",
32+
"pip install point-collocation"
33+
]
34+
},
2435
{
2536
"cell_type": "code",
2637
"execution_count": 1,
@@ -43,17 +54,6 @@
4354
"earthaccess.login()"
4455
]
4556
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"id": "d69b9b2f-4d77-4e21-8d3a-0216f9b3cd46",
50-
"metadata": {},
51-
"outputs": [],
52-
"source": [
53-
"# if needed\n",
54-
"pip install point-collocation"
55-
]
56-
},
5757
{
5858
"cell_type": "markdown",
5959
"id": "83d8e05a-3219-46e9-90c0-3847bf89750a",

0 commit comments

Comments
 (0)