Skip to content

Commit 1597033

Browse files
update
1 parent b174df2 commit 1597033

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

notebooks/xee_time_series_processing.ipynb

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"cell_type": "code",
45-
"execution_count": 1,
45+
"execution_count": null,
4646
"metadata": {
4747
"id": "aQpTzbC0l73O"
4848
},
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 23,
58+
"execution_count": null,
5959
"metadata": {
6060
"id": "Ghkgm9n_ZX-u"
6161
},
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 4,
78+
"execution_count": null,
7979
"metadata": {
8080
"id": "sSvffB_ToEE9"
8181
},
@@ -107,7 +107,7 @@
107107
},
108108
{
109109
"cell_type": "code",
110-
"execution_count": 5,
110+
"execution_count": null,
111111
"metadata": {
112112
"id": "HE-KmIohjc9I"
113113
},
@@ -187,17 +187,13 @@
187187
" def setup(self, worker):\n",
188188
" self.worker = worker\n",
189189
" try:\n",
190-
" ee.Initialize(\n",
191-
" project=cloud_project,\n",
192-
" opt_url='https://earthengine-highvolume.googleapis.com')\n",
190+
" ee.Initialize(project=cloud_project)\n",
193191
" except:\n",
194192
" ee.Authenticate()\n",
195-
" ee.Initialize(\n",
196-
" project=cloud_project,\n",
197-
" opt_url='https://earthengine-highvolume.googleapis.com')\n",
193+
" ee.Initialize(project=cloud_project)\n",
198194
"\n",
199195
"ee_plugin = EEPlugin()\n",
200-
"client.register_plugin(ee_plugin)\n"
196+
"client.register_plugin(ee_plugin)"
201197
],
202198
"metadata": {
203199
"id": "NZ-XuSPIK3Eh"
@@ -225,7 +221,7 @@
225221
},
226222
{
227223
"cell_type": "code",
228-
"execution_count": 9,
224+
"execution_count": null,
229225
"metadata": {
230226
"id": "J_brtBxhxFzg"
231227
},
@@ -289,7 +285,7 @@
289285
"id": "xZ08HiIlassY",
290286
"outputId": "30d83437-f90e-42a6-fb72-17a93d864e0d"
291287
},
292-
"execution_count": 11,
288+
"execution_count": null,
293289
"outputs": [
294290
{
295291
"output_type": "execute_result",
@@ -334,7 +330,7 @@
334330
"id": "DMa6Pr_kZ0Y5",
335331
"outputId": "95c4f6de-46b6-4ea2-ddf0-1c9da4706af4"
336332
},
337-
"execution_count": 12,
333+
"execution_count": null,
338334
"outputs": [
339335
{
340336
"output_type": "execute_result",
@@ -352,7 +348,7 @@
352348
},
353349
{
354350
"cell_type": "code",
355-
"execution_count": 16,
351+
"execution_count": null,
356352
"metadata": {
357353
"id": "vgycI1rAWI9I",
358354
"colab": {
@@ -1164,7 +1160,7 @@
11641160
},
11651161
{
11661162
"cell_type": "code",
1167-
"execution_count": 18,
1163+
"execution_count": null,
11681164
"metadata": {
11691165
"id": "CvJMUmj62OkC",
11701166
"colab": {
@@ -1912,7 +1908,7 @@
19121908
"id": "OeGhowFPbtdD",
19131909
"outputId": "821c905a-0695-4145-9760-f93a7305010b"
19141910
},
1915-
"execution_count": 19,
1911+
"execution_count": null,
19161912
"outputs": [
19171913
{
19181914
"output_type": "stream",
@@ -1975,7 +1971,7 @@
19751971
"id": "Dt7smTCAcVm_",
19761972
"outputId": "ee3712a4-9d37-4e50-f725-8aded4f04312"
19771973
},
1978-
"execution_count": 24,
1974+
"execution_count": null,
19791975
"outputs": [
19801976
{
19811977
"output_type": "execute_result",
@@ -1991,7 +1987,7 @@
19911987
},
19921988
{
19931989
"cell_type": "code",
1994-
"execution_count": 25,
1990+
"execution_count": null,
19951991
"metadata": {
19961992
"id": "-5J0g36ZljdQ"
19971993
},
@@ -2003,7 +1999,7 @@
20031999
},
20042000
{
20052001
"cell_type": "code",
2006-
"execution_count": 26,
2002+
"execution_count": null,
20072003
"metadata": {
20082004
"colab": {
20092005
"base_uri": "https://localhost:8080/",
@@ -2059,7 +2055,7 @@
20592055
},
20602056
{
20612057
"cell_type": "code",
2062-
"execution_count": 27,
2058+
"execution_count": null,
20632059
"metadata": {
20642060
"id": "32072E2AyCfU",
20652061
"colab": {

0 commit comments

Comments
 (0)