Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaclimate/climateplots.jl
Plotting library for ClimateTools
https://github.com/juliaclimate/climateplots.jl
climate data-visualization plotting plotting-library
Last synced: 4 days ago
JSON representation
Plotting library for ClimateTools
- Host: GitHub
- URL: https://github.com/juliaclimate/climateplots.jl
- Owner: JuliaClimate
- License: mit
- Created: 2020-01-09T00:49:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T15:50:37.000Z (over 1 year ago)
- Last Synced: 2024-09-27T22:08:26.702Z (about 2 months ago)
- Topics: climate, data-visualization, plotting, plotting-library
- Language: Julia
- Size: 5.17 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![Build Status](https://travis-ci.org/JuliaClimate/ClimatePlots.jl.svg?branch=master)](https://travis-ci.org/JuliaClimate/ClimatePlots.jl) [![codecov](https://codecov.io/gh/JuliaClimate/ClimatePlots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaClimate/ClimatePlots.jl)
# ClimatePlots.jl
Plotting library for Climate fields. Right now, it is compatible with [ClimateTools.jl](https://github.com/JuliaClimate/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](https://juliaclimate.github.io/ClimateTools.jl/dev/installation/).
# ClimatePlots Documentation
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaclimate.github.io/ClimatePlots.jl/stable) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaclimate.github.io/ClimatePlots.jl/dev)# ClimateTools Documentation
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaclimate.github.io/ClimateTools.jl/stable) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaclimate.github.io/ClimateTools.jl/dev)