Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.51 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.51 KB

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status codecov

ClimatePlots.jl

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.

Installation

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.

ClimatePlots Documentation

ClimateTools Documentation