-
Notifications
You must be signed in to change notification settings - Fork 1
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 METviewer to plot statistics added to the ECNT, VL1L2, VAL1L2, and VCNT line types introduced in the MET 12.0.0 beta4 development cycle #517
Comments
add the new columns in the java/src/edu/ucar/metviewer/MVUtil.java code: ECNT: IGN_CONV_OERR, IGN_CORR_OERR VL1L2: DIR_ME, DIR_MAE, DIR_MSE |
The scorecard code also required updating: scorecard.db.AggDatabaseManagerMySQL.java for the VL1L2, VAL1L2, and ECNT linetypes. According to the METviewer documentation, there is no support for VCNT which is consistent with the code as support for VCNT is not available in this method. |
Added boolAggVcnt=#<agg_vcnt>#; to the agg_stat_info_tmpl |
#544) * Issue #517 Added new columns for the VCNT, VL1L2, VAL1L2, and ECNT linetypes * Issue #517 removed the VCNT boostrap variables from statsVcnt * Issue #517 reformatted code and added columns for the VL1L2, VAL1L2, and ECNT linetypes. * issue #517 fixed entries for VCNT, copy and paste resulted in VAL1L2 values instead of VCNT values. * Updated the job.getAggEcnt(), job.getAggVl1l2(), and job.getAggVal1l2() to include the new columns. * Add missing commas between entries in job.getAggEcnt, job.getAggVl1l2, and job.getAggVal1l2 * Add VERSION to statVl1l2.put to be consistent with the agg stat code in MysqlAppDatabaseManager.java * Revert back to previous version of statsVl1L2.put, omitting the addition of VL1L2_VERSION, this is not necessary
Describe the Enhancement
Issue dtcenter/METdataio#282 updates the schema to load new wind direction statistics from the VL1L2, VAL1L2, and VCNT line types and new ignorance score statistics to the ECNT line type for MET version 12.0.0 . This issue is to update METviewer to provide access to these new statistics both via the web interface and through the backend XML files, as needed.
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.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
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 Development 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: