[pdal-commits] [PDAL/PDAL] 484116: Implement in_axis_ordering and out_axis_ordering f...
Howard Butler
noreply at github.com
Tue Feb 11 11:30:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 4841169991484c6c8f4a5b0fffdb729ea8349890
https://github.com/PDAL/PDAL/commit/4841169991484c6c8f4a5b0fffdb729ea8349890
Author: Howard Butler <howard at hobu.co>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M doc/stages/filters.reprojection.rst
M filters/ReprojectionFilter.cpp
M filters/ReprojectionFilter.hpp
M pdal/SpatialReference.cpp
M pdal/SpatialReference.hpp
M pdal/private/SrsTransform.cpp
M pdal/private/SrsTransform.hpp
A test/data/las/test_epsg_4326_axis.las
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Implement in_axis_ordering and out_axis_ordering for filters.reprojection (#2916)
* whiff on implementing axis ordering for filters.reprojection
* implement axis order swapping for filters.reprojection
* validate input
* better str->int conversion
* my windows build config tweaks
* try --only-deps for PDAL dependencies on azp/linux
* install deps invocation
* condition axis order test on whether GDAL 3 is available
* axis order override docs for filters.reprojection
* revert inadvertant changes
* Undo edits to my build script
* adjustments to PR comments
More information about the pdal-commits
mailing list