You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (projtypes[i]=="OSGB") or (projtypes[i] =="EuroPP"):
52
+
cfp.mapset(proj=projtypes[i], resolution='50m')
53
+
else:
54
+
cfp.mapset(proj=projtypes[i])
55
+
ifi==len(projtypes)-1:
56
+
cfp.con(f.subspace(pressure=850), lines=False, title=projtypes[i], colorbar_position=[0.1, 0.1, 0.8, 0.02], colorbar_orientation='horizontal') #to see the marking lines need to be True, but this can be hard to read so if not needed use False
0 commit comments