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
|
|
@ -137,7 +137,7 @@
|
|||
],
|
||||
"source": [
|
||||
"from sentinelsat import SentinelAPI\n",
|
||||
"from sentinel_helpers import search_osm, plot_downloaded_products\n",
|
||||
"from sentinel_helpers import search_osm, plot_product_extent\n",
|
||||
"import datetime\n",
|
||||
"import os\n",
|
||||
"\n",
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
],
|
||||
"source": [
|
||||
"gdf = api.to_geodataframe(products)\n",
|
||||
"plot_downloaded_products(gdf, footprint, figsize=(9,9))"
|
||||
"plot_product_extent(gdf, footprint, figsize=(9,9))"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -362,7 +362,7 @@
|
|||
"source": [
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
"plot_downloaded_products(selection, footprint, figsize=(9,9))\n",
|
||||
"plot_product_extent(selection, footprint, figsize=(9,9))\n",
|
||||
"plt.title('Selected products')"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue