Skip to content

Adjustments to allow ingest of non-traditional data into METplus. #2399

Locked Answered by j-opatz
jwraby asked this question in File I/O
Discussion options

You must be logged in to vote

Hi John,

And thank you for your question. I'm glad you asked, because there is a very simple way to do temporal averaging on point data in ASCII2NC.

As you first noted, you will need to construct a Python script to read in your text-based dataset and pass the METplus-readable 11 column dataset back to METplus. Here's a link to a description of that 11 column dataset (make sure you pay special attention to the dtype for each of those variables!), as well as a recent METplus use case that uses Python to pull data from a netCDF that is non-native to METplus and place it into the 11 column format. While your situation will require tailoring the Python script ingest method to your rows of data…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jwraby
Comment options

Answer selected by jwraby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment