Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-14T22:58:57.000Z (12 months ago)
- Last Synced: 2024-04-07T01:49:46.844Z (7 months 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.
![Screenshot](docs/n5-inspector-bdv.png)
![Screenshot](docs/n5-inspector-hex.png)## 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.