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

snapshot...

parent 43e59c0a
No related branches found
No related tags found
No related merge requests found
...@@ -282,9 +282,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, ...@@ -282,9 +282,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite,
ax.scatter(lons, lats, s=200.0, marker='^', color='black', transform=ccrs.PlateCarree()) ax.scatter(lons, lats, s=200.0, marker='^', color='black', transform=ccrs.PlateCarree())
lons = ice_lons_vld[ice_intensity == -1] lons = ice_lons_vld[ice_intensity == -1]
lats = ice_lats_vld[ice_intensity == -1] lats = ice_lats_vld[ice_intensity == -1]
ax.scatter(lons, lats, s=500.0, marker='o', color='white', transform=ccrs.PlateCarree()) # ax.scatter(lons, lats, s=500.0, marker='o', color='white', transform=ccrs.PlateCarree())
ax.scatter(lons, lats, s=200.0, marker='o', color='green', transform=ccrs.PlateCarree()) # ax.scatter(lons, lats, s=200.0, marker='o', color='green', transform=ccrs.PlateCarree())
title = satellite+', '+clvrx_str_time+' >50% Probability Icing' title = satellite+', '+clvrx_str_time+' >50% Probability Icing'
plt.title(title, loc='left', fontweight='bold', fontsize=24) plt.title(title, loc='left', fontweight='bold', fontsize=24)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment