[pdal-commits] [PDAL/PDAL] 0fb331: Make OverlayFilter streamable.
GitHub
noreply at github.com
Mon Jan 9 14:13:28 PST 2017
Branch: refs/heads/stream
Home: https://github.com/PDAL/PDAL
Commit: 0fb331dbbb3ee18c01157f24ad7a10897ba897d7
https://github.com/PDAL/PDAL/commit/0fb331dbbb3ee18c01157f24ad7a10897ba897d7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-09 (Mon, 09 Jan 2017)
Changed paths:
M filters/CropFilter.cpp
M filters/OverlayFilter.cpp
M filters/OverlayFilter.hpp
M filters/ReprojectionFilter.cpp
M pdal/Polygon.cpp
M pdal/Stage.cpp
M test/unit/filters/OverlayFilterTest.cpp
Log Message:
-----------
Make OverlayFilter streamable.
Make sure done() gets called ASAP on streaming.
Fix stage on which spatialReferenceChanged() is called.
Simplify error handling for CropFilter::transform.
Simplify spatial reference creation in reprojection filter.
Don't do anything if we try to reproject a polygon with empty SRSes.
More information about the pdal-commits
mailing list