diff --git a/README.rst b/README.rst index a197f02b..9d057712 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Radar Tracking of Quality Toolkit (RadTraQ) =========================================== -|Build| |Docs| +|Build| |Docs| |DOI| .. |Docs| image:: https://github.com/ARM-Development/RadTraQ/actions/workflows/documentation.yml/badge.svg :target: https://github.com/ARM-Development/RadTraQ/actions/workflows/documentation.yml @@ -10,6 +10,9 @@ Radar Tracking of Quality Toolkit (RadTraQ) .. |Build| image:: https://github.com/ARM-Development/RadTraQ/actions/workflows/ci.yml/badge.svg :target: https://github.com/ARM-Development/RadTraQ/actions/workflows/ci.yml +.. |DOI| image:: https://zenodo.org/badge/281182712.svg + :target: https://zenodo.org/doi/10.5281/zenodo.8253245 + 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 @@ -41,6 +44,10 @@ RadTraQ is installable using pip:: pip install radtraq +and Conda:: + + conda install -c conda-forge radtraq + Contributing ~~~~~~~~~~~~