LASParser
- class compas.files.LASParser(reader, precision)[source]
Bases:
object
Class for parsing data from LAS files.
The parser converts the raw geometric data of the file into corresponding COMPAS geometry objects and data structures.
- Parameters
reader (
LASReader
) – A LAS file reader.precision (str) – COMPAS precision specification for parsing geometric data.
Methods
Parse the the data found by the reader.