-
Notifications
You must be signed in to change notification settings - Fork 33
Description
As discussed in dandi/helpdesk#30, it would be useful to have a way to upload stand-alone video files to DANDI and have them be associated with NWB files.
The way NWB handles this is to support linking to external files. In the ImageSeries object, you have the option to specify an external_path of a video file. This file is usually in the same folder as the NWB file. Then, instead of reading the data internally, an API would know to read the data from the designated location. It seems that would be a bit tricky to implement on DANDI, because the files use web-based referencing instead of a local file system. Maybe the best approach would be to change the value in external_path to an s3 location. I don't think think could be done during dandi organize because that s3 location would not yet be known. @yarikoptic do you have any ideas for how we might implement this?