vyperdatum.drivers.laz

Attributes

logger

Classes

LAZ

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.Driver

Helper 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:

bool

wkt() str

Return the LAZ WKT string.

Returns:

WKT associated with file’s CRS.

Return type:

str

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:

bool

property is_valid