mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
plot_downloaded_products → plot_product_extent
This commit is contained in:
parent
f5e22013c4
commit
3d50f4a014
6 changed files with 22 additions and 22 deletions
|
|
@ -508,7 +508,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"`plot_downloaded_products` allows plotting the tile geometry of downloaded or available products over with a designated area of interest.\n",
|
||||
"`plot_product_extent` allows plotting the tile geometry of downloaded or available products over with a designated area of interest.\n",
|
||||
"\n",
|
||||
"This provides quick visual impression of the result:"
|
||||
]
|
||||
|
|
@ -532,8 +532,8 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"from sentinel_helpers import plot_downloaded_products\n",
|
||||
"ax = plot_downloaded_products(gdf, berlin, figsize=(9,9))"
|
||||
"from sentinel_helpers import plot_product_extent\n",
|
||||
"ax = plot_product_extent(gdf, berlin, figsize=(9,9))"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue