Table of Contents
This repository was created to convert binary to netcdf files of an microwave radiometer HATPRO manufactured by Radiometer Physics GmbH.
Below is an example of how run the script, which reads in the data and plots the results. This method relies on external dependencies such as xarray, numpy and others (see setup.py
).
-
Clone the repo
git clone https://github.com/WillyWallace/convert_RPG_HATPRO_binaries_to_nc.git
-
Install the package
python setup.py install
- tbd
- add more binary conversion routines like IWV, LWP, SPC, ...
- add meaningful docstrings
- make documentation --> readthedocs
- enable pip install ...
- Released version 1
- Add Tests
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Most code is based on
Special thanks for templates and help during implementation.