What would you like to see added to PyNWB?
Follow up to #1974.
Add support for remote paths in pynwb.read_nwb which requires a change to NWBHDF5IO.can_read. This should be doable. We may want to change can_read to return the read h5py object so that we are creating two h5py objects - one in can_read and one in read_nwb.
Is your feature request related to a problem?
Trying to simplify how users open NWB files across backends and data sources
What solution would you like?
See above
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
What would you like to see added to PyNWB?
Follow up to #1974.
Add support for remote paths in
pynwb.read_nwbwhich requires a change toNWBHDF5IO.can_read. This should be doable. We may want to change can_read to return the read h5py object so that we are creating two h5py objects - one incan_readand one inread_nwb.Is your feature request related to a problem?
Trying to simplify how users open NWB files across backends and data sources
What solution would you like?
See above
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct