vyperdatum.drivers.laz
Attributes
Classes
Helper class that provides a standard way to create an ABC using |
Module Contents
- vyperdatum.drivers.laz.logger
- class vyperdatum.drivers.laz.LAZ(input_file: str, invalid_error: bool = True)
Bases:
vyperdatum.drivers.base.DriverHelper class that provides a standard way to create an ABC using inheritance.
- input_file
- is_laz
- get_points() bool
Extract the coordinate points from .LAZ file.
- Returns:
True if the coordinates are found successfully; otherwise False.
- Return type:
- transform(transformer_instance, vdatum_check: bool) bool
Apply point transformation on the laz data according to the transformer_instance.
- Parameters:
transformer_instance (vyperdatum.transformer.Transform) – Instance of the transformer class.
- Returns:
True if successful, otherwise False.
- Return type:
- property is_valid