alsdb.create_schema#

alsdb.create_schema(cfg: TileDBSchemaConfig) <MagicMock name='mock.ArraySchema' id='134563854106496'>[source]#

Build a sparse TileDB array schema for LAS point-cloud data.

Parameters:

cfg – Domain and tiling configuration.

Returns:

A sparse 3-D schema with X/Y/Year dimensions and one attribute per LAS field. The Year dimension separates repeated surveys of the same tile (e.g. 2019 vs 2021 flights). All attributes and coordinates use ZSTD-9 compression. allows_duplicates=True accommodates multiple returns at the same XY within a single survey.

Return type:

tiledb.ArraySchema