-
Notifications
You must be signed in to change notification settings - Fork 270
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
Function for storm-relative velocity #1262
Comments
@EWolffWX any updates here? I know you mentioned you were working on a prototype! |
Hi Max, yes, it's coming along finally! I have a few bugs to work out, but hopefully I can pass something along in the next week or two. |
I'll second the desire for a function like this and throw in a "maybe I'll do this someday if I have time, etc.", unless it's already/still being worked on... |
Glad there's additional desire for this! Also just noticing my message that said "a week or two" almost a year ago (whoops, time really flew by). I actually do have a working script for this, I just need to take the time to format everything properly. If folks want to check for any extra bugs, feel free! I'll attach the draft here.
|
@EWolffWX Thanks for sharing the code! Would you be interested in submitting a pull request into Py-ART with it? The documentation looks great! |
haha, that's all good, I have soooo many "I'll finish that next week" projects, a few of which are over 5 years old now. with that in mind, "I'll take a look at this next week!" 😄 also, hi Leanne! @leanneblind |
I'd suggest maybe allowing u/v in addition to speed/dir as that seems to fit better within the "metpy ecosystem", but I'm not sure how best to implement that. |
@zssherman I'll definitely submit it! I'm not too well-versed in contributing, so I wasn't sure if there were any formatting things I had forgotten to account for |
We can help with that part as well :) go ahead and submit a pull request, and we can walk you through the process! |
100% new contributors are more than welcome |
@wx4stg That's a good idea. I can work on adding that functionality too. Should be a simple line or two that converts to the speed and direction style the rest of the script uses... (hopefully) |
Hi all,
I've been working to analyze some mobile radar data obtained during an event with fast storm motions and was looking for a way to subtract this out to better identify areas of rotation. From a discussion on Twitter, Dr. Tanamachi pointed my to [https://github.com/NCAR/lrose-core/blob/master/codebase/libs/Solo/src/Solo/RemoveSurface.cc](this function) within the python interface for Solo. Is there any way to integrate this directly within pyart?
Thanks in advance!!
The text was updated successfully, but these errors were encountered: