[Users] visualization-friendly HDF5 format

Jonah Miller jonah.maxwell.miller at gmail.com
Tue Aug 18 19:37:09 CDT 2015


Hi Frank,

Erik can probably elaborate more, but my experience with yt has been 
that it is very difficult to correctly reconstruct the Carpet grid 
structure from our hdf5 output. Therefore, perhaps it would be nice to 
have more substantive (and easy to parse) grid information output at 
each time step.

Perhaps ask the developers of various post-processing and visualization 
toolboxes and ask them what information makes reading simpler.

Best,
Jonah Miller

On 15-08-18 04:02 PM, Frank Loeffler wrote:
> Hi,
>
> We had quite a discussion about the problems the current visualization
> tools have reading our hdf5 format. It became clear that we have to
> change/extend it, but before we think about how, I would like to see
> what specifically the readers have problems with. Let me start here with
> what I can recall, and please freely add to that.
>
> One of the problems is that readers currently have to iterate over all
> datasets present to get to some information they need. Getting the list
> of all datasets by itself can take quite a while on a regular hdf5 file,
> but then readers also have to look at attributed within each dataset.
> While of of this is necessary to visualize all data in a given file,
> most of the time not all of the data is actually necessary, and
> certainly not for just 'opening the file'.
>
> operations a reader needs to be fast:
> - list of variables (at a given iteration)
> - list of time steps / iterations
> - AMR structure for one given iteration (all maps, rls and components)
>
> Regardless of these additional meta-data, we already established the
> need for a meta-data file, effectively a copy of all datasets but
> without the actual data. Am I remembering correctly that the idea was to
> write this at run-time (eventually - right now it could be generated as
> post-processing)?
>
> Is this all readers would need?
>
> Frank
>
>
>
> _______________________________________________
> Users mailing list
> Users at einsteintoolkit.org
> http://lists.einsteintoolkit.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20150818/9be551df/attachment.html 


More information about the Users mailing list