[pdal-commits] [PDAL/PDAL] bf6b98: Allow SRS to be ignored in Mosaic filter
GitHub
noreply at github.com
Mon Jul 1 07:48:03 PDT 2013
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: bf6b9824de4c605bc759cce2bf777544549c0e2c
https://github.com/PDAL/PDAL/commit/bf6b9824de4c605bc759cce2bf777544549c0e2c
Author: Chris Foster <chris42f at gmail.com>
Date: 2013-06-29 (Sat, 29 Jun 2013)
Changed paths:
M src/filters/Mosaic.cpp
Log Message:
-----------
Allow SRS to be ignored in Mosaic filter
Ignoring the SRS is useful when pdal has been compiled without gdal
support, and the user knows the inputs have a shared spatial reference
system. (Attempting SRS comparison in this case would otherwise result
in an exception.)
Commit: 418fffb0fb0c39992276baf962999029aed09e71
https://github.com/PDAL/PDAL/commit/418fffb0fb0c39992276baf962999029aed09e71
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M src/filters/Mosaic.cpp
Log Message:
-----------
Merge pull request #147 from c42f/mosaic_srs_ignore
Allow SRS to be ignored in Mosaic filter
Compare: https://github.com/PDAL/PDAL/compare/2d99abf0fe26...418fffb0fb0c
More information about the pdal-commits
mailing list