Skip to content

Commit

Permalink
Update hdftools.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 30, 2024
1 parent b42fff2 commit a477062
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/tools/hdftools/hdftools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ that can be useful for developers (e.g., *h5ls* and *h5dump* to introspect,
*h5diff* to compare, or *h5copy* and *h5repack* to copy HDF5 files).
While these tools do not provide NWB-specific functionality, they are useful
(mainly for developers) to debug and browse NWB HDF5 files.
:bdg-link-primary:`HDFView <https://www.hdfgroup.org/downloads/hdfview/>`
:bdg-link-primary:`HDFView <https://www.hdfgroup.org/download-hdfview/>`
:bdg-link-primary:`HDF5 CLI tools <https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen/_view_tools_command.html>`
:bdg-link-primary:`vscode-h5web <https://marketplace.visualstudio.com/items?itemName=h5web.vscode-h5web>`
:bdg-link-primary:`h5glance <https://github.com/European-XFEL/h5glance>`
Expand All @@ -33,28 +33,28 @@ While these tools do not provide NWB-specific functionality, they are useful
Examples
^^^^^^^^

* :ref:`analysistools-hdftools-hdfview`
* :ref:`analysistools-hdftools-`
* :ref:`analysistools-hdftools-cli`
* :ref:`analysistools-hdftools-jupyter`
* :ref:`analysistools-hdftools-vscode`



.. _analysistools-hdftools-hdfview:
.. _analysistools-hdftools-:


HDFView
"""""""

.. image:: https://www.hdfgroup.org/wp-content/uploads/2017/07/hdfview-sample2.jpg
.. image:: https://www.hdfgroup.org/wp-content/uploads/2017/07/-sample2.jpg
:class: align-right
:width: 350

`HDFView <https://www.hdfgroup.org/downloads/hdfview/>`_ is a visual tool written in Java for browsing
`HDFView <https://www.hdfgroup.org/download-hdfview/>`_ is a visual tool written in Java for browsing
and editing HDF (HDF5 and HDF4) files. Using HDFView, you can: i) view a file hierarchy in a tree structure
ii) create new files, add or delete groups and datasets, iii) view and modify the content of a dataset,
iv) add, delete and modify attributes. HDFView uses the Java HDF Object Package, which implements HDF4
and HDF5 data objects in an object-oriented form.
:bdg-link-primary:`Download <https://www.hdfgroup.org/downloads/hdfview/>`
:bdg-link-primary:`Download <https://www.hdfgroup.org/download-hdfview/>`
:bdg-link-primary:`Source <https://github.com/HDFGroup/hdfview>`


Expand Down

0 comments on commit a477062

Please sign in to comment.