Skip to main content

Module las

Module las 

Source
Expand description

LAS/LAZ (ASPRS LiDAR) readers and writers. LAS/LAZ (ASPRS LiDAR) readers and writers for point clouds.

Structs§

LasReader
Reads point clouds from LAS/LAZ files.
LasWriter
Writes point clouds to LAS/LAZ files or streams.

Enums§

LasWriteFormat
Output encoding for LAS writers.

Functions§

infer_las_field_semantic
Maps a LAS-derived field name to a SpatialRust semantic.
read_las
Reads a complete LAS/LAZ stream.
read_las_file
Reads a LAS/LAZ file from disk.
schema_for_las_header
Builds a SpatialRust schema for the fields exported from a LAS header.
schema_from_point_cloud
Selects a LAS point format for writing the given cloud schema.
schema_from_point_cloud_for_copc
Selects a COPC-compatible LAS point format for writing the given cloud schema.
write_las
Writes a point cloud to a LAS/LAZ stream and returns the inner writer.
write_las_file
Writes a point cloud to a LAS/LAZ file on disk.