forked from ARM-Development/RadTraQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ARM-Development#58 from zssherman/readme_update
DOC: Update readme to be rst.
- Loading branch information
Showing
3 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
=========================================== | ||
Radar Tracking of Quality Toolkit (RadTraQ) | ||
=========================================== | ||
|
||
|Build| |Docs| | ||
|
||
.. |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 | ||
|
||
.. |Build| image:: https://github.com/ARM-Development/RadTraQ/actions/workflows/pythonpackage.yml/badge.svg | ||
:target: https://github.com/ARM-Development/RadTraQ/actions/workflows/pythonpackage.yml | ||
|
||
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. | ||
|
||
|Reflector| |CloudMask| |VPT| | ||
|
||
.. |Reflector| image:: https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_corner_reflector_raster_001.png | ||
:target: https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_corner_reflector_raster_001.png | ||
:height: 150 | ||
.. |CloudMask| image:: https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_cloud_mask_001.png | ||
:target: https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_cloud_mask_001.png | ||
:height: 150 | ||
.. |VPT| image:: https://arm-development.github.io/RadTraQ/build/html/_images/sphx_glr_plot_mask_vpt_001.png | ||
:target: 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters