[pdal-commits] [PDAL/PDAL] 95be31: Gdal utils raster (#3153)
Andrew Bell
noreply at github.com
Fri Jun 26 07:30:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 95be31eb320f6af0eb4d605cbbe33e50fcdfc770
https://github.com/PDAL/PDAL/commit/95be31eb320f6af0eb4d605cbbe33e50fcdfc770
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M apps/pdal.cpp
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/CropFilter.cpp
M filters/DEMFilter.cpp
M filters/HagDemFilter.cpp
M filters/OverlayFilter.cpp
M io/EptReader.cpp
M io/GDALReader.cpp
M io/GDALWriter.cpp
M io/Ilvis2MetadataReader.cpp
M io/OGRWriter.cpp
M io/TIndexReader.cpp
M kernels/DensityKernel.cpp
M kernels/TIndexKernel.cpp
M kernels/private/density/OGR.cpp
M kernels/private/density/OGR.hpp
M pdal/EigenUtils.cpp
R pdal/GDALUtils.cpp
R pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Polygon.cpp
M pdal/Stage.cpp
A pdal/private/gdal/BaseBand.cpp
A pdal/private/gdal/ErrorHandler.cpp
A pdal/private/gdal/ErrorHandler.hpp
A pdal/private/gdal/GDALError.hpp
A pdal/private/gdal/GDALUtils.cpp
A pdal/private/gdal/GDALUtils.hpp
A pdal/private/gdal/Raster.cpp
A pdal/private/gdal/Raster.hpp
M plugins/nitf/io/NitfWriter.cpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/io/EptReaderTest.cpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Gdal utils raster (#3153)
* Move Raster to private space.
* Split up GDALUtils and move to private.
* Missed header.
* BaseBand.
* Move GDALUtils to private.
* Remove unnecessary file.
* Remove dead code.
More information about the pdal-commits
mailing list