src.tests.las_inout_test

Classes

LASInoutTest()

class src.tests.las_inout_test.LASInoutTest
Author:

Alberto M. Esmoris Pena

LAS input/output test that checks that a LAS (or LAZ) file can be written and read such that the read information matches the one before writing.

__init__()

Basic configuration for any VL3D test.

Parameters:

name (str) – Test name

run()

Run LAS/LAZ input/output test.

Returns:

True if LASInoutTest works as expected for the test cases, False otherwise.

Return type:

bool