Closed guoqing-noaa closed 1 month ago
To update, I tested on Jet. Keenan tested on Hera. The same error message.
@guoqing-noaa please try removing transform=ccrs.PlateCarree()
from the following line:
c1 = m1.tricontourf(triang, jedi_inc, clevs, cmap=cm, extend='both', transform=ccrs.PlateCarree())
That fixed the bug on my end. Thank you!
Great! feel free to make a little PR for that.
@guoqing-noaa please try removing
transform=ccrs.PlateCarree()
from the following line:c1 = m1.tricontourf(triang, jedi_inc, clevs, cmap=cm, extend='both', transform=ccrs.PlateCarree())
@delippi Thanks! This worked. I will create a PR for this.
@guoqing-noaa please try removing
transform=ccrs.PlateCarree()
from the following line:c1 = m1.tricontourf(triang, jedi_inc, clevs, cmap=cm, extend='both', transform=ccrs.PlateCarree())
@delippi Thanks! This worked. I will create a PR for this.
Thank you!
Following the quick start guide, the python plotting step returned the errors attached at the end of this post.
@SamuelDegelia-NOAA @delippi Could you help check this? Thanks! Thanks Keenan for reporting this.