geo3d.pdal.writers ================== .. py:module:: geo3d.pdal.writers Attributes ---------- .. autoapisummary:: geo3d.pdal.writers.WRITER_TYPES Functions --------- .. autoapisummary:: geo3d.pdal.writers.las Module Contents --------------- .. py:data:: WRITER_TYPES .. py:function:: las(filename: str, minor_version: int, dataformat_id: int) -> Dict[str, Any] Create `writers.las`'s dictionary. :param filename: The path to the file to be stored. :type filename: str :param minor_version: All LAS files are version 1, but minor version can be in (0 - 4). :type minor_version: int :param dataformat_id: Specification of the Dataformat of the LAS file. :type dataformat_id: int :returns: The Writer's options dictionary. :rtype: dict