Plotting library for Climate fields. Right now, it is compatible with ClimateTools.jl. The long term objective is to develop a generic climate mapping library in Julia.
Under the hood, ClimatePlots use Cartopy for plotting gridded variables. Hence, PyCall should be configured so that the python distribution linked to PyCall is able to load cartopy and matplotlib.
Installation steps are described here.