Skip to content

Commit

Permalink
Doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 8, 2021
1 parent 3115d9c commit 85b4efc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions doc/stages/writer_opts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
where
An :ref:`expression <PDAL expression>` that limits points passed to a filter.
Points that don't pass the
expression skip the stage but are available to subsequent stages in a pipeline.
[Default: no filtering]

where_merge
A strategy for merging points skipped by a '`where'` option when running in standard mode.
If ``true``, the skipped points are added to the first point view returned by the skipped
filter. If ``false``, skipped points are placed in their own point view. If ``auto``,
skipped points are merged into the returned point view provided that only one point view
is returned and it has the same point count as it did when the filter was run.
[Default: ``auto``]
4 changes: 2 additions & 2 deletions doc/stages/writers.draco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ quantization
"GENERIC": 8
}


.. include:: writer_opts.rst

.. _PDAL's Type specification: https://github.com/PDAL/PDAL/blob/master/pdal/DimUtil.hpp
.. _Draco: https://github.com/google/draco
.. _Draco: https://github.com/google/draco
1 change: 1 addition & 0 deletions doc/stages/writers.raster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ nodata
[Default: depends on the data_type_. -9999 for double, float, int and short, 9999 for
unsigned int and unsigned short, 255 for unsigned char and -128 for char]

.. include:: writer_opts.rst

0 comments on commit 85b4efc

Please sign in to comment.