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

@ -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: