-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I am trying to migrate some large datasets to nrrd and indeed pynrrd, and one thing I desire is to have nrrd.read_data
support np.memmap
. All my data is saved raw
without compression, and say I get gigabytes of data in a file, it's much faster for me to do a np.memmap
where I'll then read the segment of data I need, rather than loading everything into memory first.
Metadata
Metadata
Assignees
Labels
No labels