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§
- LasWrite
Format - 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.