[pdal-commits] [PDAL/PDAL] 9eb8c5: Tests: fix for GDAL with proj.5 (#1947)
GitHub
noreply at github.com
Sat Apr 21 20:14:06 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 9eb8c5a5a0cf7f76497c2e818072f5fca057ce05
https://github.com/PDAL/PDAL/commit/9eb8c5a5a0cf7f76497c2e818072f5fca057ce05
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2018-04-21 (Sat, 21 Apr 2018)
Changed paths:
M test/unit/filters/FerryFilterTest.cpp
M test/unit/filters/ReprojectionFilterTest.cpp
Log Message:
-----------
Tests: fix for GDAL with proj.5 (#1947)
There are slight different of behavioru in proj.5 vs proj.4
In particular reprojection from +ellps=GRS80 +towgs84=0,0,0 to
+datum=WGS84 now involves a helmert transform in proj.5
instead of being considered as a no-op in proj.4
More information about the pdal-commits
mailing list