You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful in validation to load or get namespaces from an IO object but right now those are implemented per-backend. HDF5IO supports load_namespaces and get_namespaces and ZarrIO supports only load_namespaces. It would be useful if they and any future HDMFIO class supported both of these methods.
What would you like to see added to HDMF?
It's useful in validation to load or get namespaces from an IO object but right now those are implemented per-backend. HDF5IO supports
load_namespaces
andget_namespaces
andZarrIO
supports onlyload_namespaces
. It would be useful if they and any futureHDMFIO
class supported both of these methods.cc @stephprince
What solution would you like?
Add
load_namespaces
andget_namespaces
as abstract methods toHDMFIO
Do you have any interest in helping implement the feature?
Yes.
The text was updated successfully, but these errors were encountered: