TileDB-Inc / TileDB-CF-Py

TileDB interface with awareness of the CF metadata conventions
https://tiledb-inc.github.io/TileDB-CF-Py/
MIT License
19 stars 3 forks source link

Add support for "virtual" groups #15

Closed jp-dark closed 3 years ago

jp-dark commented 3 years ago

A "virtual" group is a collection of TileDB arrays that are contextually related, but not stored in a TileDB group. They can be created by using a mapping for array names to array URIs.

Breaking Changes:

Features:

Refactor:

Tests: