[pdal-commits] [PDAL/PDAL] 396aca: Eliminate need to specify bounds on writers.gdal (...
GitHub
noreply at github.com
Mon Sep 24 11:47:14 PDT 2018
Branch: refs/heads/readers.gdal-quickinfo-bounds
Home: https://github.com/PDAL/PDAL
Commit: 396aca0e6cb820422eade74cc67f8c6ec6d9f200
https://github.com/PDAL/PDAL/commit/396aca0e6cb820422eade74cc67f8c6ec6d9f200
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M io/GDALGrid.cpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
M pdal/util/Bounds.cpp
M pdal/util/Bounds.hpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Eliminate need to specify bounds on writers.gdal (#2168)
* Fix calculation of verticalIndex().
* Export GDAL Grid for testing.
* Radius expansion for grid. Tests broken.
* Remove radius adjustment.
* Add header.
* Remove unnecessary header.
* Put back assert.h.
Commit: d472dade2b7ef1e291a60a9375f96cc4532ab6cb
https://github.com/PDAL/PDAL/commit/d472dade2b7ef1e291a60a9375f96cc4532ab6cb
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/RangeFilter.cpp
M filters/RangeFilter.hpp
M filters/SMRFilter.cpp
M filters/private/DimRange.cpp
M filters/private/DimRange.hpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
Log Message:
-----------
Multiple range support for ignore option on smrt and pmf (#2167)
* Use range list for ignore option on filters.smrf.
Close #2157
* Use DimRange code to handle point filtering.
* Add comment and remove unnecessary assignment.
* Replace inline range filter DimRange testing.
Close #2157
Commit: be97bdb5837a3b524adf5c4dcca6b56e4c68ef24
https://github.com/PDAL/PDAL/commit/be97bdb5837a3b524adf5c4dcca6b56e4c68ef24
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M plugins/mbio/io/MbReader.cpp
M plugins/mbio/io/MbReader.hpp
Log Message:
-----------
Improvements to readers.mbio (#2166)
* Allow extraction of sidescan data.
* Add support for individual dimension precisions.
Close #1869
* Set proper dimensions based on datatype option.
* Add time support for mbio.
Commit: e01aad69730692747e031418fe88bcc142b51f26
https://github.com/PDAL/PDAL/commit/e01aad69730692747e031418fe88bcc142b51f26
Author: Howard Butler <howard at hobu.co>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M io/GDALReader.cpp
M pdal/GDALUtils.hpp
Log Message:
-----------
refactor to return a BOX2D or a BOX3D if given a bandID
Commit: 87338399a9995311c1a675b6d7843195b89e3cbf
https://github.com/PDAL/PDAL/commit/87338399a9995311c1a675b6d7843195b89e3cbf
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
Log Message:
-----------
add 'header' option to readers.gdal to allow mapping of band->dimension
Commit: 19a711af16a10b5aa8dcd7a00733a142efe43491
https://github.com/PDAL/PDAL/commit/19a711af16a10b5aa8dcd7a00733a142efe43491
Author: Howard Butler <howard at hobu.co>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M test/unit/io/GDALReaderTest.cpp
Log Message:
-----------
test 'header' option
Commit: 1c43d3d98175f5e46370304e8f1978d74692636f
https://github.com/PDAL/PDAL/commit/1c43d3d98175f5e46370304e8f1978d74692636f
Author: Howard Butler <howard at hobu.co>
Date: 2018-09-24 (Mon, 24 Sep 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/RangeFilter.cpp
M filters/RangeFilter.hpp
M filters/SMRFilter.cpp
M filters/private/DimRange.cpp
M filters/private/DimRange.hpp
M filters/private/Segmentation.cpp
M filters/private/Segmentation.hpp
M io/GDALGrid.cpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
M pdal/util/Bounds.cpp
M pdal/util/Bounds.hpp
M plugins/mbio/io/MbReader.cpp
M plugins/mbio/io/MbReader.hpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into readers.gdal-quickinfo-bounds
Compare: https://github.com/PDAL/PDAL/compare/a7a0c6aa1c51...1c43d3d98175
**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