geo3d.pdal.writers

Attributes

Functions

las(→ Dict[str, Any])

Create writers.las's dictionary.

Module Contents

geo3d.pdal.writers.WRITER_TYPES
geo3d.pdal.writers.las(filename: str, minor_version: int, dataformat_id: int) Dict[str, Any]

Create writers.las’s dictionary.

Parameters:
  • filename (str) – The path to the file to be stored.

  • minor_version (int) – All LAS files are version 1, but minor version can be in (0 - 4).

  • dataformat_id (int) – Specification of the Dataformat of the LAS file.

Returns:

The Writer’s options dictionary.

Return type:

dict