geo3d.pdal.readers¶
Attributes¶
Functions¶
|
Create readers.las's dictionary. |
Module Contents¶
- geo3d.pdal.readers.READER_TYPES¶
- geo3d.pdal.readers.las(filename: str, count: int, override_srs: str, nosrs: bool) Dict[str, Any]¶
Create readers.las’s dictionary.
- Parameters:
filename (str) – The path of the file to be read.
count (int) – The maximum number of points to read.
override_srs (str) – Spatial reference to apply to the data.
nosrs (bool) – Don’t read the SRS VLRs.