tiled.adapters.sparse_blocks_parquet.SparseBlocksParquetAdapter
- class tiled.adapters.sparse_blocks_parquet.SparseBlocksParquetAdapter(data_uris: List[str], structure: COOStructure, metadata: Dict[str, str | int | float | bool | Dict[str, Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]] | List[Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]]] | None = None, specs: List[Spec] | None = None, access_policy: AccessPolicy | None = None)[source]
- __init__(data_uris: List[str], structure: COOStructure, metadata: Dict[str, str | int | float | bool | Dict[str, Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]] | List[Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]]] | None = None, specs: List[Spec] | None = None, access_policy: AccessPolicy | None = None) None [source]
- Parameters:
- data_uris
- structure
- metadata
- specs
- access_policy
Methods
__init__
(data_uris, structure[, metadata, ...])init_storage
(data_uri, structure)metadata
()read
(slice)read_block
(block, slice)structure
()write
(data)write_block
(data, block[, slice])Attributes
structure_family