Skip to content

Commit

Permalink
Merge pull request #54 from zssherman/py3_12
Browse files Browse the repository at this point in the history
CI: Add python 3.12 also updating README to reduce long lines.
  • Loading branch information
zssherman authored Jan 3, 2024
2 parents c74b06e + 89c56a8 commit 9d9f0be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [macOS, ubuntu, Windows]
inlcude:
- os: macos-latest
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ 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.
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.
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.
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">

Expand Down

0 comments on commit 9d9f0be

Please sign in to comment.