[pdal-commits] [PDAL/PDAL] 6d23d7: Add RialtoWriter
GitHub
noreply at github.com
Wed Mar 11 07:06:34 PDT 2015
Branch: refs/heads/rialto-writer
Home: https://github.com/PDAL/PDAL
Commit: 6d23d72059e02e4f32c5f7ad14ff750278fff967
https://github.com/PDAL/PDAL/commit/6d23d72059e02e4f32c5f7ad14ff750278fff967
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
A doc/stages/writers.rialto.rst
M include/pdal/util/FileUtils.hpp
M io/CMakeLists.txt
A io/rialto/CMakeLists.txt
A io/rialto/RialtoCommon.cpp
A io/rialto/RialtoCommon.hpp
A io/rialto/RialtoWriter.cpp
A io/rialto/RialtoWriter.hpp
M src/StageFactory.cpp
M src/util/FileUtils.cpp
A test/data/io/header.json
M test/unit/CMakeLists.txt
A test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
Add RialtoWriter
RialtoWriter is a tiled format that is currently under development. See
http://lists.osgeo.org/pipermail/pointdown/2015-February/000001.html for more
information.
In addition to the RialtoWriter, we have added several functions to FileUtils
to facilitate handling of directories (existance, recursive removal, and
creation).
We have also fixed a bug in TranslateKernel, in which the output_srs option was
not being passed to the reprojection filter.
Commit: 4c4464fa1bc3aed3ecdf30db625eed0e3243c64e
https://github.com/PDAL/PDAL/commit/4c4464fa1bc3aed3ecdf30db625eed0e3243c64e
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M io/rialto/RialtoCommon.cpp
M io/rialto/RialtoCommon.hpp
M io/rialto/RialtoWriter.cpp
M io/rialto/RialtoWriter.hpp
M test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
update RialtoWriter per the recent plugin changes, make sure it compiles on msvc
Compare: https://github.com/PDAL/PDAL/compare/41d800e6be72...4c4464fa1bc3
More information about the pdal-commits
mailing list