[pdal-commits] [PDAL/PDAL] 99bdf0: Add where support to writers (#3416)
Andrew Bell
noreply at github.com
Mon Apr 12 14:15:54 PDT 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 99bdf0efa4978c0eed5c1e4ab6616ad64d59013a
https://github.com/PDAL/PDAL/commit/99bdf0efa4978c0eed5c1e4ab6616ad64d59013a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M doc/stages/writer_opts.rst
M doc/stages/writers.draco.rst
M doc/stages/writers.raster.rst
M pdal/Filter.cpp
M pdal/Filter.hpp
M pdal/Reader.cpp
M pdal/Reader.hpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M pdal/Streamable.cpp
M pdal/Writer.cpp
M pdal/Writer.hpp
M pdal/private/StageRunner.cpp
M test/unit/WhereTest.cpp
Log Message:
-----------
Add where support to writers (#3416)
* Extend where syntax to writers.
* Doc update.
* Change "filter" to "writer".
* Fix logic.
More information about the pdal-commits
mailing list