An open-source Python package that provides a wrapper for HDF4, HDF5 and NetCDF files and visualization tools for atmospheric sounding data.
Source codeOverview
AtmoTools provides tools to help manipulate, exploit and visualize atmospheric sounding data, in particular from HDF and NetCDF files.
Usage/Documentation
The toolbox is divided into two parts: a generic part, and a part specific to certain missions. The codes in each part can serve as a library to create your own tools, or to use existing methods directly. The more elaborate tools for visualization are in the missions part.
Installation
This toolbox is available on the CNES gitlab at https://gitlab.cnes.fr/toolboxsa/toolbox/, from where you can clone the repository.
You can also install from PyPI :
pip install atmotools
Tutorials
There is no available tutorial for this tool.