Closed MahiMahi90 closed 5 years ago
Thanks for reporting this! It's indeed a bug. I will fix it in a PR, but in the meantime a workaround seems to be to explicitly give the projection
type. I.e.
import cartopy
fieldset.U.show(projection=cartopy.crs.PlateCarree())
Could you confirm that this works, @MahiMahi90 ?
Yep that works! Thanks!!
Fixed in #539
When calling the fieldset.U.show() for a HYCOM dataset, only the positive lon values are displayed. (Hycom Lon values range from 0 to 360 deg.)