[pdal-commits] [PDAL/PDAL] 4b6ade: Add greyhound reader doc.

GitHub noreply at github.com
Mon Jan 12 06:43:02 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 4b6ade60b3eb013d8fe5e9ad79cd4df050a75846
      https://github.com/PDAL/PDAL/commit/4b6ade60b3eb013d8fe5e9ad79cd4df050a75846
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    A doc/stages/readers.greyhound.rst
    M plugins/greyhound/io/GreyhoundReader.cpp

  Log Message:
  -----------
  Add greyhound reader doc.


  Commit: 82db0a82b1b76c755e9e4781f6ecd68d8f9871be
      https://github.com/PDAL/PDAL/commit/82db0a82b1b76c755e9e4781f6ecd68d8f9871be
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-10 (Sat, 10 Jan 2015)

  Changed paths:
    M plugins/greyhound/CMakeLists.txt
    A plugins/greyhound/io/Exchanges.cpp
    M plugins/greyhound/io/Exchanges.hpp

  Log Message:
  -----------
  Break greyhound exchanges into hpp/cpp instead of all header.


  Commit: a1f8087245caa8e782413604772e110d1604fbdd
      https://github.com/PDAL/PDAL/commit/a1f8087245caa8e782413604772e110d1604fbdd
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-10 (Sat, 10 Jan 2015)

  Changed paths:
    R cmake/modules/FindLazperf.cmake
    A doc/stages/filters.transformation.rst
    M doc/stages/index.rst
    M filters/CMakeLists.txt
    A filters/transformation/CMakeLists.txt
    A filters/transformation/TransformationFilter.cpp
    A filters/transformation/TransformationFilter.hpp
    M include/pdal/Compression.hpp
    M include/pdal/Filters.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/TransformationFilterTest.cpp
    M tools/lasdump/Dumper.hpp

  Log Message:
  -----------
  Merge branch 'master' into greyhound-compression


  Commit: a8ff88fb39e85270b2d915f7788d7a5321417bca
      https://github.com/PDAL/PDAL/commit/a8ff88fb39e85270b2d915f7788d7a5321417bca
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-10 (Sat, 10 Jan 2015)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt
    M tools/lasdump/CMakeLists.txt
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Lasdump.hpp
    M util/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' into greyhound-compression


  Commit: 631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
      https://github.com/PDAL/PDAL/commit/631c8d3db571a21573d7ac5f2e5f2ac6337fbee5
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-10 (Sat, 10 Jan 2015)

  Changed paths:
    M plugins/greyhound/io/Exchanges.cpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    M src/Stage.cpp

  Log Message:
  -----------
  Expected schema response from Greyhound was out of date.


  Commit: e9c2e6419df509b25be4f3a3ad1c207f40f5d13a
      https://github.com/PDAL/PDAL/commit/e9c2e6419df509b25be4f3a3ad1c207f40f5d13a
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M plugins/greyhound/io/Exchanges.cpp
    M plugins/greyhound/io/Exchanges.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp

  Log Message:
  -----------
  Update schema format expectations, restructure slightly to begin decompression work.


  Commit: 4806842d033fba256d69ac4a89fe786ecb938530
      https://github.com/PDAL/PDAL/commit/4806842d033fba256d69ac4a89fe786ecb938530
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M plugins/greyhound/CMakeLists.txt
    A plugins/greyhound/io/CompressionStream.cpp
    A plugins/greyhound/io/CompressionStream.hpp
    M plugins/greyhound/io/Exchanges.cpp
    M plugins/greyhound/io/Exchanges.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/WebSocketClient.cpp
    M plugins/greyhound/io/WebSocketClient.hpp

  Log Message:
  -----------
  Read compressed data from Greyhound when possible.


  Commit: cadd7497f19e15530fa74d7030835adc1b1ee1d9
      https://github.com/PDAL/PDAL/commit/cadd7497f19e15530fa74d7030835adc1b1ee1d9
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    A doc/stages/readers.greyhound.rst
    M plugins/greyhound/CMakeLists.txt
    A plugins/greyhound/io/CompressionStream.cpp
    A plugins/greyhound/io/CompressionStream.hpp
    A plugins/greyhound/io/Exchanges.cpp
    M plugins/greyhound/io/Exchanges.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    M plugins/greyhound/io/WebSocketClient.cpp
    M plugins/greyhound/io/WebSocketClient.hpp
    M src/Stage.cpp

  Log Message:
  -----------
  Merge pull request #697 from PDAL/greyhound-compression

Greyhound reader compression/updates


Compare: https://github.com/PDAL/PDAL/compare/1922bf71017a...cadd7497f19e


More information about the pdal-commits mailing list