Python package for weather radar quality tracking
Project description
![](https://github.com/ARM-Development/RadTraQ/workflows/RadTRAQ/badge.svg)
RadTraQ is a python library housing routines related to assessing and monitoring the quality of a radar’s quality and calibration. This library is a work in progress, currently housing scipts to plot radar CFADs, plot and analyze corner reflector scans, calculate noise floors, create cloud masks, and plot up average profiles for comparisons.
Check out the [documentation](https://arm-development.github.io/RadTraQ/build/html/index.html) and [example gallery](https://arm-development.github.io/RadTraQ/build/html/source/auto_examples/index.html) for more details.
Papers that these routines are based on will be listed in the documentation for each relevant function.
<img src=”https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_corner_reflector_raster_001.png” height=”150”> <img src=”https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_cloud_mask_001.png” height=”150”> <img src=”https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_mask_vpt_001.png” height=”150”>
## Installation
RadTraQ is installable using pip:
pip install radtraq
## Contributing
We welcome contributions for all uses of RadTraQ, provided the code can be distributed under the BSD 3-clause license. A copy of this license is available in the LICENSE file in this directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.