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
ww3tools/gridSatGlobal_Altimeter.py and ww3tools/prepGridMask.py are using the shiftgrid from basemap
from mpl_toolkits.basemap import shiftgrid
which can be replaced with another shiftgrid function (quote from @ricampos in #61)
The text was updated successfully, but these errors were encountered:
ww3tools/gridSatGlobal_Altimeter.py and ww3tools/prepGridMask.py are using the shiftgrid from basemap
from mpl_toolkits.basemap import shiftgrid
which can be replaced with another shiftgrid function (quote from @ricampos in #61)
The text was updated successfully, but these errors were encountered: