[pdal-commits] [PDAL/PDAL] 6c8bc6: Transform EPT data to clip SRS when necessary (#3460)
Andrew Bell
noreply at github.com
Wed May 19 05:04:15 PDT 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 6c8bc6e2a571db4c4cd659ff299a6c2b5aa48f28
https://github.com/PDAL/PDAL/commit/6c8bc6e2a571db4c4cd659ff299a6c2b5aa48f28
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M doc/stages/readers.ept.rst
M io/EptReader.cpp
M io/EptReader.hpp
M pdal/private/SrsTransform.cpp
M pdal/private/SrsTransform.hpp
M pdal/util/Bounds.cpp
M pdal/util/Bounds.hpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Transform EPT data to clip SRS when necessary (#3460)
* reproject points to clip rather than the other way around
* Add ogr option to doc.
* Fix transform for points being tested in multiple polygons.
* Kill bad test
* Break up code so it doesn't look like GDAL.
* Look over inspect() wrt SRS
* Eliminate use of transform clone.
* gdal to version 3
* Remove bad lock
* Handle the case where we have both bounds and polygon query.
More information about the pdal-commits
mailing list