rly / linkml-arrays-paper

Perspective Paper on LinkML Arrays
0 stars 0 forks source link

Background - differentiation from other approaches #3

Open sneakers-the-rat opened 2 months ago

sneakers-the-rat commented 2 months ago

From: https://github.com/rly/linkml-arrays-paper/issues/2

  • Previous work, including HDMF, CORAL, the NeXus data format for X-ray and neutron scattering and muon spectroscopy, netCDF?, OME-NGFF, geospatial data?, JSON schema arrays, previous approaches in LinkML
    • Many file formats for arrays - binary file, numpy npy/npz, HDF5, Zarr, N5, JSON, CSV/TSV, grib, tiff, fits
  • Many APIs for working with these formats - numpy, h5py, zarr, xarray, etc.

Along with https://github.com/orgs/linkml/discussions/2020#discussioncomment-9161935 , we want to differentiate what we're doing here from the above approaches.

linkml-arrays is a markup and schema format for specifying arrays that is compatible with many backends and formats.

Goals:

Not goals: