logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       PDAL contains consists of a single application, called pdal.  The pdal application currently has the fol‐
       lowing subcommands:

       • delta

       • density

       • diff

       • ground

       • info

       • merge

       • pcl

       • pipeline

       • random

       • split

       • tindex

       • translate

       • view

       Applications are run by invoking the pdal application along with the command name:

       $ pdalinfomyfile.las
       $ pdaltranslateinput.lasoutput.las
       $ pdalpipeline--stdin < myxml.xml

       Help  for  each command can be retrieved via the --help switch.  The --drivers and --options switches can
       tell you more about particular drivers and their options:

       $ pdalinfo--help
       $ pdaltranslate--drivers
       $ pdalpipeline--optionswriters.las

       Additional driver-specific options may be specified by using a namespace-prefixed option name.  For exam‐
       ple, it is possible to set the LAS day of year at translation time with the following option:

       $ pdaltranslate \
           --writers.las.creation_doy="42" \
           input.las \
           output.lasNote

              Driver specific options can be identified using the pdalinfo--options invocation.

       See ⟨http://pdal.io/apps.html⟩ for more detail.

Name

       pdal - PDAL application

Options

--debug
              Sets the output level to 3 (option deprecated)

       -v, --verbose
              Sets the output level (0-8)

       --drivers
              List available drivers

       -h, --help
              Display help text

       --list-commands
              List available commands

       --version
              Show program version

       --options=<drivername>
              Show options for specified driver (or 'all')

                                                  07 March 2022                                          pdal(1)

Synopsis

pdal <options>
       pdal <command> <commandoptions>

See Also