Skip to content

Commit

Permalink
Small language changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 13, 2021
1 parent 7c5f4e7 commit a75f89f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/pipeline.rst
Expand Up @@ -214,14 +214,17 @@ For more on PDAL stages and their options, check the PDAL documentation on
array of strings. Each element in the array is the tag of another stage to be
set as input to the current stage.

* Stages are processed sequentially in the order listed. An empty default input list is
created when interpretation of the pipeline begins.

* Reader stages will disregard the ``inputs`` member. When the current stage is a reader
it is added to the default input list.

* If ``inputs`` is specified for a writer or filter, those inputs are used
for the current stage. The default input list is cleared and replaced with the current stage.
for the current stage. The default input list is replaced with the current stage.

* If ``inputs`` is not specified for a writer or filter, the default input list is used and
is replaced with the current stage.
* If ``inputs`` is not specified for a writer or filter, the default input list is used
for the current stage. The default input list is replaced with the current stage.

* A ``tag`` mentioned in another stage's ``inputs`` must have been previously
defined in the ``pipeline`` array.
Expand Down

0 comments on commit a75f89f

Please sign in to comment.