-
Notifications
You must be signed in to change notification settings - Fork 3
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 METdataio schema to handle changes to the ECNT, VL1L2, VAL1L2, and VCNT line types during the MET 12.0.0 beta4 development cycle #282
Labels
component: load
Tasks related to the database loading
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
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
component: load
Tasks related to the database loading
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
labels
Feb 14, 2024
This was referenced Feb 14, 2024
JohnHalleyGotway
changed the title
Update schema to load new wind direction statistics in the VL1L2, VAL1L2, and VCNT line types
Update schema to handle changes to the ECNT, VL1L2, VAL1L2, and VCNT line types during the MET 12.0.0 beta4 development cycle
Mar 14, 2024
JohnHalleyGotway
changed the title
Update schema to handle changes to the ECNT, VL1L2, VAL1L2, and VCNT line types during the MET 12.0.0 beta4 development cycle
Enhance METdataio schema to handle changes to the ECNT, VL1L2, VAL1L2, and VCNT line types during the MET 12.0.0 beta4 development cycle
Mar 14, 2024
update the data for the METreformat tests. These changes may impact the reformatter for ECNT, VL1L2, and VCNT |
Outline of work to do:Add the new columns METdbLoad/ush/constants.py
METdbLoad/updates
in METdbLoad/sql/mv_mysql.sql:
Test
Documentation:
|
22 tasks
bikegeek
added a commit
that referenced
this issue
Apr 2, 2024
…work with the updates to constants.py as a result of additional columns in these linetypes.
bikegeek
added a commit
that referenced
this issue
Apr 3, 2024
…, ECNT, VL1L2, and VAL1L2 linetype tables
bikegeek
added a commit
that referenced
this issue
Apr 5, 2024
bikegeek
added a commit
that referenced
this issue
Apr 5, 2024
bikegeek
added a commit
that referenced
this issue
Apr 8, 2024
* Issue #282 update the schema for additions to the ECNT, VCNT, VL1L2, and VAL1L2 linetypes * Add sample syntax for adding a column to a linetype table. * Corrected the incorrect table from line_data_val1l1 to line_data_val2. * Fix warnings due to errors in rst syntax * Issue #282 updates for the additional columns in ECNT, VL1L2, VAL1L2, and VCNT linetypes * Issue #282 skip the tests for VCNT, VL1L2, and ECNT. These no longer work with the updates to constants.py as a result of additional columns in these linetypes. * Issue #282 Update the schema with the latest column additions to VCNT, ECNT, VL1L2, and VAL1L2 linetype tables * issue #282 tests for checking the updates to the schema * Tarballs with the latest data for the ECNT, VCNT, VL1L2, and VAL1L2 linetypes * issue #282 added the RMSE columns for VCNT * Added test for loaded ECNT data * Additional information on testing * Added step to clean up/remove test database after testing is finished. * modify instructions to just remove the test database. * some of the line_data_vl1l2 commands were mislabelled as line_data_val1l2 * replace version from 5_1 to 6 * try disabling this test until the updated schema changes have been merged into the develop branch and baseold has been updated * remove the code that was used to disable workflow-doesn't work
15 tasks
jprestop
removed
the
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
label
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: load
Tasks related to the database loading
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
Issue dtcenter/MET#2583 and pull request dtcenter/MET#2838 adds new columns to the end of the ECNT line type.
Issue dtcenter/MET#2395 and pull request dtcenter/MET#2820 add new columns to the existing
.stat
output lines for MET version 12.0.0, as described below:DIR_ME, DIR_MAE, and DIR_MSE
DIRA_ME, DIRA_MAE, DIRA_MSE
DIR_ME, DIR_MAE, DIR_MSE, and DIR_RMSE plus _BCL and _BCU columns to store the bootstrap CI's.
This issue is to update the METdataio loader to parse data from these new columns.
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
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: