[pdal-commits] [PDAL/PDAL] 41d800: Add RialtoWriter

GitHub noreply at github.com
Wed Mar 4 13:00:13 PST 2015


  Branch: refs/heads/rialto-writer
  Home:   https://github.com/PDAL/PDAL
  Commit: 41d800e6be72e0cc3e34ccbe504305ee3aede564
      https://github.com/PDAL/PDAL/commit/41d800e6be72e0cc3e34ccbe504305ee3aede564
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    A doc/stages/writers.rialto.rst
    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