AllenCellModeling / napari-aicsimageio

Multiple file format reading directly into napari using pure Python
GNU General Public License v3.0
33 stars 10 forks source link

Implement SearchableTreeWidget for Metadata #73

Open evamaxfield opened 1 year ago

evamaxfield commented 1 year ago

https://github.com/pyapp-kit/superqt/pull/158

Better metadata exploration and navigation. Might need to convert the XML / etree metadata structs to dict but might give it a try with just passing it in.

andy-sweet commented 1 year ago

If anyone picks this up and struggles with that superqt addition, let me know I can try to improve it. For XML, it could make sense to add something like a fromIterable factory method and just create a tree with a single column.