#3496: v.in.pdal: does not compile with PDAL 1.6.0
------------------------------------+-------------------------
Reporter: felixg | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Vector | Version: unspecified
Keywords: v.in.pdal, PDAL, lidar | CPU: Unspecified
Platform: Unspecified |
------------------------------------+-------------------------
As the PDAL API changed in a few places, the code of v.in.pdal fails to
compile and needs to be adjusted.
The attached patch file changes the following in `main.cpp` of v.in.pdal:
- the includes as PDAL relocated some header files
- use of the enum pdal::Dimension::Id
- a method call to pdal::SpatialReference::getWKT(), it does not have any
formal parameters anymore in PDAL
#3496: v.in.pdal: does not compile with PDAL 1.6.0
--------------------------+------------------------------------
Reporter: felixg | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.pdal, PDAL, lidar
CPU: Unspecified | Platform: Unspecified
--------------------------+------------------------------------
Comment (by wenzeslaus):
In [changeset:"72246" 72246]:
{{{
#!CommitTicketReference repository="" revision="72246"
v.in.pdal: change API calls to PDAL 1.6.0, see #3496 and #2732 (author:
felixg)
}}}
#3496: v.in.pdal: does not compile with PDAL 1.6.0
--------------------------+------------------------------------
Reporter: felixg | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.pdal, PDAL, lidar
CPU: Unspecified | Platform: Unspecified
--------------------------+------------------------------------
Comment (by neteler):
In [changeset:"72253" 72253]:
{{{
#!CommitTicketReference repository="" revision="72253"
v.in.pdal: change API calls to PDAL 1.6.0, see #3496 and #2732 (author:
felixg, trunk r72246) + GPL header added in r72245
}}}