-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Hi
As we discussed I am writing my requirements here as an issue for future reference.
- My main requirement is the ability to download only metadata. I'm not interested in the mrc files, only the particle positions, segmentations and other data uploaded.
- I would like a function where I can do something like dataset.download("particles") or something like that. This function should look in all the possible locations for particles and return either the link to download or the data itself.
- As we discussed, this could be implemented by doing an offline scan of Empiar to create a yaml or json file containing the known locations of metadata which could be updated by a github action and commited to a special branch on the github repo. That way the Pypi package would not have to be updated each time it changes.
- If we could also expose a dictionary containing the contents of the xml file that would also be useful.
Best wishes
James
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers