Support custom tags to neurodata types #531
Labels
category: proposal
proposed enhancements or new features
priority: medium
non-critical problem and/or affecting only a small set of NWB users
I like the idea of tagging objects (neurodata types) with custom strings and agree - it would be more powerful than the hierarchical/folder-structure approach.
To implement this for all neurodata types, I suggest adding a 1-dimensional string attribute called "object_tags" to
NWBContainer
andNWBData
which are the base types for all NWB groups and datasets. And we could add a convenience function in PyNWB that returns all objects with a given object tag.The text was updated successfully, but these errors were encountered: