Here's a discussion about the future of ClimatePlots.
The initial state of this package is a split of what was available in ClimateTools. It mainly serves the type ClimGrid defined in ClimateTools (an in-memory representation of a netCDF dataset). At the time, plotting capabilities of georeferenced fields were not mature in Julia and the solution was to use Basemap under-the-hood.
For ClimatePlots 1.0, I propose we explore, scout and list possible solutions for a more generic plotting framework.
ESDLPlots.jl Here's a library that have some nice ideas and implemented features. This is the plotting facility of ESDL.jl.
Maps.jl. Geographical plotting using Makie. Would be useful for animations!
Here's a discussion about the future of
ClimatePlots.The initial state of this package is a split of what was available in
ClimateTools. It mainly serves the typeClimGriddefined in ClimateTools (an in-memory representation of a netCDF dataset). At the time, plotting capabilities of georeferenced fields were not mature in Julia and the solution was to use Basemap under-the-hood.For ClimatePlots 1.0, I propose we explore, scout and list possible solutions for a more generic plotting framework.
ESDLPlots.jl Here's a library that have some nice ideas and implemented features. This is the plotting facility of ESDL.jl.
Maps.jl. Geographical plotting using Makie. Would be useful for animations!