[pdal-commits] [PDAL/PDAL] c4cc22: Add interface includes for PDAL library target. (#...

Andrew Bell noreply at github.com
Thu Apr 23 13:11:10 PDT 2020


  Branch: refs/heads/issue-2262
  Home:   https://github.com/PDAL/PDAL
  Commit: c4cc229023b5f0ef742893f7bc73b6de43b7da66
      https://github.com/PDAL/PDAL/commit/c4cc229023b5f0ef742893f7bc73b6de43b7da66
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Add interface includes for PDAL library target. (#2981)

* Specify interface includes for downstream PDAL projects.

* Fix include directory.

* Update library target.

* Add pdal_util, just in case.


  Commit: ab2b953e773128f48f4ae89e27ccf2b9a1862a91
      https://github.com/PDAL/PDAL/commit/ab2b953e773128f48f4ae89e27ccf2b9a1862a91
  Author: Jules Robichaud-Gagnon <j.robichaudg at gmail.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M doc/stages/writers.text.rst

  Log Message:
  -----------
  Add useful missing undocumented parameter for writers.text (#2983)

https://github.com/PDAL/PDAL/blob/c4cc229023b5f0ef742893f7bc73b6de43b7da66/io/TextWriter.cpp#L106


  Commit: 6d52a3b9bb4701c275fb11437c6b88329924feac
      https://github.com/PDAL/PDAL/commit/6d52a3b9bb4701c275fb11437c6b88329924feac
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M pdal/util/Utils.cpp

  Log Message:
  -----------
  Don't access invalid memory. (#2986)

* Don't access invalid memory.

* Remove unnecessary cast.


  Commit: 6ada269e12f8fee174b5d0dc6c0f460b19098476
      https://github.com/PDAL/PDAL/commit/6ada269e12f8fee174b5d0dc6c0f460b19098476
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M pdal/PDALUtils.cpp
    M plugins/e57/libE57Format/src/ImageFileImpl.cpp

  Log Message:
  -----------
  Only use arbiter if we're accessing a remote file. (#2988)

* Only use arbiter if we're accessing a remote file.

* Add missed s3 prefix.


  Commit: 9c1f8dd6f355ad3806f0c133b27e78706b9a076e
      https://github.com/PDAL/PDAL/commit/9c1f8dd6f355ad3806f0c133b27e78706b9a076e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M pdal/PipelineReaderJSON.cpp
    A test/data/pipeline/issue2984.json.in
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Use parse() instead of "<<" to load pipeline (#2989)

* Use parse() on JSON pipeline.

* Remove unecessary comment.


  Commit: db014d333b8a80a44992f0c80ac061fd92851633
      https://github.com/PDAL/PDAL/commit/db014d333b8a80a44992f0c80ac061fd92851633
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M filters/PoissonFilter.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Set the log on the normal filter when running from poisson. (#2991)

Make setLog() take a const ref instead of ref.


  Commit: ad0e9930aeb07bd0962c41002a13ce801fdfff9e
      https://github.com/PDAL/PDAL/commit/ad0e9930aeb07bd0962c41002a13ce801fdfff9e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M RELEASENOTES.txt
    M apps/CMakeLists.txt
    A doc/development/release-notes/2.1.0.md
    M doc/download.rst
    M package.sh

  Log Message:
  -----------
  Changes for release. (#2993)

* Changes for release.

* Add release notes.


  Commit: a78a93a14a02e479c3cb306dddf4818560358303
      https://github.com/PDAL/PDAL/commit/a78a93a14a02e479c3cb306dddf4818560358303
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M apps/pdal-config-bat.in
    M apps/pdal-config.in
    R cmake/modules/FindNumPy.cmake
    R cmake/modules/FindSQLite3.cmake
    M cmake/options.cmake
    R cmake/python.cmake
    R cmake/spatialite.cmake
    M pdal/DbWriter.hpp
    M pdal/StageExtensions.cpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M pdal_features.hpp.in

  Log Message:
  -----------
  Cleanup for removed plugins. (#2997)


  Commit: 7d9704fbd77e30993fedcd7a377d4e21cd497e62
      https://github.com/PDAL/PDAL/commit/7d9704fbd77e30993fedcd7a377d4e21cd497e62
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M io/LasVLR.cpp

  Log Message:
  -----------
  Fix spelling errors. (#2995)

* specificiation -> specification


  Commit: 2272bc52118a459b47c88a2e95cf77c7818954d6
      https://github.com/PDAL/PDAL/commit/2272bc52118a459b47c88a2e95cf77c7818954d6
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M doc/index.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.rst
    M doc/stages/readers.rst

  Log Message:
  -----------
  2.1 doc fixes


  Commit: 9e9e093f2708bea6117b361347658a5209f68031
      https://github.com/PDAL/PDAL/commit/9e9e093f2708bea6117b361347658a5209f68031
  Author: Grigory <gr.pomadchin at gmail.com>
  Date:   2020-03-21 (Sat, 21 Mar 2020)

  Changed paths:
    M doc/java.rst

  Log Message:
  -----------
  Fix markdown syntax (#2998)


  Commit: d48e25df93c3062f9ec305d157ba3ca46f0f0a1b
      https://github.com/PDAL/PDAL/commit/d48e25df93c3062f9ec305d157ba3ca46f0f0a1b
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  we need 'sudo' in ubuntu dockerfile for tests


  Commit: 043ca374defe0fd438386c12833773dc6a5eff26
      https://github.com/PDAL/PDAL/commit/043ca374defe0fd438386c12833773dc6a5eff26
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  set INSTALL_INTERFACE to a relative ./include path rather than a hard path of CMAKE_INSTALL_PREFIX


  Commit: da4d8c63c286d49f6aefba544449e7434597f758
      https://github.com/PDAL/PDAL/commit/da4d8c63c286d49f6aefba544449e7434597f758
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-24 (Tue, 24 Mar 2020)

  Changed paths:
    M PDALConfig.cmake.in
    M cmake/config.cmake

  Log Message:
  -----------
  relocatable cmake Config


  Commit: 983a43d6bc99c71b720e6c3fb7178bb8209e6eea
      https://github.com/PDAL/PDAL/commit/983a43d6bc99c71b720e6c3fb7178bb8209e6eea
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-24 (Tue, 24 Mar 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/config.cmake
    M plugins/rdb/CMakeLists.txt

  Log Message:
  -----------
  BUILD_INTERFACE definitions


  Commit: b2870da6d5c78cf74129f31eb0d9ebf4cb477675
      https://github.com/PDAL/PDAL/commit/b2870da6d5c78cf74129f31eb0d9ebf4cb477675
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-26 (Thu, 26 Mar 2020)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Set environment variables in the image for now.


  Commit: 0e6ab0eb216afb2339cb2ec123acc96a53083252
      https://github.com/PDAL/PDAL/commit/0e6ab0eb216afb2339cb2ec123acc96a53083252
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M cmake/zstd.cmake

  Log Message:
  -----------
  Turn zstd off by default. (#3003)

* Turn zstd off by default.

* Make ZSTD optional.


  Commit: f4a651c24fbc7c6a43d97f877cb4b83145c49387
      https://github.com/PDAL/PDAL/commit/f4a651c24fbc7c6a43d97f877cb4b83145c49387
  Author: cgodkin <cgodkin at gmail.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  Fixed hiding of local variable (principally the warning) (#3007)


  Commit: 5ed4c7afde9d833ce0176119850560f33411ed84
      https://github.com/PDAL/PDAL/commit/5ed4c7afde9d833ce0176119850560f33411ed84
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M doc/python.rst
    M doc/stages/filters.crop.rst

  Log Message:
  -----------
  doc updates


  Commit: 05d165de4314f5679512ceea7ebaf6e766356c2b
      https://github.com/PDAL/PDAL/commit/05d165de4314f5679512ceea7ebaf6e766356c2b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M plugins/e57/libE57Format/include/E57Format.h
    M plugins/e57/libE57Format/src/CheckedFile.cpp
    M plugins/e57/libE57Format/src/CheckedFile.h
    M plugins/e57/libE57Format/src/ImageFileImpl.cpp

  Log Message:
  -----------
  Use 64 bit file offset on Windows (#3001)

* Replace off_t with FileOffset.

* Remove use of off_t.


  Commit: 8fca242d478d2e4c4c926a016cc79619246fbe7f
      https://github.com/PDAL/PDAL/commit/8fca242d478d2e4c4c926a016cc79619246fbe7f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M io/FauxReader.cpp
    M io/FauxReader.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M test/unit/io/FauxReaderTest.cpp

  Log Message:
  -----------
  Add seed support to faux reader (#3015)

* Add seed support to faux reader.

* Remove blank line.

* Truncate instead of round values.


  Commit: fc1e2d2e5be05aa1505c21c796b9ae605c421539
      https://github.com/PDAL/PDAL/commit/fc1e2d2e5be05aa1505c21c796b9ae605c421539
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M plugins/nitf/io/NitfReader.hpp
    M plugins/nitf/test/NitfReaderTest.cpp

  Log Message:
  -----------
  Return proper position for seek on stream. (#3017)

Properly position stream when opened.


  Commit: 1a3828f5e76db4fd09b24f7cafd71aaf8067ed09
      https://github.com/PDAL/PDAL/commit/1a3828f5e76db4fd09b24f7cafd71aaf8067ed09
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M doc/stages/readers.gdal.rst

  Log Message:
  -----------
  doc update


  Commit: d35d3adb4b5dc5bfcb5913a683124489349aaecb
      https://github.com/PDAL/PDAL/commit/d35d3adb4b5dc5bfcb5913a683124489349aaecb
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M cmake/config.cmake

  Log Message:
  -----------
  LIB_INSTALL_DIR adjustment


  Commit: 80bca2319a8aaa24a928b54a92d541f14f23c295
      https://github.com/PDAL/PDAL/commit/80bca2319a8aaa24a928b54a92d541f14f23c295
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  tighten up EPT bounds test (#3018)


  Commit: 297fc364c0c10b8e753008cbff6c7f3122acb48c
      https://github.com/PDAL/PDAL/commit/297fc364c0c10b8e753008cbff6c7f3122acb48c
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M test/unit/CMakeLists.txt
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  EPT test fixes (#3020)

* tighten up EPT bounds test

* shut off PROJ_NETWORK to eliminate grid shifts in ept test

* set test environment properties for PROJ_NETWORK=OFF

* set properties for tile test


  Commit: 98cda6455295351fa659d78975dca765efe2777e
      https://github.com/PDAL/PDAL/commit/98cda6455295351fa659d78975dca765efe2777e
  Author: Paul Blottiere <blottiere.paul at gmail.com>
  Date:   2020-04-10 (Fri, 10 Apr 2020)

  Changed paths:
    M filters/NeighborClassifierFilter.cpp

  Log Message:
  -----------
  Fix typo (#3021)


  Commit: 9927a4b6235e286f87db4c59d52b4a3bdb9a6cc3
      https://github.com/PDAL/PDAL/commit/9927a4b6235e286f87db4c59d52b4a3bdb9a6cc3
  Author: cgodkin <carl at dgi.com>
  Date:   2020-04-13 (Mon, 13 Apr 2020)

  Changed paths:
    M tools/lasdump/Dumper.cpp

  Log Message:
  -----------
  Modified not to assume std namespace. (#3023)

* Fixed hiding of local variable (principally the warning)

* Proposed fix to Issue #3008

Here's a simple fix to the issue I just opened.  

Hope these trivial fixes aren't too annoying but we always compile on Windows with -W4 so I'm going to find things that are technically incorrect but don't affect behavior.  Thanks.

* Update Dumper.cpp not to assume std namespace

If a fix to https://github.com/LASzip/LASzip/issues/69 is applied, then Dumper.cpp won't compile since it inherits "using namespace std" from laszip_api.h.  This commit adds "std::" in three places to avoid the dependency.  (Alternatively, "using namespace std" could be added to the top of this source file.)

* Revert proposed change

https://github.com/PDAL/PDAL/issues/3008


  Commit: 954beaf3e4ff4d614d43674c0872852710983d07
      https://github.com/PDAL/PDAL/commit/954beaf3e4ff4d614d43674c0872852710983d07
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    R test/data/las/tile/file1.las
    R test/data/las/tile/file2.las
    R test/data/las/tile/file3.las
    A test/data/tile/tile.txt
    M test/unit/CMakeLists.txt
    M test/unit/apps/TileTest.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Fix tests to support various reprojection behavior (#3025)

Create data on the fly to support proj 6 + 7.


  Commit: f7d69d0efa5e358e93a56288e7e729a8418b0f4b
      https://github.com/PDAL/PDAL/commit/f7d69d0efa5e358e93a56288e7e729a8418b0f4b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp

  Log Message:
  -----------
  Fix busted code. (#3024)


  Commit: d381da7c2055a29d34aef58cecc19eae9c892cd7
      https://github.com/PDAL/PDAL/commit/d381da7c2055a29d34aef58cecc19eae9c892cd7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/StatsFilter.cpp
    M io/EptReader.cpp
    M pdal/GDALUtils.cpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M pdal/pdal_types.hpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Better transform() error handling. (#3026)

* Better transform() error handling.

* Change structure name.


  Commit: d78da596b61f8c12e4f03d4682bb6a71f108ff15
      https://github.com/PDAL/PDAL/commit/d78da596b61f8c12e4f03d4682bb6a71f108ff15
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M vendor/arbiter/CMakeLists.txt

  Log Message:
  -----------
  Don't find library on SHWLAPI (#3027)

* TEst.

* Test.

* Clean-up.


  Commit: 4cb2070fbf620bf781c0786099571123d663fc5a
      https://github.com/PDAL/PDAL/commit/4cb2070fbf620bf781c0786099571123d663fc5a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M filters/HexBinFilter.cpp
    M io/BpfReader.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M tools/nitfwrap/NitfWrap.cpp

  Log Message:
  -----------
  Create UTM SRS from zone number in one place (#3022)

* Centralize conversion of zone number to SRS.

* Rename function.


  Commit: 863b7aa69f606b318fbd3b3410e7fd1dd2014c19
      https://github.com/PDAL/PDAL/commit/863b7aa69f606b318fbd3b3410e7fd1dd2014c19
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M io/Ilvis2Reader.cpp
    M io/OptechReader.cpp
    M plugins/i3s/io/EsriReader.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StreamingTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M tools/nitfwrap/NitfWrap.cpp

  Log Message:
  -----------
  Simplify function calls taking an SRS as a string constant. (#3029)


  Commit: ba54981839055a3531487a96dc3d3794b618949b
      https://github.com/PDAL/PDAL/commit/ba54981839055a3531487a96dc3d3794b618949b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M vendor/gtest/src/gtest-port.cc

  Log Message:
  -----------
  fix up BSD casting in new gtest #2996 (#3028)

Co-authored-by: Howard Butler <howard at hobu.co>


  Commit: fb13585fde14f5f72f15f436e44985ee813b899c
      https://github.com/PDAL/PDAL/commit/fb13585fde14f5f72f15f436e44985ee813b899c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Don't install PDAL in conda-land.


  Commit: 33e6fcb8fdff552332b712cfaf9fec1f884fb28a
      https://github.com/PDAL/PDAL/commit/33e6fcb8fdff552332b712cfaf9fec1f884fb28a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M cmake/zstd.cmake
    M doc/faq.rst
    M doc/python.rst
    M doc/stages/filters.crop.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.gdal.rst
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/NeighborClassifierFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/StatsFilter.cpp
    M io/BpfReader.cpp
    M io/EptReader.cpp
    M io/FauxReader.cpp
    M io/FauxReader.hpp
    M io/Ilvis2Reader.cpp
    M io/OptechReader.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M pdal/pdal_types.hpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M plugins/e57/libE57Format/include/E57Format.h
    M plugins/e57/libE57Format/src/CheckedFile.cpp
    M plugins/e57/libE57Format/src/CheckedFile.h
    M plugins/e57/libE57Format/src/ImageFileImpl.cpp
    M plugins/i3s/io/EsriReader.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M scripts/docker/ubuntu/Dockerfile
    R test/data/las/tile/file1.las
    R test/data/las/tile/file2.las
    R test/data/las/tile/file3.las
    A test/data/tile/tile.txt
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StreamingTest.cpp
    M test/unit/apps/TileTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/FauxReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M tools/lasdump/Dumper.cpp
    M tools/nitfwrap/NitfWrap.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/gtest/src/gtest-port.cc

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


  Commit: 1eb201e15d78afc6aef9d61880dcfc641da8a421
      https://github.com/PDAL/PDAL/commit/1eb201e15d78afc6aef9d61880dcfc641da8a421
  Author: Nick M Cummins <nickmcummins at gmail.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M tools/nitfwrap/NitfWrap.cpp

  Log Message:
  -----------
  NitfWrap: fix error: ‘fromZone’ is not a member of ‘pdal::SpatialReference’ (#3033)


  Commit: 68b0e3363fc9c1d227136737957a1d070b6bf7de
      https://github.com/PDAL/PDAL/commit/68b0e3363fc9c1d227136737957a1d070b6bf7de
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp

  Log Message:
  -----------
  Improve handling of hole removal to avoid confusion on referenced polygons. (#3032)


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

  Changed paths:
    M plugins/nitf/test/NitfReaderTest.cpp

  Log Message:
  -----------
  Comment out test for now.


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

  Changed paths:
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M tools/nitfwrap/NitfWrap.cpp

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


  Commit: 381097736e2bd08ef46b61df2deda830301ed061
      https://github.com/PDAL/PDAL/commit/381097736e2bd08ef46b61df2deda830301ed061
  Author: Christopher Helm <christopher.helm at gmail.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M doc/stages/readers.ept.rst

  Log Message:
  -----------
  Update readers.ept.rst (#3038)

I noticed that the code for this (which is a very very helpful feature) has `header` and not `headers`. Tripped me up today so i thought that maybe the docs could be updated.


  Commit: 539bb832b61e181cdf76a2e20fa879183cfb544f
      https://github.com/PDAL/PDAL/commit/539bb832b61e181cdf76a2e20fa879183cfb544f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M doc/faq.rst

  Log Message:
  -----------
  Update FAQ.


  Commit: 4bb42966ac49d2649c75cb172fe7ed514192f164
      https://github.com/PDAL/PDAL/commit/4bb42966ac49d2649c75cb172fe7ed514192f164
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M PDALConfig.cmake.in
    M cmake/config.cmake

  Log Message:
  -----------
  Test.


  Commit: 2efa269e06e39f541a293b9f319c8bc0f6f2d5aa
      https://github.com/PDAL/PDAL/commit/2efa269e06e39f541a293b9f319c8bc0f6f2d5aa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M PDALConfig.cmake.in

  Log Message:
  -----------
  Update config.


  Commit: 990ea140ee1b892c52ec2af0bf3cffa05a53df41
      https://github.com/PDAL/PDAL/commit/990ea140ee1b892c52ec2af0bf3cffa05a53df41
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Private GDAL


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

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M RELEASENOTES.txt
    M apps/CMakeLists.txt
    M apps/pdal-config-bat.in
    M apps/pdal-config.in
    R cmake/modules/FindNumPy.cmake
    R cmake/modules/FindSQLite3.cmake
    M cmake/options.cmake
    R cmake/python.cmake
    R cmake/spatialite.cmake
    M cmake/zstd.cmake
    A doc/development/release-notes/2.1.0.md
    M doc/download.rst
    M doc/faq.rst
    M doc/index.rst
    M doc/java.rst
    M doc/python.rst
    M doc/stages/filters.crop.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.rst
    M doc/stages/writers.text.rst
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/NeighborClassifierFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/PoissonFilter.cpp
    M filters/StatsFilter.cpp
    M io/BpfReader.cpp
    M io/EptReader.cpp
    M io/FauxReader.cpp
    M io/FauxReader.hpp
    M io/Ilvis2Reader.cpp
    M io/LasVLR.cpp
    M io/OptechReader.cpp
    M package.sh
    M pdal/DbWriter.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/PDALUtils.cpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M pdal/Stage.hpp
    M pdal/StageExtensions.cpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M pdal/pdal_types.hpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M pdal_features.hpp.in
    M plugins/e57/libE57Format/include/E57Format.h
    M plugins/e57/libE57Format/src/CheckedFile.cpp
    M plugins/e57/libE57Format/src/CheckedFile.h
    M plugins/e57/libE57Format/src/ImageFileImpl.cpp
    M plugins/i3s/io/EsriReader.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M scripts/docker/ubuntu/Dockerfile
    R test/data/las/tile/file1.las
    R test/data/las/tile/file2.las
    R test/data/las/tile/file3.las
    A test/data/pipeline/issue2984.json.in
    A test/data/tile/tile.txt
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StreamingTest.cpp
    M test/unit/apps/TileTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/FauxReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M tools/lasdump/Dumper.cpp
    M tools/nitfwrap/NitfWrap.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/gtest/src/gtest-port.cc

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


  Commit: 3ac94f8a2bf2c4f0ce5eea183e62323fb1733146
      https://github.com/PDAL/PDAL/commit/3ac94f8a2bf2c4f0ce5eea183e62323fb1733146
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M CMakeLists.txt
    M PDALConfig.cmake.in
    M cmake/config.cmake
    M plugins/rdb/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'iiw' into issue-2262


Compare: https://github.com/PDAL/PDAL/compare/0e318bcb8860...3ac94f8a2bf2


More information about the pdal-commits mailing list