-
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 Point2Grid to filter quality control strings with config file options #2880
Closed
18 of 22 tasks
Labels
MET: PreProcessing Tools (Point)
priority: blocker
Blocker
requestor: NOAA/EMC
NOAA Environmental Modeling Center
required: FOR OFFICIAL RELEASE
Required to be completed in the official release for the assigned milestone
type: enhancement
Improve something that it is currently doing
Milestone
Comments
JohnHalleyGotway
added
type: enhancement
Improve something that it is currently doing
requestor: NOAA/EMC
NOAA Environmental Modeling Center
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
MET: PreProcessing Tools (Point)
priority: high
High Priority
labels
May 8, 2024
JohnHalleyGotway
changed the title
Enhance Point2Grid to filter quality control strings specified in the config file
Enhance Point2Grid to filter quality control strings with config file options
May 8, 2024
15 tasks
JohnHalleyGotway
added
priority: blocker
Blocker
and removed
priority: high
High Priority
labels
May 15, 2024
This issue is blocking dtcenter/METplus#2540. |
georgemccabe
added
the
required: FOR OFFICIAL RELEASE
Required to be completed in the official release for the assigned milestone
label
Jun 4, 2024
22 tasks
JohnHalleyGotway
added a commit
that referenced
this issue
Jun 24, 2024
…d obs_quality_inc and obs_quality_exc from the config file.
JohnHalleyGotway
added a commit
that referenced
this issue
Jun 24, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Jun 24, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Sep 18, 2024
…ude any special formatting, such as \n.
JohnHalleyGotway
added a commit
that referenced
this issue
Sep 20, 2024
Added logic in point2grid to filter by the obs_qty_inc/exc settings but I get a segfault whenever that code is exercised. Recommend debugging on seneca to see why the |
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
…ality_inc and obs_quality_exc options.
17 tasks
JohnHalleyGotway
removed
the
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
label
Oct 1, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 1, 2024
…cation to replace dynamically allocated memory with STL vectors to satisfy SonarQube code smells.
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 2, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 2, 2024
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 2, 2024
…ive the casting (int *) to (bool *) would actually work in the way I expect. This is safer.
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 3, 2024
…ector for each loop iteration.
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 3, 2024
* Per #2880, remove Point2Grid quality_mark_thresh config option and add obs_quality_inc and obs_quality_exc from the config file. * Per #2880, update point2grid docs and reformat whitespace throughout. * Per #2880, remove quality_mark_thresh and add obs_quality_inc and obs_quality_exc. * Unrelated to #2880, fix formatting of this R-string which cannot include any special formatting, such as \n. * Per #2880, not working quite right yet but this is progress * Per #2880, add a write_css(IntArray) utility function. * Per #2880, update NcPointObsData class to read the obs quality values from the input file. * Per #2880, update the log message about the quality control filter options applied. * Per #2880, tweak log messages. * Per #2880, tweak log messages. * Per #2880, add a Point2Grid unit test to demonstrate using the obs_quality_inc and obs_quality_exc options. * Per #2880, declare these get accessor functions as const to avoid SonarQube code smell. * Per #2880, many changes to the vx_nc_obs library and point2grid application to replace dynamically allocated memory with STL vectors to satisfy SonarQube code smells. * Per #2880, fix compilation error. * Per #2880, fix compilation error * Per #2880, revert skip_times back to vector<bool> since I wasn't postive the casting (int *) to (bool *) would actually work in the way I expect. This is safer. * Per #2880, rename the -qc command line option as -goes_qc, but still quietly support -qc * Per #2880, based on guidance from @hsoh, reset the var_cell_mapping vector for each loop iteration.
JohnHalleyGotway
added a commit
that referenced
this issue
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
MET: PreProcessing Tools (Point)
priority: blocker
Blocker
requestor: NOAA/EMC
NOAA Environmental Modeling Center
required: FOR OFFICIAL RELEASE
Required to be completed in the official release for the assigned milestone
type: enhancement
Improve something that it is currently doing
Describe the Enhancement
Note, the changes for this issue rename the existing point2grid “-qc” command line option as “-goes_qc”, although the old “-qc” option is still quietly supported.
While developing a wrapper for the Point2Grid tool via dtcenter/METplus#2540, a short-coming in the Point2Grid configuration file was discovered. Please see this issue comment for details. Put simply, the existing
quality_mark_thresh
config file option should be replaced by theobs_quality_inc
andobs_quality_exc
config file options supported for the Point-Stat and Ensemble-Stat tools.Be sure to update the unit tests to demonstrate these options and update the documentation accordingly.
Time Estimate
1 day
Sub-Issues
Consider breaking the enhancement down into sub-issues.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
2782544
Define the Metadata
Assignee
Labels
Milestone and Projects
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 Development issue
Select: Milestone as the next official version
Select: MET-X.Y.Z Development project for development toward the next official release
The text was updated successfully, but these errors were encountered: