binary-array-ld / net.binary_array_ld.bald

Java library for parsing, validating and managing binary array linked data files, e.g. HDF, netCDF.
Apache License 2.0
0 stars 3 forks source link

Binary Array Linked Data

Kotlin library and CLI for Binary Array Linked Data (BALD) functionality.

This project consists of the following modules:

Usage

See the GitHub pages for usage documentation.

Development

Note that, in order to run the automated tests for this project, the ncgen command line tool must be available on your system.

You can use Maven to build this project and each of its modules with mvn clean package. After building, the JAR for the command line application is located at binary-array-ld-cli/target/bald-cli.jar.