Skip to content
Snippets Groups Projects
Commit 8f225135 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 38501d9c
Branches
No related tags found
No related merge requests found
...@@ -252,6 +252,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, ...@@ -252,6 +252,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite,
if extent is not None: if extent is not None:
if satellite == 'H08': if satellite == 'H08':
ax.set_extent(extent, crs=geos) ax.set_extent(extent, crs=geos)
elif satellite == 'H09':
ax.set_extent(extent, crs=geos)
else: else:
ax.set_extent(extent, crs=ccrs.PlateCarree()) ax.set_extent(extent, crs=ccrs.PlateCarree())
if bg_image is not None: if bg_image is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment