-
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
Update the default ASCII2NC message_type_map
configuration option for Little R input data
#2487
Comments
@CPKalb good news. All that is required here is an update to the ascii2nc configuration file. Please take a look at the MET/data/config/Ascii2NcConfig_default Line 36 in c200ee2
Please try re-running ascii2nc with an updated configuration file and propose the exact changes you'd like to see in the ascii2nc configuration file. |
Awesome, I will give this a try for our UAE data! |
I've updated the dictionary in the copy on atmosphere, and this has removed all the warnings: message_type_map = [ Should I update it somewhere in MET? |
message_type_map
configuration option for Little R input data
Describe the Enhancement
When running ascii2nc on the file qc_out_2023-03-11_18:00:00.0000.txt, warnings appear:
WARNING: LittleRHandler::_readObservations() -> Storing message type as "FM-18X_BUOY" for unexpected report type "FM-18X BUOY".
WARNING:
WARNING:
WARNING: LittleRHandler::_readObservations() -> Storing message type as "FM-16_SPECI" for unexpected report type "FM-16 SPECI".
WARNING:
WARNING:
WARNING: LittleRHandler::_readObservations() -> Storing message type as "FM-97_AMDAR" for unexpected report type "FM-97 AMDAR".
The ascii2nc little r dictionary needs to be updated for these additional report types. The command to produce these warnings is:
ascii2nc qc_out_2023-03-11_18:00:00.0000 test.nc -format little_r
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.
No impacts.
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: