I'm finding it a lot harder to read in h5 data with pytables than I thought I would.
I can use the software hdfview to see indeed my h5 file is essentially a few 2d tables. This isn't useful to the extent I'd like to use them in python/read them in for processing there as part of physical grids.
Documentation I've looked at seems to be much more complicated than what I need. Is there a simple example to read in a file with four entries ("Latitude, Longitude, fakeDim0, fakeDim1")?
I would think that it would be similar to e.g. pandas.read_csv or equivalents, where we just 'read it in and get a table'.
Am I missing something simple?
It's a little bit harder than pandas, but maybe get used to it. There is some example of using PyTables to get it easier: