[OSGeoLive] #2072: PDAL on OSGeoLive 12

OSGeoLive trac_osgeolive at osgeo.org
Thu Aug 23 16:05:58 PDT 2018


#2072: PDAL on OSGeoLive 12
-------------------------+----------------------------
 Reporter:  darkblueb    |       Owner:  osgeolive@…
     Type:  enhancement  |      Status:  closed
 Priority:  major        |   Milestone:  OSGeoLive12.0
Component:  OSGeoLive    |  Resolution:  worksforme
 Keywords:  pdal         |
-------------------------+----------------------------
Changes (by darkblueb):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 12dev **beta4**

   PDAL core siliently included, no docs
 {{{
 user at osgeolive:~$ pdal
 Usage:
   pdal <options>
   pdal <command> <command options>
   --command        The PDAL command
   --debug          Sets the output level to 3 (option deprecated)
   --verbose, -v    Sets the output level (0-8)
   --drivers        List available drivers
   --help, -h       Display help text
   --list-commands  List available commands
   --version        Show program version
   --options        Show options for specified driver (or 'all')
   --log            Log filename (accepts stderr, stdout, stdlog, devnull
 as
       special cases)

 The following commands are available:
    - kernels.delta
    - kernels.diff
    - kernels.ground
    - kernels.hausdorff
    - kernels.info
    - kernels.merge
    - kernels.pipeline
    - kernels.random
    - kernels.sort
    - kernels.split
    - kernels.tindex
    - kernels.translate
 See http://pdal.io/apps/ for more detail
 user at osgeolive:~$ pdal --drivers

 ============================
 =======================================================
 Name                         Description
 ============================
 =======================================================
 filters.approximatecoplanar  ApproximateCoplanar Filter
 filters.assign               Assign values for a dimension using a
 specified value.
 filters.chipper              Organize points into spatially contiguous,
 squarish,
                              and non-overlapping chips.
 filters.cluster              Label clusters
 filters.colorinterp          Assigns RGB colors based on a dimension and a
 ramp
 filters.colorization         Fetch and assign RGB color information from a
                              GDAL-readable datasource.
 filters.computerange         Compute Range Filter
 filters.crop                 Filter points inside or outside a bounding
 box or a
                              polygon
 filters.decimation           Rank decimation filter. Keep every Nth point
 filters.divider              Divide points into approximately equal sized
 groups
                              based on a simple scheme
 filters.eigenvalues          Eigenvalues Filter
 filters.elm                  Extended Local Minimum Filter
 filters.estimaterank         EstimateRank Filter
 filters.ferry                Copy data from one dimension to another.
 filters.greedymesh           Greedy Triangulation filter
 filters.groupby              Split data categorically by dimension.
 filters.hag                  HAG Filter
 filters.head                 Return N points from beginning of the point
 cloud.
 filters.iqr                  Interquartile Range Filter
 filters.kdistance            K-Distance Filter
 filters.locate               Return a single point with min/max value in
 the named
                              dimension.
 filters.lof                  LOF Filter
 filters.mad                  Median Absolute Deviation Filter
 filters.merge                Merge data from two different readers into a
 single
                              stream.
 filters.mongus               Mongus and Zalik (2012)
 filters.mortonorder          Morton or z-order sorting of points. See
                              http://en.wikipedia.org/wiki/Z-order_curve
 for more
                              detail.
 filters.normal               Normal Filter
 filters.outlier              Outlier removal
 filters.overlay              Assign values to a dimension based on the
 extent of an
                              OGR-readable data source or an OGR SQL query.
 filters.pmf                  Progressive morphological filter
 filters.poisson              Poisson Surface Reconstruction Filter
 filters.python               Manipulate data using inline Python
 filters.radialdensity        RadialDensity Filter
 filters.randomize            Randomize points in a view.
 filters.range                Pass only points given a dimension/range.
 filters.reprojection         Reproject data using GDAL from one coordinate
 system
                              to another.
 filters.sample               Subsampling filter
 filters.smrf                 Simple Morphological Filter (Pingel et al.,
 2013)
 filters.sort                 Sort data based on a given dimension.
 filters.splitter             Split data based on a X/Y box length.
 filters.stats                Compute statistics about each dimension
 (mean, min,
                              max, etc.)
 filters.tail                 Return N points from end of the point cloud.
 filters.transformation       Transform each point using a 4x4
 transformation matrix
 filters.voxelcenternearestneighbor Voxel Center Nearest Neighbor Filter
 filters.voxelcentroidnearestneighbor Voxel Centroid Nearest Neighbor
 Filter
 readers.bpf                  "Binary Point Format" (BPF) reader support.
 BPF is a
                              simple DoD and research format that is used
 by some
                              sensor and processing chains.
 readers.faux                 Faux Reader
 readers.gdal                 Read GDAL rasters as point clouds.
 readers.greyhound            Greyhound Reader
 readers.icebridge            NASA HDF5-based IceBridge ATM reader. See
 http://nsidc.org/data/docs/daac/icebridge/ilatm1b/inde
                              x.html for more information.
 readers.ilvis2               ILVIS2 Reader
 readers.las                  ASPRS LAS 1.0 - 1.4 read support. LASzip
 support is
                              also enabled through this driver if LASzip
 was found
                              during compilation.
 readers.optech               Optech reader support.
 readers.pgpointcloud         Read data from pgpointcloud format. "query"
 option
                              needs to be a SQL statement selecting the
 data.
 readers.ply                  Read ply files.
 readers.pts                  Pts Reader
 readers.qfit                 QFIT Reader
 readers.sbet                 SBET Reader
 readers.sqlite               Read data from SQLite3 database files.
 readers.terrasolid           TerraSolid Reader
 readers.text                 Text Reader
 readers.tindex               TileIndex Reader
 writers.bpf                  "Binary Point Format" (BPF) writer support.
 BPF is a
                              simple DoD and research format that is used
 by some
                              sensor and processing chains.
 writers.gdal                 Write a point cloud as a GDAL raster.
 writers.las                  ASPRS LAS 1.0 - 1.4 writer. LASzip support is
 also
                              available if enabled at compile-time. Note
 that LAZ
                              does not provide LAS 1.4 support at this
 time.
 writers.null                 Null writer. Provides a sink for points in a
 pipeline.
                              It's the same as sending pipeline output to
 /dev/null.
 writers.ogr                  Write a point cloud as a set of OGR
 points/multipoints
 writers.pgpointcloud         Write points to PostgreSQL pgpointcloud
 output
 writers.ply                  ply writer
 writers.sbet                 SBET Writer
 writers.sqlite               Write data to SQLite3 database files.
 writers.text                 Text Writer
 ============================
 =======================================================

 user at osgeolive:~$ pdal --version
 ------------------------------------------------------------------------------------
 pdal 1.6.0 (git-version: Release)
 ------------------------------------------------------------------------------------

 }}}
 -
 {{{
 /usr/bin/pdal
 /usr/lib/libpdal_base.so.5
 /usr/lib/libpdal_base.so.6.1.0
 /usr/lib/libpdal_plugin_filter_python.so
 /usr/lib/libpdal_plugin_filter_python.so.5
 /usr/lib/libpdal_plugin_filter_python.so.6.1.0
 /usr/lib/libpdal_plugin_reader_greyhound.so
 /usr/lib/libpdal_plugin_reader_greyhound.so.5
 /usr/lib/libpdal_plugin_reader_greyhound.so.6.1.0
 /usr/lib/libpdal_plugin_reader_icebridge.so
 /usr/lib/libpdal_plugin_reader_icebridge.so.5
 /usr/lib/libpdal_plugin_reader_icebridge.so.6.1.0
 /usr/lib/libpdal_plugin_reader_pgpointcloud.so
 /usr/lib/libpdal_plugin_reader_pgpointcloud.so.5
 /usr/lib/libpdal_plugin_reader_pgpointcloud.so.6.1.0
 /usr/lib/libpdal_plugin_reader_sqlite.so
 /usr/lib/libpdal_plugin_reader_sqlite.so.5
 /usr/lib/libpdal_plugin_reader_sqlite.so.6.1.0
 /usr/lib/libpdal_plugin_writer_pgpointcloud.so
 /usr/lib/libpdal_plugin_writer_pgpointcloud.so.5
 /usr/lib/libpdal_plugin_writer_pgpointcloud.so.6.1.0
 /usr/lib/libpdal_plugin_writer_sqlite.so
 /usr/lib/libpdal_plugin_writer_sqlite.so.5
 /usr/lib/libpdal_plugin_writer_sqlite.so.6.1.0
 /usr/lib/libpdal_util.so.5
 /usr/lib/libpdal_util.so.6.1.0
 /usr/lib/python2.7/dist-packages/PDAL-1.6.0.egg-info
 ...
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2072#comment:5>
OSGeoLive <http://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.


More information about the osgeolive mailing list