Skip to content

Commit

Permalink
updated another function
Browse files Browse the repository at this point in the history
  • Loading branch information
zyang91 committed Jun 2, 2024
1 parent f09cbda commit 9268bb1
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 3 deletions.
66 changes: 63 additions & 3 deletions notes/lecture18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -917,12 +917,72 @@
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Similar and faster way\n",
"`geemap.download_ee_image_tiles_parallel`"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"data": {
"text/html": [
"\n",
" <style>\n",
" .geemap-dark {\n",
" --jp-widgets-color: white;\n",
" --jp-widgets-label-color: white;\n",
" --jp-ui-font-color1: white;\n",
" --jp-layout-color2: #454545;\n",
" background-color: #383838;\n",
" }\n",
"\n",
" .geemap-dark .jupyter-button {\n",
" --jp-layout-color3: #383838;\n",
" }\n",
"\n",
" .geemap-colab {\n",
" background-color: var(--colab-primary-surface-color, white);\n",
" }\n",
"\n",
" .geemap-colab .jupyter-button {\n",
" --jp-layout-color3: var(--colab-primary-surface-color, white);\n",
" }\n",
" </style>\n",
" "
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Finished in 12.456342697143555 seconds.\n"
]
}
],
"source": [
"out_dir= 'tiles2'\n",
"geemap.download_ee_image_tiles_parallel(\n",
" image,\n",
" fishnet,\n",
" out_dir,\n",
" prefix='landsat_',\n",
" crs= 'EPSG:3857',\n",
" scale= 120,\n",
")"
]
}
],
"metadata": {
Expand Down
Binary file added notes/tiles2/landsat_01.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_02.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_03.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_04.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_05.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_06.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_07.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_08.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_09.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_10.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_11.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_12.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_13.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_14.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_15.tif
Binary file not shown.
Binary file added notes/tiles2/landsat_16.tif
Binary file not shown.

0 comments on commit 9268bb1

Please sign in to comment.