The repo contains two scripts
- tkss_rf_sst.py
- tkss_rf_sst_ggplot.Py
Both files open a GUI where you can enter two data files given in this repo. On the left you should provide rf_ind.dat
and on the right sst.mnmean.nc
.
the tkss_rf_sst_ggplot.py
file only has ggplot style on the map.
- mpl_toolkits
- matplotlib
- xarray
- numpy
- pandas
On Ubuntu
system, you wont find module named mpl_toolkits. Try installing basemap
and basemap-data-hires
.
pip install basemap
pip install basemap-data-hires
After this you should be able to
from mpl_toolkits.basemap import Basemap