Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 884 Bytes

pyozone

This software repository has modules used for data analysis of ozone datasets. There are methods to calculate total and partial ozone columns, extract time-series of a given dataset or read hybrids vertical coordinates.

License and Author

  • This code is licensed with GLPv3
  • Author: R. Checa-Garcia

How to cite:

The easiest way to cite this code is using its zenodo doi:

DOI

Dependences

  • Python-netCDF4
  • Numpy and Scipy
  • tqdm (optional)
  • Standard Library

Initial modules included. Version 1.0

  • calculate.py
  • aux.py

How to use

This are simple modules with minimal dependences, therefore it is not initially designed any specific installation tool and the modules can be installed in the prefered path of the user.