[pdal-commits] [PDAL/PDAL] 296680: Merge remote-tracking branch 'origin/master'

GitHub noreply at github.com
Mon Apr 23 12:44:34 PDT 2018


  Branch: refs/heads/issue-1939
  Home:   https://github.com/PDAL/PDAL
  Commit: 2966800eb703f9caedeee5471c8a2f74f772b23b
      https://github.com/PDAL/PDAL/commit/2966800eb703f9caedeee5471c8a2f74f772b23b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M ChangeLog
    M HOWTORELEASE.txt
    M RELEASENOTES.txt
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/options.cmake
    M cmake/policies.cmake
    M cmake/unix_compiler_options.cmake
    M doc/apps/info.rst
    M doc/apps/pipeline.rst
    M doc/apps/translate.rst
    M doc/development/compilation/windows.rst
    A doc/development/release-notes/1.7.0.md
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/pipeline.rst
    M doc/project/integration.rst
    M doc/quickstart.rst
    A doc/stages/filters.delaunay.rst
    M doc/stages/filters.rst
    A doc/stages/readers.rdb.rst
    M doc/stages/readers.rst
    M doc/stages/readers.rxp.rst
    M doc/stages/writers.rst
    M doc/tutorial/las.rst
    M doc/workshop/exercises/georeferencing/index.rst
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/slides/source/lidar_intro.rst
    M filters/ReprojectionFilter.cpp
    M filters/VoxelCenterNearestNeighborFilter.cpp
    M filters/VoxelCentroidNearestNeighborFilter.cpp
    M io/GeotiffSupport.cpp
    M io/GeotiffSupport.hpp
    M io/HeaderVal.hpp
    M io/LasHeader.cpp
    M io/LasWriter.cpp
    R io/SbetCommon.cpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.hpp
    M kernels/TranslateKernel.cpp
    M kernels/TranslateKernel.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M pdal/PluginDirectory.cpp
    M pdal/PointView.hpp
    M pdal/Stage.cpp
    M pdal/StageExtensions.cpp
    M pdal/Streamable.cpp
    M pdal/Streamable.hpp
    M pdal/util/ProgramArgs.hpp
    M plugins/CMakeLists.txt
    A plugins/delaunay/CMakeLists.txt
    A plugins/delaunay/filters/DelaunayFilter.cpp
    A plugins/delaunay/filters/DelaunayFilter.hpp
    A plugins/delaunay/filters/Delaunay_psm.cpp
    A plugins/delaunay/filters/Delaunay_psm.h
    M plugins/pcl/CMakeLists.txt
    R plugins/pcl/io/PcdCommon.cpp
    M plugins/pcl/io/PcdCommon.hpp
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp
    A plugins/rdb/CMakeLists.txt
    A plugins/rdb/io/RdbPointcloud.cpp
    A plugins/rdb/io/RdbPointcloud.hpp
    A plugins/rdb/io/RdbReader.cpp
    A plugins/rdb/io/RdbReader.hpp
    A plugins/rdb/test/Config.hpp.in
    A plugins/rdb/test/RdbReaderTest.cpp
    A plugins/rdb/test/data/autzen-thin-srs.rdbx
    A plugins/rdb/test/data/autzen-thin-srs.txt
    M plugins/rxp/CMakeLists.txt
    M scripts/appveyor/config.cmd
    M scripts/appveyor/install.cmd
    M scripts/docker/Dockerfile
    M test/unit/PluginManagerTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M vendor/arbiter/arbiter.cpp

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


  Commit: e7ed147dec8ffa2a11ec1214b4376c42405007df
      https://github.com/PDAL/PDAL/commit/e7ed147dec8ffa2a11ec1214b4376c42405007df
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M io/LasWriter.hpp

  Log Message:
  -----------
  Initialize LasWriter::m_forwardVlrs (#1948)

Fixes the following Valgrind warning on FerryFilterTest

==17720== Conditional jump or move depends on uninitialised value(s)
==17720==    at 0x56E9B3A: pdal::LasWriter::addForwardVlrs() (LasWriter.cpp:441)
==17720==    by 0x56E85B2: pdal::LasWriter::readyTable(pdal::BasePointTable&) (LasWriter.cpp:307)
==17720==    by 0x56A727B: pdal::FlexWriter::ready(pdal::BasePointTable&) (FlexWriter.hpp:89)
==17720==    by 0x577046F: pdal::Stage::execute(pdal::BasePointTable&) (Stage.cpp:209)
==17720==    by 0x5782430: pdal::PipelineManager::execute() (PipelineManager.cpp:207)
==17720==    by 0x457957: FerryFilterTest_test_ferry_copy_json_Test::TestBody() (FerryFilterTest.cpp:104)
==17720==    by 0x493CE7: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
==17720==    by 0x48EC8A: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
==17720==    by 0x4744B3: testing::Test::Run() (gtest.cc:2151)
==17720==    by 0x474D5B: testing::TestInfo::Run() (gtest.cc:2326)
==17720==    by 0x47544A: testing::TestCase::Run() (gtest.cc:2444)
==17720==    by 0x47C527: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4315)
==17720==


  Commit: 2bfe763a96341f1e049dfe279a7051088793f612
      https://github.com/PDAL/PDAL/commit/2bfe763a96341f1e049dfe279a7051088793f612
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M plugins/matlab/filters/Script.cpp
    M tools/lasdump/Vlr.hpp

  Log Message:
  -----------
  Fix same expression warnings (#1952)

* plugins/matlab/filters/Script.cpp: mxDOUBLE_CLASS and mxINT32_CLASS are compared twice

* Vlr::matches(): compare userId to m_userId instead of self


  Commit: 88dc6db3a50fce7685f468bef4665433765f4469
      https://github.com/PDAL/PDAL/commit/88dc6db3a50fce7685f468bef4665433765f4469
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M io/GeotiffSupport.cpp

  Log Message:
  -----------
  GeotiffSrs constructor: fix memleak of GTIFGetOGISDefn() return (#1949)

This fixes the following Valgrind warning on pdal_filters_reprojection_test

==22366== 1,282 bytes in 2 blocks are definitely lost in loss record 675 of 701
==22366==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==22366==    by 0x7DE5D24: VSIMalloc (cpl_vsisimple.cpp:557)
==22366==    by 0x7D136F5: CPLMalloc (cpl_conv.cpp:184)
==22366==    by 0x8737AD8: OGR_SRSNode::exportToWkt(char**) const (ogr_srsnode.cpp:466)
==22366==    by 0x8724742: OGRSpatialReference::exportToWkt(char**) const (ogrspatialreference.cpp:737)
==22366==    by 0x75C8C4B: GTIFGetOGISDefn (gt_wkt_srs.cpp:1356)
==22366==    by 0x5696FA9: pdal::GeotiffSrs::GeotiffSrs(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::shared_ptr<pdal::Log>) (GeotiffSupport.cpp:149)
==22366==    by 0x56B3C3B: pdal::LasHeader::setSrsFromGeotiff() (LasHeader.cpp:322)
==22366==    by 0x56B3243: pdal::LasHeader::setSrs() (LasHeader.cpp:219)
==22366==    by 0x56B468F: pdal::operator>>(pdal::ILeStream&, pdal::LasHeader&) (LasHeader.cpp:404)
==22366==    by 0x5680FF4: pdal::LasReader::initializeLocal(pdal::BasePointTable&, pdal::MetadataNode&) (LasReader.cpp:192)
==22366==    by 0x568972E: pdal::LasReader::initialize(pdal::BasePointTable&) (LasReader.hpp:134)


  Commit: 9eb8c5a5a0cf7f76497c2e818072f5fca057ce05
      https://github.com/PDAL/PDAL/commit/9eb8c5a5a0cf7f76497c2e818072f5fca057ce05
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp

  Log Message:
  -----------
  Tests: fix for GDAL with proj.5 (#1947)

There are slight different of behavioru in proj.5 vs proj.4
In particular reprojection from +ellps=GRS80 +towgs84=0,0,0 to
+datum=WGS84 now involves a helmert transform in proj.5
instead of being considered as a no-op in proj.4


  Commit: 9ea259c2b04e1b26361ecbac3b6d5200983afcd1
      https://github.com/PDAL/PDAL/commit/9ea259c2b04e1b26361ecbac3b6d5200983afcd1
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-21 (Sat, 21 Apr 2018)

  Changed paths:
    M pdal/XMLSchema.cpp

  Log Message:
  -----------
  XMLSchema::load(): fix cppcheck warning 'Statements following return, break, continue, goto or throw will never be executed' (#1953)


  Commit: fff3b84a67a90bd7ceba3086f62a4e2a02c86093
      https://github.com/PDAL/PDAL/commit/fff3b84a67a90bd7ceba3086f62a4e2a02c86093
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M doc/stages/filters.delaunay.rst
    M io/GeotiffSupport.cpp
    M io/LasWriter.hpp
    M pdal/XMLSchema.cpp
    M plugins/matlab/filters/Script.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M tools/lasdump/Vlr.hpp

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


  Commit: b0b12fb07faddba67e7d5d2b31e4f21808a6c56a
      https://github.com/PDAL/PDAL/commit/b0b12fb07faddba67e7d5d2b31e4f21808a6c56a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M io/GeotiffSupport.cpp

  Log Message:
  -----------
  Remove header that can bring in duplicate macros.


  Commit: 98035ccc3778957332fa363cbdb086d2508985ce
      https://github.com/PDAL/PDAL/commit/98035ccc3778957332fa363cbdb086d2508985ce
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M filters/ReprojectionFilter.cpp
    M filters/ReprojectionFilter.hpp

  Log Message:
  -----------
  Remove misleading unused variable.


  Commit: 20381c3f04a3c23a1862ba366782f465edb4cc36
      https://github.com/PDAL/PDAL/commit/20381c3f04a3c23a1862ba366782f465edb4cc36
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M filters/ReprojectionFilter.cpp
    M filters/ReprojectionFilter.hpp
    M io/GeotiffSupport.cpp
    M io/LasWriter.hpp
    M pdal/XMLSchema.cpp
    M plugins/matlab/filters/Script.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M tools/lasdump/Vlr.hpp

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


  Commit: b67b08647fab81dd7d4894f25ba1ee81c0cff49f
      https://github.com/PDAL/PDAL/commit/b67b08647fab81dd7d4894f25ba1ee81c0cff49f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

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

  Log Message:
  -----------
  Fix reversed logic.


Compare: https://github.com/PDAL/PDAL/compare/e61dd238ba1c...b67b08647fab


More information about the pdal-commits mailing list