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
I noticed that in the definitions for the different classes there is also all of the metadata instances which has been collected into openminds? For instance the actual code to define the BrainAtlas class is only 185 lines long. But then the file is ~5500 lines long because it contains each instance of a BrainAtlas which has been indexed in openminds. Would it maybe be cleaner to have the metadata class definition seperate from the metadata instances themselves? given that this data is also hosted here https://github.com/openMetadataInitiative/openMINDS_instances would it be possible for the python package to fetch the data from here on the user side after installation? Apologies if I've misunderstood anything!