-
Notifications
You must be signed in to change notification settings - Fork 45
Meteorological Evaluation Toolkit + smaller bug fixes #379
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
base: develop
Are you sure you want to change the base?
Conversation
…ing, adding SLR analysis
…eed and direction, and other capabilities
…windbarbs and rose plots
…ed wdir handling for all datasets, added instructions for extended download times.
…ropopause calculation
…d spfh. Added additional stuff for uploading sonde examples to read the docs
tropocalc and the blh calc have been taken out of the next push |
|
Did not mean to close that! |
Created a copy of this branch (develop_with_mio). So once we are ready to finalize the PR, these can be committed. |
|
@rschwant Something that I think will fix the observations exceeding the model top: paired_data = paired_data.dropna(subset=mod_vars) I think this can go in line 1407 of the driver.py file One of the reviewers happened to be familiar with the MELODIES-MONET code structure, and I think this was the "easy fix" she was suggesting. |
Thanks I will take a look. I didn't have time to review this more this week, but will look at this closely over the next 2 weeks and let you know how it goes. |
| mconst = None | ||
| ttest_ind = None | ||
| uniform_filter1d = None | ||
| Annotator = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a stupid question on my part, do you really need to import all of this here? Or are they used mostly inside of the tool you created? I only see Annotator being called here, but I might just be missing it.
| windrose = None | ||
| WindroseAxes = None | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a stupid question on my part, do you really need to import all of this here? Or are they used mostly inside of the tool you created? I only see Annotator being called here, but I might just be missing it.
|
I am quite happy with the way this is looking, as long as it doesn't break anything when the new optional libraries are not present. |
Official pull request for all added meteorological capabilities.