[pdal-commits] [PDAL/PDAL] 758b62: support fetching bounds information for readers.gd...
GitHub
noreply at github.com
Mon Sep 24 12:04:21 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 758b6255cdc479ec8dfb7523e4e16622bf134ca1
https://github.com/PDAL/PDAL/commit/758b6255cdc479ec8dfb7523e4e16622bf134ca1
Author: Howard Butler <howard at hobu.co>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M doc/stages/readers.gdal.rst
M io/GDALReader.cpp
M io/GDALReader.hpp
M pdal/GDALUtils.hpp
M test/unit/io/GDALReaderTest.cpp
Log Message:
-----------
support fetching bounds information for readers.gdal QuickInfo (#2177)
* support fetching bounds information for readers.gdal QuickInfo
* rearrange into Raster::bounds method
* refactor to return a BOX2D or a BOX3D if given a bandID
* add 'header' option to readers.gdal to allow mapping of band->dimension
* test 'header' option
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list