Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test if a URI is a valid SOMA dataset #163

Closed
roaga opened this issue Jun 16, 2022 · 3 comments
Closed

Test if a URI is a valid SOMA dataset #163

roaga opened this issue Jun 16, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@roaga
Copy link

roaga commented Jun 16, 2022

There currently isn't a strong way to check if a given URI is a valid SOMA dataset without first initializing a SOMA object. Additionally, exists() (which requires initializing a SOMA object first) only checks if the URI points to a TileDB group, not if it is specifically SOMA data.

@aaronwolen
Copy link
Member

Great point and thanks for the suggestion @roaga!

@johnkerl johnkerl self-assigned this Jun 20, 2022
@johnkerl johnkerl added enhancement New feature or request active labels Jun 20, 2022
@johnkerl
Copy link
Member

As of #133 we have array-level/group-level metadata on SOCOs, SOMAs, and their components …

… however, getting at this currently from a URI requires either (a) instantiating a SOCO/SOMA object, or (b) dropping down to the tiledb (not tiledbsc) API -- this can be improved

@johnkerl
Copy link
Member

Resolved by #175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants