[GRASS-dev] [GRASS GIS] #2732: Read lidar data as vector points using PDAL

GRASS GIS trac at osgeo.org
Sun May 21 20:34:46 PDT 2017


#2732: Read lidar data as vector points using PDAL
-------------------------+-------------------------------------------------
  Reporter:  wenzeslaus  |      Owner:  wenzeslaus
      Type:              |     Status:  new
  enhancement            |
  Priority:  major       |  Milestone:  7.4.0
 Component:  Vector      |    Version:  svn-trunk
Resolution:              |   Keywords:  lidar, las, laz, v.in.lidar,
       CPU:              |  v.in.pointcloud, v.in.pdal
  Unspecified            |   Platform:  Unspecified
-------------------------+-------------------------------------------------

Comment (by hobu):

 There have been a number of PDAL developments since this ticket was first
 developed that might be interesting in relation to this task:

 1) The PDAL
 [https://github.com/PDAL/PDAL/blob/master/pdal/PipelineExecutor.hpp
 PipelinExecutor] class allows you to insert PDAL Pipeline JSON and get
 back PDAL PointViews quite easily. This means no more manual or laborious
 pdal::Stage construction. The executor class can hide all of that for you.
 Dig in the Python or Java extensions for inspiration on how to use it.

 2) PDAL is now available via OSGeo4W64. We won't be committing to
 maintaining the 32-bit builds, but the 64-bit builds will be generated as
 part of PDAL's continuous integration and included in all major PDAL
 releases.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2732#comment:15>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list