geo3d.pdal.readers ================== .. py:module:: geo3d.pdal.readers Attributes ---------- .. autoapisummary:: geo3d.pdal.readers.READER_TYPES Functions --------- .. autoapisummary:: geo3d.pdal.readers.las Module Contents --------------- .. py:data:: READER_TYPES .. py:function:: las(filename: str, count: int, override_srs: str, nosrs: bool) -> Dict[str, Any] Create `readers.las`'s dictionary. :param filename: The path of the file to be read. :type filename: str :param count: The maximum number of points to read. :type count: int :param override_srs: Spatial reference to apply to the data. :type override_srs: str :param nosrs: Don't read the SRS VLRs. :type nosrs: bool