Skip to content

Commit

Permalink
Merge pull request #61 from NOAA-EMC/pval-basemap
Browse files Browse the repository at this point in the history
Remove Basemap dependency
  • Loading branch information
ricampos authored May 9, 2024
2 parents 47b9bac + 1e9f304 commit 01a3bb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions ww3tools/organizeDistanceToCoast.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@
from matplotlib.mlab import *
from pylab import *
import matplotlib.pyplot as plt
from mpl_toolkits.basemap import cm
from netCDF4 import Dataset
import warnings; warnings.filterwarnings("ignore")
colormap = cm.GMT_polar
palette = plt.cm.jet
palette.set_bad('aqua', 10.0)
# netcdf format
fnetcdf="NETCDF4"

Expand Down
5 changes: 1 addition & 4 deletions ww3tools/pvalstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,8 @@
import cartopy.crs as ccrs
import cartopy.feature as cfeature
import os
from mpl_toolkits.basemap import cm
colormap = cm.GMT_polar
palette = plt.cm.jet
palette.set_bad('aqua', 10.0)
import warnings; warnings.filterwarnings("ignore")

# Font size and style
sl=13
matplotlib.rcParams.update({'font.size': sl}); plt.rc('font', size=sl)
Expand Down

0 comments on commit 01a3bb5

Please sign in to comment.