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
|
|
@ -31,7 +31,7 @@ def search_osm(place):
|
|||
return gpd.read_file(search_url)
|
||||
|
||||
|
||||
def plot_downloaded_products(products, area_of_interest, **kwargs):
|
||||
def plot_product_extent(products, area_of_interest, **kwargs):
|
||||
ax = kwargs.get('ax')
|
||||
alpha = kwargs.pop('alpha', 0.1)
|
||||
if not ax:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue