readers.tiledb¶
Implements TileDB 1.4.1+ storage.
Dynamic Plugin
This stage requires a dynamic plugin to operate
Example¶
{
"pipeline":[
{
"type":"readers.tiledb",
"array_name":"my_array"
},
{
"type":"writers.las",
"filename":"outputfile.las"
}
]
}
Options¶
array_name TileDB array to read from. [Required]
config_file TileDB configuration file [Optional]
chunk_size Size of chunks to read from TileDB array [Optional]
stats Dump query stats to stdout [Optional]
bbox3d TileDB subarray to read in format ([minx, maxx], [miny, maxy], [minz, maxz]) [Optional]
- count
- Maximum number of points to read. [Default: unlimited]
- spatialreference
- Spatial reference to apply to the data. Overrides any SRS in the input itself. Can be specified as a WKT, proj.4 or EPSG string. [Default: none]