HDFGroup / h5serv

Reference service implementation of the HDF5 REST API
Other
168 stars 35 forks source link

Any Browser-based viewer available? #125

Open mohammadsamani opened 5 years ago

mohammadsamani commented 5 years ago

I am trying to convince my team that hdf5 is the correct data storage tool for us. I need a quick way of showing them how data is stored and how it can be accessed. Do you have a browser-based viewer available? There's an image of such a thing but the link https://data.hdfgroup.org/ is broken.

jreadey commented 5 years ago

The people at NREL developed a viewer specifically for their dataset: https://github.com/NREL/hsds-viz.

At the HDF Group we had been working on a more generic viewer (like HDFView in a browser), but that project is on hold right now.

If you are just looking to show some nice visualizations for your team, I'd suggest using Kita Lab (www.hdfgroup.org/hdfkitalab) and create a notebook with some matplotlib plots. E.g.: https://github.com/HDFGroup/hdflab_examples/blob/master/Tutorial/08-Plots.ipynb.