User guide
API reference
Other resources
Project links
[docs] class LASDataError(Exception): """Error during reading of numerical data from LAS file.""" pass [docs] class LASHeaderError(Exception): """Error during reading of header data from LAS file.""" pass [docs] class LASUnknownUnitError(Exception): """Error of unknown unit in LAS file.""" pass