[pdal-commits] [PDAL/PDAL] c36193: Make strings fit 80 character width.

GitHub noreply at github.com
Thu Jan 11 13:40:32 PST 2018


  Branch: refs/heads/greyhound-writer
  Home:   https://github.com/PDAL/PDAL
  Commit: c3619352893b04450895957fcb045a3c536f3b5f
      https://github.com/PDAL/PDAL/commit/c3619352893b04450895957fcb045a3c536f3b5f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  Make strings fit 80 character width.


  Commit: 2cc53d6ccfab66317a3374f737a3e0f73e10d0c2
      https://github.com/PDAL/PDAL/commit/2cc53d6ccfab66317a3374f737a3e0f73e10d0c2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M io/TextReader.cpp
    M io/TextReader.hpp

  Log Message:
  -----------
  Add inspect() for text reader.


  Commit: 45f7da48423e4273d3cc41c26bc7a3ce206c10ab
      https://github.com/PDAL/PDAL/commit/45f7da48423e4273d3cc41c26bc7a3ce206c10ab
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  Add comment.


  Commit: 86f7133b42636383640b591acf9e01552edeecfa
      https://github.com/PDAL/PDAL/commit/86f7133b42636383640b591acf9e01552edeecfa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    A test/data/tindex/t1.txt
    A test/data/tindex/t2.txt
    A test/data/tindex/t3.txt
    M test/unit/CMakeLists.txt
    A test/unit/apps/TIndexTest.cpp

  Log Message:
  -----------
  Make fallback for failure of fast hexbin boundary.
Add simple test for tindex.
Close #1060


  Commit: e465a09d4fa563c58b4218fd35838f5d06a32dd7
      https://github.com/PDAL/PDAL/commit/e465a09d4fa563c58b4218fd35838f5d06a32dd7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M cmake/unix_compiler_options.cmake
    M dimbuilder/DimBuilder.cpp
    M filters/MortonOrderFilter.cpp
    M filters/OutlierFilter.cpp
    M filters/SMRFilter.cpp
    M io/GDALGrid.cpp
    M io/GDALReader.cpp
    M io/GDALWriter.cpp
    M io/LasHeader.cpp
    M io/OGRWriter.cpp
    M io/OptechReader.cpp
    M io/PlyReader.cpp
    M pdal/EigenUtils.hpp
    M pdal/FlexWriter.hpp
    M pdal/KDIndex.hpp
    M pdal/PDALUtils.cpp
    M pdal/PointLayout.cpp
    M pdal/PointLayout.hpp
    M pdal/PointView.hpp
    M plugins/cpd/filters/CpdFilter.cpp
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/pcl/CMakeLists.txt
    M plugins/sqlite/io/SQLiteWriter.hpp
    M scripts/docker/Dockerfile
    M tools/lasdump/Header.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 0b3755d66ce2d244220e1d8803d27ce1ca0480b7
      https://github.com/PDAL/PDAL/commit/0b3755d66ce2d244220e1d8803d27ce1ca0480b7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Fix potential error using #if inside of macro.


  Commit: 5f2779aed393558cb3e76ade7dc800c99f13d43d
      https://github.com/PDAL/PDAL/commit/5f2779aed393558cb3e76ade7dc800c99f13d43d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    A filters/private/pnp/Comparison.hpp
    A filters/private/pnp/Grid.hpp
    A filters/private/pnp/GridPnp.hpp
    A filters/private/pnp/VoxelRayTrace.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp

  Log Message:
  -----------
  New point-in-polygon code.
Close #1735


  Commit: c2d2200dabff36b1138ff7808d9f36597e285358
      https://github.com/PDAL/PDAL/commit/c2d2200dabff36b1138ff7808d9f36597e285358
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  don't output infinite densitie in filters.hexbin -- output -1.0 instead (#1770)


  Commit: bdc13cbabd9279e829f654fa1bfb1ebe6aadf6ee
      https://github.com/PDAL/PDAL/commit/bdc13cbabd9279e829f654fa1bfb1ebe6aadf6ee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M filters/private/pnp/GridPnp.hpp

  Log Message:
  -----------
  Make sure types match for std::max


  Commit: ca0b9f9ebdeaf210b3427f0b42efd53170a8bb6e
      https://github.com/PDAL/PDAL/commit/ca0b9f9ebdeaf210b3427f0b42efd53170a8bb6e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: c4c1fe9c188b9bb9aa73601af1990ab0d5a3c696
      https://github.com/PDAL/PDAL/commit/c4c1fe9c188b9bb9aa73601af1990ab0d5a3c696
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M pdal/Metadata.hpp
    M pdal/util/Utils.hpp
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Convert NaN and Inifinity into reasonable strings.
Make sure NaN and Infinity are reasonable as JSON.


  Commit: 1e5ada57cb2c7e72af45b13a409e22dbd8451c70
      https://github.com/PDAL/PDAL/commit/1e5ada57cb2c7e72af45b13a409e22dbd8451c70
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M filters/private/pnp/Comparison.hpp
    M filters/private/pnp/VoxelRayTrace.hpp

  Log Message:
  -----------
  Paren's around max. Windows is awful.


  Commit: 9571bc7fb8be7f388730ed012cd130077b73586a
      https://github.com/PDAL/PDAL/commit/9571bc7fb8be7f388730ed012cd130077b73586a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M io/LasReader.cpp

  Log Message:
  -----------
  Add flags to classification field for LAS 1.0 - 1.3.


  Commit: 17f6cc6ddd0c9b5f291d04c8bb6e9f04814df20d
      https://github.com/PDAL/PDAL/commit/17f6cc6ddd0c9b5f291d04c8bb6e9f04814df20d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M io/LasReader.cpp

  Log Message:
  -----------
  Add comment.


  Commit: 7979588497ef15e55f07587c5a2a69921cd37d56
      https://github.com/PDAL/PDAL/commit/7979588497ef15e55f07587c5a2a69921cd37d56
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    A doc/development/contributors.rst
    M doc/development/index.rst

  Log Message:
  -----------
  Add some guidelines for would-be developers.


  Commit: ec3a6ba1856b623308ee1dd8bfafe4be6c0e308a
      https://github.com/PDAL/PDAL/commit/ec3a6ba1856b623308ee1dd8bfafe4be6c0e308a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml
    M cmake/unix_compiler_options.cmake
    M dimbuilder/DimBuilder.cpp
    M doc/stages/filters.hexbin.rst
    M doc/stages/filters.pmf.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.las.rst
    M filters/ColorinterpFilter.cpp
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/MortonOrderFilter.cpp
    M filters/OutlierFilter.cpp
    M filters/SMRFilter.cpp
    A filters/private/pnp/Comparison.hpp
    A filters/private/pnp/Grid.hpp
    A filters/private/pnp/GridPnp.hpp
    A filters/private/pnp/VoxelRayTrace.hpp
    M io/GDALGrid.cpp
    M io/GDALReader.cpp
    M io/GDALWriter.cpp
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M io/OGRWriter.cpp
    M io/OGRWriter.hpp
    M io/OGRWriterV1.cpp
    M io/OptechReader.cpp
    M io/PlyReader.cpp
    M io/TextReader.cpp
    M io/TextReader.hpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M pdal/EigenUtils.hpp
    M pdal/FlexWriter.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/KDIndex.hpp
    M pdal/Metadata.hpp
    M pdal/PDALUtils.cpp
    M pdal/PipelineManager.hpp
    M pdal/PointLayout.cpp
    M pdal/PointLayout.hpp
    M pdal/PointView.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/PyArray.hpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.hpp
    M plugins/cpd/filters/CpdFilter.cpp
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/matlab/filters/Script.cpp
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/pcl/CMakeLists.txt
    M plugins/sqlite/io/SQLiteWriter.hpp
    M scripts/docker/Dockerfile
    A test/data/tindex/t1.txt
    A test/data/tindex/t2.txt
    A test/data/tindex/t3.txt
    M test/unit/CMakeLists.txt
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp
    A test/unit/apps/TIndexTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Header.cpp
    M vendor/kazhdan/Geometry.cpp
    M vendor/kazhdan/MultiGridOctreeData.Evaluation.inl
    M vendor/kazhdan/MultiGridOctreeData.IsoSurface.inl
    M vendor/kazhdan/MultiGridOctreeData.System.inl
    M vendor/kazhdan/MultiGridOctreeData.h
    M vendor/kazhdan/Octree.inl

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: b2e45565a1d5d92de23faf4d39a4f6f9634f4536
      https://github.com/PDAL/PDAL/commit/b2e45565a1d5d92de23faf4d39a4f6f9634f4536
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M doc/development/contributors.rst

  Log Message:
  -----------
  Fix spelling.


  Commit: 7608281e2a58453a3ec5a8b03c6efe20b9605de4
      https://github.com/PDAL/PDAL/commit/7608281e2a58453a3ec5a8b03c6efe20b9605de4
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Log Message:
  -----------
  don't output infinite densitie in filters.hexbin -- output -1.0 instead (#1772)


  Commit: a2f4161c9f400df9cb3e836cc72435abf5f5f963
      https://github.com/PDAL/PDAL/commit/a2f4161c9f400df9cb3e836cc72435abf5f5f963
  Author: Blottiere Paul <blottiere.paul at gmail.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Changed paths:
    M cmake/unix_compiler_options.cmake
    M pdal/compression/Compression.hpp

  Log Message:
  -----------
  Fix compilation with gcc > 7 (#1773)


  Commit: 857c046e683ccc72ebadcdea1064c503c7a2baa7
      https://github.com/PDAL/PDAL/commit/857c046e683ccc72ebadcdea1064c503c7a2baa7
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M pdal/compression/LazPerfCompression.hpp

  Log Message:
  -----------
  Fix laz-perf compression when putBytes has filled its tmp buffer.


  Commit: a96a81354e8fd1b9116247102bb55873c3ccf476
      https://github.com/PDAL/PDAL/commit/a96a81354e8fd1b9116247102bb55873c3ccf476
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M cmake/unix_compiler_options.cmake
    A doc/development/contributors.rst
    M doc/development/index.rst
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    A filters/private/pnp/Comparison.hpp
    A filters/private/pnp/Grid.hpp
    A filters/private/pnp/GridPnp.hpp
    A filters/private/pnp/VoxelRayTrace.hpp
    M io/LasReader.cpp
    M io/TextReader.cpp
    M io/TextReader.hpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Metadata.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/compression/Compression.hpp
    M pdal/compression/LazPerfCompression.hpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.hpp
    M plugins/hexbin/filters/HexBin.cpp
    A test/data/tindex/t1.txt
    A test/data/tindex/t2.txt
    A test/data/tindex/t3.txt
    M test/unit/CMakeLists.txt
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp
    A test/unit/apps/TIndexTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Merge branch 'laz-perf-putbytes' into greyhound-writer


  Commit: 570e427b3cc75f4e3cf723ad1a42489cd3f70232
      https://github.com/PDAL/PDAL/commit/570e427b3cc75f4e3cf723ad1a42489cd3f70232
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M pdal/Dimension.json
    M plugins/greyhound/io/GreyhoundCommon.cpp
    M plugins/greyhound/io/GreyhoundCommon.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundWriter.cpp
    M plugins/greyhound/io/bounds.cpp
    M plugins/greyhound/io/bounds.hpp

  Log Message:
  -----------
  Add GreyhoundWriter buffering option.  Allow compressed /write calls.


Compare: https://github.com/PDAL/PDAL/compare/93b61b02bd6e...570e427b3cc7


More information about the pdal-commits mailing list