[pdal-commits] [PDAL/PDAL] 6d23d7: Add RialtoWriter

GitHub noreply at github.com
Wed Mar 11 07:39:19 PDT 2015


  Branch: refs/heads/master
  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


  Commit: d685a3a9b8f00440460586274fd51f5c264a276d
      https://github.com/PDAL/PDAL/commit/d685a3a9b8f00440460586274fd51f5c264a276d
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M io/rialto/RialtoWriter.hpp

  Log Message:
  -----------
  getDefaultOptions is no longer static


  Commit: d68427c292ff60a118d818f089dc286ebc3e7834
      https://github.com/PDAL/PDAL/commit/d68427c292ff60a118d818f089dc286ebc3e7834
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/StageFactory.cpp

  Log Message:
  -----------
  add RialtoWriter to StageFactory and sort sections by filters/readers/writers


  Commit: 1eaf0f8dd63b22fcca0e2fb000ebd8c6a16e42e7
      https://github.com/PDAL/PDAL/commit/1eaf0f8dd63b22fcca0e2fb000ebd8c6a16e42e7
  Author: chambbj <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:
  -----------
  Merge pull request #784 from PDAL/rialto-writer

Add RialtoWriter


Compare: https://github.com/PDAL/PDAL/compare/ebba6662eae0...1eaf0f8dd63b


More information about the pdal-commits mailing list