[pdal-commits] [PDAL/PDAL] 8bcc6f: RasterWriter (#3230)
Andrew Bell
noreply at github.com
Tue Sep 1 09:05:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 8bcc6f69df88b09eb9b5706a195212121e79bc77
https://github.com/PDAL/PDAL/commit/8bcc6f69df88b09eb9b5706a195212121e79bc77
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M doc/stages/stages.rst
A doc/stages/writers.raster.rst
M doc/stages/writers.rst
M filters/FaceRasterFilter.cpp
M filters/FaceRasterFilter.hpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
A io/RasterWriter.cpp
A io/RasterWriter.hpp
M io/private/GDALGrid.cpp
M io/private/GDALGrid.hpp
M pdal/PointView.cpp
M pdal/PointView.hpp
M pdal/private/Raster.hpp
M plugins/oci/io/OciReader.cpp
M test/unit/filters/FaceRasterTest.cpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
RasterWriter (#3230)
* FaceRasterFilter.
* Have GDALWriter use Raster.
* Updates to face raster tests.
* Documentation and such.
* Add RasterWriter.
* Remove dead test.
* Doc updates.
More information about the pdal-commits
mailing list