diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-05-20 13:37:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:44 +0700 |
commit | df573fa77f6c50e0d3a9a7372136001a1d271c54 (patch) | |
tree | b10b37bc7b950e3dbb9e99a742294b8a36b1d358 /gis/pdal/README | |
parent | 27dbf6dceba742f3ecb3f8bd4b298a1914c7fe1c (diff) |
gis/pdal: Updated for version 2.5.3.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pdal/README')
-rw-r--r-- | gis/pdal/README | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/gis/pdal/README b/gis/pdal/README index e0451f2b20..913d9fdbf1 100644 --- a/gis/pdal/README +++ b/gis/pdal/README @@ -7,4 +7,33 @@ with multi-dimensional emitted-pulse scanning systems. While PDAL is not explicitly limited to working with LiDAR data formats, its initial rollout is focused in that area. -Optional dependencies: jsoncpp, laszip, hdf5, OpenSceneGraph. +PDAL includes several plugins needed for some extended features or to +write/read data in specific formats. The build of these plugins +requires optional dependencies included in Slackware 15.0 or available +as packages from Slackbuilds.org. Other plugins need third parts +dependencies that are not available here. + +If their dependencies (autodetected) are installed, the script enables +by default the build of the supported plugins. You can disable each of +them by passing to the slackwbuild its environment variable set as +"no" (for example I3S=no ./pdal.SlackBuild). + +Plugins enabled by default if their dependencies are installed (see +README.SBo to know what feature they extend): + +- E57: requires xerces-c +- OSG: requires OpenSceneGraph + +HDF, I3S, ICEBRIDGE do not require optional deps + +Other optional dependencies (autodetected) that improve the +functionality of PDAL are jsocpp and laszip. The installation of +laszip is strongly recommended. + +PDAL can include also the Matlab plugin, that allows to write data to +a .mat file. Since the standard MATLAB is a proprietary software, the +build of this plugin is disabled by default. If you need this plugin +launch the script with MATLAB=yes ./pdal.SlackBuild + +Warning: the build of these plugin does not support free platforms +compatible or alternative to MATLAB, like Octave or Scilab. |