diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:42:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:42:24 -0400 |
commit | b6871a62e3b6262aa1de6ee2965488def19fb611 (patch) | |
tree | d45df18fe5a1959e5cf22578efb853905728ee7f /gis/pdal | |
parent | 93562c9f217cd9aa9fc50031d50eb07f7b8d9734 (diff) |
gis/pdal: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis/pdal')
-rw-r--r-- | gis/pdal/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gis/pdal/README b/gis/pdal/README index 7f086c1e2218..e0451f2b20eb 100644 --- a/gis/pdal/README +++ b/gis/pdal/README @@ -1,9 +1,10 @@ -PDAL is a BSD licensed library for translating and manipulating point cloud -data of various formats. It is a library that is analogous to the GDAL raster -library. PDAL is focussed on reading, writing, and translating point cloud data -from the ever-growing constellation of data formats that are being developed -for working with multi-dimensional emitted-pulse scanning systems. While PDAL -is not explicitly limited to working with LiDAR data formats, its initial +PDAL is a BSD licensed library for translating and manipulating +point cloud data of various formats. It is a library that is +analogous to the GDAL raster library. PDAL is focussed on reading, +writing, and translating point cloud data from the ever-growing +constellation of data formats that are being developed for working +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. |