dtcenter / METviewer

Tool that creates plots using MET verification statistics output and the R statistical package
http://www.dtcenter.org/met/metviewer/
Apache License 2.0
14 stars 1 forks source link

Enhance METviewer to plot statistics added to the ECNT, VL1L2, VAL1L2, and VCNT line types during the MET 12.0.0 beta4 development cycle #517

Open JohnHalleyGotway opened 6 months ago

JohnHalleyGotway commented 6 months ago

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.

bikegeek commented 1 month ago

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 VAL1L2: DIRA_ME, DIRA_MAE, DIRA_MSE VCNT: DIR_ME, DIR_MAE, DIR_MSE, DIR_ME_BCL, DIR_ME_BCU, DIR_MAE_BCL, DIR_MAE_BCU, DIR_MSE_BCL, DIR_MSE_BCU

bikegeek commented 3 weeks ago

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.

bikegeek commented 3 weeks ago

Added _boolAggVcnt=##;_ to the agg_stat_info_tmpl