-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enhance the MET point processing tools to read the Python 'point_data' variable instead of just 'met_point_data'. #2285
Comments
…et_point_obs and met_point_obs are derived from base_met_point_obs. Added convert_point_data
One question- it looks like the implementation of this removes the possibility of providing Or is it possible to provide either |
The latter. Ideally it'd be possible to provide either The first option would still be useful. However, it'll raise the bar for users, requiring them to understand the details, find and use the helper function, and for use to write more documentation and users to read it. |
I guess what I am saying, is that from reviewing what @hsoh-u did, I don't see how it's possible to provide MET/scripts/python/read_ascii_point.py Lines 37 to 43 in 911ac9b
If users have any Python Embedding scripts that use
It is possible though, that I am not understanding the changes fully and it would be possible to still provide |
OK, @hsoh-u redirected me to #2302, which is what #2340 is closing, and NOT this issue. Thanks Howard! I was the creator of #2302, which we decided would be "bridge" work to get us to fully implementing what's desired in this issue (#2285). @JohnHalleyGotway it sounds like we will get to this issue at a later date which is supporting either |
Describe the Enhancement
While working on an example of python embedding of point observations in Point-Stat, @j-opatz had a difficult time storing buoy data in the
met_point_data
python data structure defined in section 35.5 of the user's guide. He and I spent a 1.5 hours massaging the data to make it work and realize that doing so for the average user would likely be impossible.Note that section 35.5 defines both the
point_data
ascii convention expected by the ascii2nc tool and themet_point_data
convention expected by the other tools. The former is much easier to use than the latter.This issue is to enhance MET's python embedding of point observations to support either variation in all the tools. If the
point_data
object exists, extract and process the data as such. If themet_point_data
object exists, do the same.Time Estimate
Estimate the amount of work required here.
Issues should represent approximately 1 to 3 days of work.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
None needed.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
2793521 (was 2773542 R2O)
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Linked issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version
The text was updated successfully, but these errors were encountered: