Skip to content
/ ndl Public

Simple language with easy syntax for describing the content of multidimensional array (ndarray) data files

License

Notifications You must be signed in to change notification settings

ajelenak/ndl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Ndarray Data Language

Files with multidimensional array data (also referred as ndarray or datacube) are commonplace in science, engineering, and machine learning. They are typically in various binary formats because that is the most efficient storage method for array data. One important aspect of the workflow is describing file content in some textual form that is easy for users to understand, create, or share. This requires special software tools and many of these file formats have at least one. Their output text formats are not standardized and vary in the file content detail but usually are directly related to the underlying storage format.

The Ndarray Data Language aims to provide a common text format for describing the content of multidimensional array data files. The language's main features are:

  • Modelled as a simple abstraction of the HDF5 and netCDF formats.

  • Simple and clean syntax based on YAML. Parseable by all major programming languages, yet easy for users to understand and create in their favorite text editor.

  • Easily extendable to accomodate additional information for a particular file format.

License

Released under the MIT license.

About

Simple language with easy syntax for describing the content of multidimensional array (ndarray) data files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published