Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 662 Bytes

writers.null.rst

File metadata and controls

39 lines (28 loc) · 662 Bytes

writers.null

The null writer discards its input. No point output is produced when using a null writer.

.. embed::

.. streamable::

Example

[
    {
        "type":"readers.las",
        "filename":"inputfile.las"
    },
    {
        "type":"filters.hexbin"
    },
    {
        "type":"writers.null"
    }
]

When used with an option that forces metadata output, like --pipeline-serialization, this pipeline will create a hex boundary for the input file, but no output point data file will be produced.

Options

The null writer discards all passed options.