plot_downloaded_products → plot_product_extent

This commit is contained in:
heyarne 2021-03-13 15:37:09 +01:00
commit 3d50f4a014
6 changed files with 22 additions and 22 deletions

View file

@ -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))"
]
},
{