https://github.com/janeliascicomp/n5-inspector
Inspector for NGFF-style containers supported by the N5 API (N5, HDF5, OME-Zarr)
https://github.com/janeliascicomp/n5-inspector
n5 ngff ome-zarr
Last synced: 3 months ago
JSON representation
Inspector for NGFF-style containers supported by the N5 API (N5, HDF5, OME-Zarr)
- Host: GitHub
- URL: https://github.com/janeliascicomp/n5-inspector
- Owner: JaneliaSciComp
- License: bsd-3-clause
- Created: 2023-11-14T21:48:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T22:58:57.000Z (over 2 years ago)
- Last Synced: 2025-01-01T05:29:38.069Z (over 1 year ago)
- Topics: n5, ngff, ome-zarr
- Language: Java
- Homepage:
- Size: 2.96 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N5 Inspector
This is a data and metadata inspector for file formats supported by the N5 API, including N5, HDF5, and OME-Zarr.
It was inspired by the [HDF View](https://www.hdfgroup.org/downloads/hdfview/) application.


## Usage
Note that this is an early prototype hacked together in a few hours. You need a Java IDE to run the development prototype.
Import the Maven project and run the main method of `org.janelia.n5.inspector.N5Inspector`. You may need to install the [Blosc](https://www.blosc.org/) library to open certain files.