Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkml/linkml-arrays
Support for loading and dumping N-dimensional arrays in LinkML.
https://github.com/linkml/linkml-arrays
arrays hdmf linked-data linkml multidimensional-arrays numpy zarr
Last synced: 2 months ago
JSON representation
Support for loading and dumping N-dimensional arrays in LinkML.
- Host: GitHub
- URL: https://github.com/linkml/linkml-arrays
- Owner: linkml
- License: bsd-3-clause
- Created: 2023-05-06T01:11:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T19:04:34.000Z (6 months ago)
- Last Synced: 2024-08-06T22:37:49.372Z (6 months ago)
- Topics: arrays, hdmf, linked-data, linkml, multidimensional-arrays, numpy, zarr
- Language: Python
- Homepage: https://linkml.github.io/linkml-arrays
- Size: 2.88 MB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linkml-arrays
Support for loading and dumping N-dimensional arrays in LinkML.
# Quick reference for common commands
```bash
poetry run gen-pydantic tests/input/temperature_schema.yaml > tests/array_classes_lol.py
```# Acknowledgements
This [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) project was developed from the [monarch-project-template](https://github.com/monarch-initiative/monarch-project-template) template and will be kept up-to-date using [cruft](https://cruft.github.io/cruft/).