Help Topic: frmt_tiledb.html
Supports: Open() - Open existing dataset.
Supports: Create() - Create writable dataset.
Supports: CreateCopy() - Create dataset by copying another.
Supports: Virtual IO - eg. /vsimem/
Creation Datatypes: Byte UInt16 Int16 UInt32 Int32 Float32 Float64 CInt16 CInt32 CFloat32 CFloat64
<Option name="COMPRESSION" type="string-select" description="image compression to use" default="NONE">
<Value>DOUBLE-DELTA</Value>
<Value>POSITIVE-DELTA</Value>
<Option name="COMPRESSION_LEVEL" type="int" description="Compression level" />
<Option name="BLOCKXSIZE" type="int" description="Tile Width" />
<Option name="BLOCKYSIZE" type="int" description="Tile Height" />
<Option name="STATS" type="boolean" description="Dump TileDB stats" />
<Option name="TILEDB_CONFIG" type="string" description="location of configuration file for TileDB" />
<Option name="TILEDB_ATTRIBUTE" type="string" description="co-registered file to add as TileDB attributes" />
<Option name="STATS" type="boolean" description="Dump TileDB stats" />
<Option name="TILEDB_ATTRIBUTE" type="string" description="Attribute to read from each band" />
<Option name="TILEDB_CONFIG" type="string" description="location of configuration file for TileDB" />