-
-
Notifications
You must be signed in to change notification settings - Fork 329
DOC: chunks=True #107
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
Labels
documentation
Improvements to the documentation
release notes done
Automatically applied to PRs which have release notes.
Milestone
Comments
Closed
It's already there :-)
I copied the h5py implementation, except I tweaked the algorithm to make
bigger chunk sizes as in my experience h5py chunks are too small.
…On Tuesday, January 24, 2017, jakirkham ***@***.***> wrote:
h5py has support for automatically picking an appropriate size of chunks
based on the type and shape if chunks is set to True. Would be nice if
similar behavior could be provided in Zarr.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/alimanfoo/zarr/issues/107>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Ql9-TnJnPn47p9kQEVvyzCeI_bTIks5rVkKFgaJpZM4LsnYs>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
Oops 😳. Missed that. Should we change this to a doc issue then? |
Yes good idea, I hadn't got around to documenting.
…On Tuesday, January 24, 2017, jakirkham ***@***.***> wrote:
Oops 😳. Missed that.
Should we change this to a doc issue then?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/alimanfoo/zarr/issues/107#issuecomment-274899962>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Qky8o-3VCR7-p3mMP-Inf3kQ03ksks5rVkkhgaJpZM4LsnYs>
.
--
Alistair Miles
Head of Epidemiological Informatics
Centre for Genomics and Global Health <http://cggh.org>
The Wellcome Trust Centre for Human Genetics
Roosevelt Drive
Oxford
OX3 7BN
United Kingdom
Email: [email protected]
Web: http://purl.org/net/aliman
Twitter: https://twitter.com/alimanfoo
Tel: +44 (0)1865 287721
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements to the documentation
release notes done
Automatically applied to PRs which have release notes.
h5py has support for automatically picking an appropriate size of chunks based on the type and shape ifchunks
is set toTrue
. Would be nice if similar behavior could be provided in Zarr.Edit: This is already supported. It just needs to be documented.
The text was updated successfully, but these errors were encountered: