Skip to content

hdf5 plot_data_plane #1931

Locked Answered by JohnHalleyGotway
fearon10 asked this question in File I/O
Nov 10, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Matt, I see you're having trouble reading a gridded dataset into MET. It's a great idea to start with the plot_data_plane utility. That's how I always recommend that folks get started reading new datasets into MET.

And I see you've already written a python embedding script to handle this data... which is great. You could actually leverage that work you've already done using MET's pcp_combine tool. You could run pcp_combine as a pass through to read the data from python and write it out following MET's NetCDF file format.

For example, here's a simple python embedding example include in the MET release:

python scripts/python/read_ascii_numpy.py data/python/fcst.txt FCST

And here's how you …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JohnHalleyGotway
Comment options

@fearon10
Comment options

@JohnHalleyGotway
Comment options

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