Skip to main content

Module columns

Module columns 

Source
Expand description

Column-oriented LAS/COPC point data.

Structs§

ColumnSelection
Requested LAS/COPC dimensions for column-oriented reads.
ColumnSpec
Declares the LAS/COPC dimension and scalar type for a column.
LasColumnBatch
A column-oriented batch of LAS/COPC point values.

Enums§

ColumnData
Owned column values.
ColumnView
Borrowed column values.
LasDimension
LAS/COPC point dimensions that can be represented as columns.
ScalarType
Primitive scalar types supported by LAS/COPC column data.

Functions§

layout_for_las_format
Returns the column layout available from a LAS point format.
scan_angle_rank_from_degrees
Converts scan angle degrees into the rank-style column used by existing readers.