Skip to content

Commit

Permalink
Add documentation for the merge kernel.
Browse files Browse the repository at this point in the history
Close #1035
  • Loading branch information
abellgithub committed Dec 28, 2015
1 parent af950c6 commit 6811c62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ application currently has the following subcommands:
* :ref:`diff <diff_command>`
* :ref:`ground <ground_command>`
* :ref:`info <info_command>`
* :ref:`merge <merge_command>`
* :ref:`pcl <pcl_command>`
* :ref:`pipeline <pipeline_command>`
* :ref:`random <random_command>`
Expand Down Expand Up @@ -326,6 +327,28 @@ Example 2:
...


.. _merge_command:

merge command
------------------------------------------------------------------------------

The ``merge`` command will combine input files into a single output file.


::

$ pdal merge <input> ... <output>

::

--files [-f] arg Non-positional argument to specify filenames. The last
file listed is taken to be the output file.

This command provides simple merging of files. It provides no facility for
filtering, reprojection, etc. The file type of the input files may be
different from one another and different from that of the output file.


.. _pcl_command:

pcl command
Expand Down

0 comments on commit 6811c62

Please sign in to comment.