[pdal-commits] [PDAL/PDAL] 50c205: we can add the ptree directly when adding a metada...
GitHub
noreply at github.com
Tue May 29 13:17:20 PDT 2012
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 50c2056c884c9aa2b8fc45585dbb21d5cac26c59
https://github.com/PDAL/PDAL/commit/50c2056c884c9aa2b8fc45585dbb21d5cac26c59
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M include/pdal/Metadata.hpp
Log Message:
-----------
we can add the ptree directly when adding a metadata to a metadata
Commit: 247b063bb81548222b4a4b83ddc32b1c3bc91cd0
https://github.com/PDAL/PDAL/commit/247b063bb81548222b4a4b83ddc32b1c3bc91cd0
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M include/pdal/filters/Predicate.hpp
M src/filters/Predicate.cpp
Log Message:
-----------
have predicate filter copy in-place rather than creating a new PointBuffer and swapping it out
Commit: 61f78663e658aca90e9d34205880377b04b60832
https://github.com/PDAL/PDAL/commit/61f78663e658aca90e9d34205880377b04b60832
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M include/pdal/Metadata.hpp
M src/Metadata.cpp
M src/StageBase.cpp
M src/drivers/las/Writer.cpp
Log Message:
-----------
StageBase::collectMetadata will put all of the stage's pdal::Metadata entries into a single Metadata instance in prefixed by their StageBase::getName(). You can then address individual pdal::Metadata entries using this name (a simple property_tree lookup) as shown in the LAS writer
Compare: https://github.com/PDAL/PDAL/compare/236a70e...61f7866
More information about the pdal-commits
mailing list