LASReader

class compas.files.LASReader(filepath)[source]

Bases: object

Class for reading raw geometric data from LAS files.

Parameters

filepath (path string | file-like object | URL string) – A path, a file-like object or a URL pointing to a file.

Methods

read

Read the contents of the file.