FileIO.jl icon indicating copy to clipboard operation
FileIO.jl copied to clipboard

Supporting formats that split data into multiple files

Open marcpabst opened this issue 4 years ago • 1 comments

Hi, how should we deal with formats that use multiple different files to store data? Think of formats that consist of a data file and a header file with the metadata. It makes sense to load them together but I'm not sure if something like that is currently possible.

marcpabst avatar Aug 20 '20 18:08 marcpabst

NRRD is an example. In that case we recognize the header file which has a pointer to the data file. We don't do anything with the data file. So if there's a "top level" file I think you can just add support for that format here.

timholy avatar Mar 03 '21 17:03 timholy