cra

Un petit package Python pour plot les données du radiosondage du TP terrain de Lannemezan


Licenses
GPL-3.0/GPL-3.0+
Install
pip install cra==1.1.4

Documentation

CRA

Documentation Status License Build Status PyPi Code style: black

Description

This small Python package allows to simply draw upper air sounding on a Skew-T diagramm using metpy library.

Installation

A PyPi package is available. You can check the PyPi page or simply run pip install cra in you terminal.

This package need have some dependancies:

  • metpy;
  • numpy;
  • matplotlib;
  • pandas.

Licence

This code is provided under the GNU General Public Licence v3.0+ (GPLv3+).

Please refer to LICENCE file for further information.