-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LMA Intercept RHI #38
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 76.64% 77.45% +0.80%
==========================================
Files 12 13 +1
Lines 1734 1805 +71
==========================================
+ Hits 1329 1398 +69
- Misses 405 407 +2 ☔ View full report in Codecov by Sentry. |
Just visited in person with @wx4stg with a few clarification comments on use, as in the most recent commit. Merging. |
Performs coordinate transformations for LMA plotting source locations along a radar RHI (range from radar, distance from plane of scan, height above ground)
This is mostly (~90%) a reimplementation of Souza & Bruning 2021
This is a draft (for now), I need to add tests, better docs, and hopefully remove the dependency on py-ART (which would allow for manually specifying an azimuth, time, rangemax, etc. Useful if you have a volume ppi scan and want to make psuedo-RHIs, as well as other 'creative' uses, possibly involving aircraft radars)