[pdal-commits] [PDAL/PDAL] 9bec1d: Add RialtoWriter
GitHub
noreply at github.com
Wed Mar 4 09:38:31 PST 2015
Branch: refs/heads/rialto-writer
Home: https://github.com/PDAL/PDAL
Commit: 9bec1d4a66e16e7ca0c5667af01810278dd5d237
https://github.com/PDAL/PDAL/commit/9bec1d4a66e16e7ca0c5667af01810278dd5d237
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M include/pdal/Drivers.hpp
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 kernels/translate/TranslateKernel.cpp
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.
More information about the pdal-commits
mailing list