Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zyang91 committed Jun 2, 2024
1 parent 0675c1d commit 92c59e2
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
Binary file added notes/landsat_full.tif
Binary file not shown.
69 changes: 69 additions & 0 deletions notes/lecture18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,75 @@
" "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## No restrcition way (download the large data file)\n",
"\n",
"`geemap.download_ee_image`\n",
"\n",
"slice the images, and download it piece by piece"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"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"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "abfb6bf429974dd9b82b3856281cf03c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"landsat_full.tif: | | 0.00/179M (raw) [ 0.0%] in 00:00 (eta: ?)"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"geemap.download_ee_image(image, filename='landsat_full.tif', scale=60)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 92c59e2

Please sign in to comment.