Metadata-Version: 2.1
Name: RadTraQ
Version: 0.0.8
Summary: Python package for weather radar quality tracking
Author: Adam Theisen
Author-email: atheisen@anl.gov
License: BSD (3-clause)
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: act-atmos
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: matplotlib
Requires-Dist: netcdf4
Requires-Dist: pint

Radar Tracking of Quality Toolkit (RadTraQ)
============================================

![](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.
