cra
latest
  • Home
  • Basic use
  • Reference Guide
cra
  • CRA Documentation
  • Edit on GitHub

CRA Documentation

Description

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

Installation

This package is available on PyPi: pip install cra.

License

All this project is under GNU General Public License v3.0+ (GPLv3+). Please see LICENSE for further information.

Content

  • Home
  • Basic use
    • Import
    • Load file and define variables
    • Plots data
    • Handle ftr and cor files
  • Reference Guide
    • Air Sounding
      • Classes
        • AirSounding
          • AirSounding.show()
          • AirSounding.auto_layers()
    • Variables
      • Classes
        • LockedWarning
        • VariablesSet
          • VariablesSet.add_press()
          • VariablesSet.add_temp()
          • VariablesSet.add_dewpoint()
          • VariablesSet.add_windu()
          • VariablesSet.add_windv()
          • VariablesSet.compute_dewpoint()
          • VariablesSet.apply_threshold()
    • Layers
      • Functions
        • check_indices_spacing()
        • get_layers()
    • Files
      • Functions
        • open_ftr()
        • open_cor()
Next

© Copyright 2024, Antoine ROYER. Revision 34b871d3.

Built with Sphinx using a theme provided by Read the Docs.