[pdal-commits] [PDAL/PDAL] 3946ad: Add SpatialReference::computeUTMZone(const BOX3D& ...
GitHub
noreply at github.com
Fri Jan 16 07:57:27 PST 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 3946add236ed21b6ee8be495e522681397fe8443
https://github.com/PDAL/PDAL/commit/3946add236ed21b6ee8be495e522681397fe8443
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-15 (Thu, 15 Jan 2015)
Changed paths:
M include/pdal/SpatialReference.hpp
M src/SpatialReference.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Add SpatialReference::computeUTMZone(const BOX3D& box) const to calculate the UTM zone when you have a box in another coordinate system
Commit: 638f2d563dfda93821be52e97741f81171954400
https://github.com/PDAL/PDAL/commit/638f2d563dfda93821be52e97741f81171954400
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-16 (Fri, 16 Jan 2015)
Changed paths:
M include/pdal/SpatialReference.hpp
M src/SpatialReference.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Merge pull request #709 from PDAL/compute-utm-zone
Add SpatialReference::computeUTMZone(const BOX3D& box) const to calculate the UTM zone when you have a box in another coordinate system
Compare: https://github.com/PDAL/PDAL/compare/c471dee604b7...638f2d563dfd
More information about the pdal-commits
mailing list