-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for storage mapping #48
Conversation
@alejoe91 this PR may also be of interest for you if you would like to better understand how hdmf-zarr maps NWB types to storage. |
Co-authored-by: Ben Dichter <[email protected]>
Co-authored-by: Ben Dichter <[email protected]>
Codecov ReportBase: 82.15% // Head: 82.15% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## dev #48 +/- ##
=======================================
Coverage 82.15% 82.15%
=======================================
Files 9 9
Lines 2365 2365
=======================================
Hits 1943 1943
Misses 422 422 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@mavaylon1 can you review this PR. This PR only adds documentation but it would be nice to merge it before the release. |
This PR adds docs similar to https://nwb-storage.readthedocs.io/en/latest/storage_hdf5.html to describe how elements of the HDMF specification language are mapped to storage in Zarr. This document also describes the implementation of links and object references on the storage side, since links and references are not natively supported by Zarr.