-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve PyGSI on conventional data #59
Comments
@XiujuanSu-NOAA can you rename the issue and add some specifics on what exactly you are adding/improving? |
Added more data items on function: _read_obs such as setupqc, vqc, and all error items. |
What do you think now?
…On Thu, Sep 2, 2021 at 10:48 AM Cory Martin ***@***.***> wrote:
@XiujuanSu-NOAA <https://github.com/XiujuanSu-NOAA> can you rename the
issue and add some specifics on what exactly you are adding/improving?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP5S7HTP6LHHN3HYYHC3X23T76FDFANCNFSM5DJIUGWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@XiujuanSu-NOAA much better. I will be looking forward to seeing the pull request that will add these features soon. |
Fixed the line from: pres_idx = np.where((self.press > level_list[i]) & ( from: hght_idx = np.where((self.height > level_list[i]) & ( in diags.py |
@XiujuanSu-NOAA great, open a new pull request with these changes whenever you are ready |
To add some changes on current PyGSI package.
The text was updated successfully, but these errors were encountered: