[pdal-commits] [PDAL/PDAL] dfface: Set extended_point_type to 0 for non-legacy point ...

Andrew Bell noreply at github.com
Wed Mar 13 08:39:04 PDT 2019


  Branch: refs/heads/build
  Home:   https://github.com/PDAL/PDAL
  Commit: dfface8638a63c052f7065f3fb5f6a9cbcec64d7
      https://github.com/PDAL/PDAL/commit/dfface8638a63c052f7065f3fb5f6a9cbcec64d7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

  Changed paths:
    M io/LasWriter.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Set extended_point_type to 0 for non-legacy point types. (#2330)

Close #2329


  Commit: 010450107d9337f46a9261260afdba6332ea8255
      https://github.com/PDAL/PDAL/commit/010450107d9337f46a9261260afdba6332ea8255
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  try to get appveyor healthy again (#2332)

* try to get appveyor healthy again

* add channel for anaconda


  Commit: 7624b4c70704332934970b7d29cd63fa00eb0705
      https://github.com/PDAL/PDAL/commit/7624b4c70704332934970b7d29cd63fa00eb0705
  Author: Bert Temme <btemme at hotmail.com>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  Update readers.i3s.rst (#2335)

* Update readers.i3s.rst

* Update readers.i3s.rst


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

  Changed paths:
    M cmake/modules/FindGeoTIFF.cmake

  Log Message:
  -----------
  support 'libgeotiff' as a PATH_SUFFIX for FindGeoTIFF.cmake


  Commit: 8d3ca45f33d43556a521d0d03a79ed13bead40d6
      https://github.com/PDAL/PDAL/commit/8d3ca45f33d43556a521d0d03a79ed13bead40d6
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M doc/stages/readers.ept.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/private/EptSupport.hpp
    M test/data/ept/ept-star/ept.json
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  EptReader: add resolution limit (#2331)

* EptReader: add spacing limit to allow coarse resolution queries.

* Add doc link, add comment describing 'span' from EPT info.

* Rename an internal var for readability.

* Communicate the meaning of the spacing parameter more clearly in docs.

* EptReader: rename spacing->resolution as per discussion, maintaining the same semantics.

* EptReader: add resolution limit test, including test dataset update.  Note in the doc that resolution limit may not be exact.


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

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Doc fix.


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

  Changed paths:
    M appveyor.yml
    M cmake/modules/FindGeoTIFF.cmake
    M doc/stages/readers.ept.rst
    M doc/stages/readers.i3s.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/private/EptSupport.hpp
    M test/data/ept/ept-star/ept.json
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

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


  Commit: d53d7ba14af908b3ce7b096fcc174ea2017a07a0
      https://github.com/PDAL/PDAL/commit/d53d7ba14af908b3ce7b096fcc174ea2017a07a0
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter (#2339)

SSL version checking, a fix for auth timings, and windows export consistency.


  Commit: 3283681088865b2925bf1a58e4f1e1d80e047920
      https://github.com/PDAL/PDAL/commit/3283681088865b2925bf1a58e4f1e1d80e047920
  Author: psalvaggio <salvaggio.philip at gmail.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M cmake/config.cmake

  Log Message:
  -----------
  Defaulted CMake install directory to PDAL_LIB_INSTALL_DIR (#2345)


  Commit: a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
      https://github.com/PDAL/PDAL/commit/a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M pdal/Reader.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Avoid overwriting a default SRS with an empty SRS. (#2346)

* Avoid overwriting a default SRS with an empty SRS.

* Handle potential setting of the SRS multiple times when a default is present.


  Commit: 0e48210b53c3971d26ef1496f914d6397a804bfd
      https://github.com/PDAL/PDAL/commit/0e48210b53c3971d26ef1496f914d6397a804bfd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

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

  Log Message:
  -----------
  writer.ply is not streamable


  Commit: 83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
      https://github.com/PDAL/PDAL/commit/83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M cmake/macros.cmake
    M plugins/cpd/CMakeLists.txt
    M plugins/fbx/CMakeLists.txt
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Add INCLUDES to some macros (#2352)

* Add INCLUDES option to PDAL_ADD_TEST and PDAL_ADD_PLUGIN
Close #1988

* Missed JSONCPP include.


  Commit: 755ac1a62d9c5afccf20d468de9f65649bb1eb24
      https://github.com/PDAL/PDAL/commit/755ac1a62d9c5afccf20d468de9f65649bb1eb24
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M CMakeLists.txt
    A cmake/openssl.cmake
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Adding openssl support in order to activate GCS storage (#2353)


  Commit: 333f6e268534bb9a77360a3097404c30b5934ad2
      https://github.com/PDAL/PDAL/commit/333f6e268534bb9a77360a3097404c30b5934ad2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M doc/stages/readers.rxp.rst
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp

  Log Message:
  -----------
  Implement `Streamable` for `RxpReader` (#2338)

As discussed in #2229, this permits removal of the hackey `minimal`
option on the RxpReader.


  Commit: f05523e2ab16c0478f7c412c829498f90a62cae3
      https://github.com/PDAL/PDAL/commit/f05523e2ab16c0478f7c412c829498f90a62cae3
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M cmake/options.cmake
    M doc/stages/filters.delaunay.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp

  Log Message:
  -----------
  Switch Delaunay filter to use delaunator-cpp and move to core stages (#2237)

* Switch Delaunay filter to delaunator-cpp and move it from plugins to filters

* Properly use indices from triangulation

* Add unit test from PR #1985

* Delaunator capitalization

* Add copyright notice to delaunator header

* Work around min/max macros on Windows

* Unit test for specific triangulation

* Make Delaunay filter output counterclockwise order

* Also check mesh size


  Commit: 4dc60f9cce788be88100166f2153f285d91b3f64
      https://github.com/PDAL/PDAL/commit/4dc60f9cce788be88100166f2153f285d91b3f64
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M HOWTORELEASE.txt
    M README.md
    M doc/references.rst

  Log Message:
  -----------
  Update docs to reflect the Zenodo DOI for citing PDAL releases (#2358)


  Commit: 826cdaf5b2ed6fc36661f4c5f8c698de94348085
      https://github.com/PDAL/PDAL/commit/826cdaf5b2ed6fc36661f4c5f8c698de94348085
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Remove JsonCpp include from LasWriter.hpp.


  Commit: 4d56884e7f7eaabfbc9454431e684b311013abb3
      https://github.com/PDAL/PDAL/commit/4d56884e7f7eaabfbc9454431e684b311013abb3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M plugins/rxp/CMakeLists.txt

  Log Message:
  -----------
  Adds `RiVLib_INCLUDE_DIRS` to rivlib test includes (#2360)

The `${libname}`'s target include directories are private, so they
aren't passed on to the test executable -- we need to explicitly add the
RiVLib include directories again.

Fixes #2359.


  Commit: f872c6504621ec17bf434a412774dbf99f63c75e
      https://github.com/PDAL/PDAL/commit/f872c6504621ec17bf434a412774dbf99f63c75e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    R cmake/openssl.cmake
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Revert "Adding openssl support in order to activate GCS storage (#2353)"

This reverts commit 755ac1a62d9c5afccf20d468de9f65649bb1eb24.


  Commit: 49eb7dceb87767e804fb9bcf733604f87da778af
      https://github.com/PDAL/PDAL/commit/49eb7dceb87767e804fb9bcf733604f87da778af
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M scripts/docker/ubuntu/Dockerfile

  Log Message:
  -----------
  Use head of libharu.


  Commit: f84daa065b0f764a4993b82b38544aac00bb7b1f
      https://github.com/PDAL/PDAL/commit/f84daa065b0f764a4993b82b38544aac00bb7b1f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M README.md
    R cmake/openssl.cmake
    M cmake/options.cmake
    M doc/references.rst
    M doc/stages/filters.delaunay.rst
    M doc/stages/readers.rxp.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: 482599f30c77ca6cf930dab7ffbb5f595d370d94
      https://github.com/PDAL/PDAL/commit/482599f30c77ca6cf930dab7ffbb5f595d370d94
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
    M pdal/EigenUtils.cpp
    M pdal/util/Extractor.hpp
    M pdal/util/IStream.hpp

  Log Message:
  -----------
  Small updates and comments.


  Commit: 0b22b64cadbf8f55581679b3ff941d8067e60d58
      https://github.com/PDAL/PDAL/commit/0b22b64cadbf8f55581679b3ff941d8067e60d58
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set dockerfile to run with test base.


  Commit: ebc33ba3e723354c05f80818785cc6bc6eed3a6a
      https://github.com/PDAL/PDAL/commit/ebc33ba3e723354c05f80818785cc6bc6eed3a6a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set Dockerfile back to latest.


  Commit: 3a934ca35bd0f7e8754706eb34f0b2022199bf80
      https://github.com/PDAL/PDAL/commit/3a934ca35bd0f7e8754706eb34f0b2022199bf80
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M cmake/python.cmake

  Log Message:
  -----------
  Update python.cmake (#2369)

* Test python module.

* Set python min version to 2.4.

* Require version 2.7 of Python.


  Commit: efa1d8e0e254a70214793e0cef48e8584006e79b
      https://github.com/PDAL/PDAL/commit/efa1d8e0e254a70214793e0cef48e8584006e79b
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M appveyor.yml
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/quickstart.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.tiledb.rst
    M plugins/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/master/ubuntu/Dockerfile
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb

  Log Message:
  -----------
  TileDB plugin (#2363)

* initial read and write for TileDB

* 2363:pr comments

* removed dependency on pdal-tiledb branch


  Commit: 2b711cbd2dc465cfa261f810e3e2f10e9a5eed7f
      https://github.com/PDAL/PDAL/commit/2b711cbd2dc465cfa261f810e3e2f10e9a5eed7f
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M appveyor.yml
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd

  Log Message:
  -----------
  Add Testing and Conda targets for Appveyor (#2371)

* start building conda pdal package after success to push to s3

* split appveyor config

* typo

* typo

* put back original test config

* conda side build attempt

* config/build adjustment

* typo

* conda-build

* ls directory

* add conda recipe

* rename recipe file

* conda build and artifact

* positional argument at the end

* only install conda stuff for test build

* install conda-build

* lint

* remove dead command

* try calling conda

* start /wait

* try build mkdir

* another cycle

* conda clean

* -y

* ordering

* clobber boost conflicdts

* switch of OCI

* try copying artifacdt

* purge build

* call conda

* copy correct file

* debugging lint


  Commit: 18e48a2aaab9b9ade86834f24276c2ff3a88e6dc
      https://github.com/PDAL/PDAL/commit/18e48a2aaab9b9ade86834f24276c2ff3a88e6dc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    R cmake/geos.cmake
    R cmake/modules/FindGEOS.cmake
    M doc/development/compilation/windows.rst
    M doc/quickstart.rst
    M doc/workshop/docker.rst.save
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/osgeo4w.rst
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/NormalFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/OverlayFilter.hpp
    M filters/StatsFilter.cpp
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    M io/Ilvis2MetadataReader.cpp
    M io/Ilvis2MetadataReader.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    R pdal/GEOSUtils.cpp
    R pdal/GEOSUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Stage.cpp
    M pdal/pdal_config.cpp
    M plugins/geowave/io/GeoWaveReader.hpp
    M scripts/appveyor/conda/build.cmd
    M scripts/appveyor/conda/recipe/meta.yaml
    M scripts/appveyor/test/build.cmd
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/Dockerfile
    R scripts/docker/Dockerfile.alpinedeps
    M scripts/docker/alpine/Dockerfile.dependencies
    R scripts/docker/master/alpine/Dockerfile
    R scripts/docker/master/ubuntu/Dockerfile
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M scripts/linux-install-scripts/packages.sh
    M test/data/pipeline/crop_wkt.json.in
    M test/unit/PolygonTest.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Remove GEOS from PDAL (#2370)

* Remove GEOS as a dependency.

* Cleanup.

* Move tiledb build from deleted Dockerfile.


  Commit: 5f747a7a4307025c2c90332e6a6007a58858669d
      https://github.com/PDAL/PDAL/commit/5f747a7a4307025c2c90332e6a6007a58858669d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M cmake/gdal.cmake
    R cmake/modules/FindGDAL.cmake
    M plugins/sqlite/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Eliminate PDAL-specific FindGDAL (#2366)

* Temporary commit.

* Eliminate unnecessarily complex GDAL find script.

* More GDAL module changes.

* Replace accidentally removed directives.

* Remove our own FindGDAL.cmake

* Add OPENSSL_LIBRARIES?

* Revert "Add OPENSSL_LIBRARIES?"

This reverts commit 9f6f2b83f23bf1b91d76be72da8652c299ebc735.

* Remove GDAL find module.
Close #2351

* Change plural back to singular for standard FindGDAL.cmake

* More.

* Add GDAL include dir.

* Link main app with GDAL.


  Commit: f12602d0b4857594fbfeb309b8c358b8e102a3a6
      https://github.com/PDAL/PDAL/commit/f12602d0b4857594fbfeb309b8c358b8e102a3a6
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M scripts/appveyor/conda/build.cmd
    M scripts/appveyor/conda/recipe/bld.bat
    M scripts/appveyor/test/build.cmd

  Log Message:
  -----------
  switch to ninja for appveyor in an attempt to build faster


  Commit: 3e7324fe126f4f5de32e7903a122494f028f16ea
      https://github.com/PDAL/PDAL/commit/3e7324fe126f4f5de32e7903a122494f028f16ea
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M scripts/appveyor/conda/build.cmd

  Log Message:
  -----------
  no need to purge


  Commit: 577fd6086ce76ef32063d588542906f3910cb757
      https://github.com/PDAL/PDAL/commit/577fd6086ce76ef32063d588542906f3910cb757
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  Fix broken links mentioned in #2374


  Commit: ac0ea04e8789a87264b9f7509f1c22cd43efef06
      https://github.com/PDAL/PDAL/commit/ac0ea04e8789a87264b9f7509f1c22cd43efef06
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    A .clang-format

  Log Message:
  -----------
  Create .clang-format


  Commit: e1fddd7ba9c86bbe22a65dd25583885b405adeb5
      https://github.com/PDAL/PDAL/commit/e1fddd7ba9c86bbe22a65dd25583885b405adeb5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
    M filters/SplitterFilter.cpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Properly handle corner cells in filters.splitter (#2373)

* Put points in cells that are the corners of the current cell when using
a buffer.
Close #2372

* Add comment about buffer width.


  Commit: eaf24b659a2aa6439662d004c4b6d45ab4702fed
      https://github.com/PDAL/PDAL/commit/eaf24b659a2aa6439662d004c4b6d45ab4702fed
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M io/Ilvis2MetadataReader.cpp
    M pdal/GDALUtils.hpp
    M plugins/pcl/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt

  Log Message:
  -----------
  build fixups for my config


  Commit: 2c0f9f2c57573bd2955306cae31209e1da6c5af6
      https://github.com/PDAL/PDAL/commit/2c0f9f2c57573bd2955306cae31209e1da6c5af6
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M pdal/Geometry.cpp

  Log Message:
  -----------
  GDAL 1.x support items


  Commit: ea5a4772b6f33dfe96c9af4f0790d3907b4ff04c
      https://github.com/PDAL/PDAL/commit/ea5a4772b6f33dfe96c9af4f0790d3907b4ff04c
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M pdal/Geometry.cpp

  Log Message:
  -----------
  more gdal1 tweaks


  Commit: f5f5091218e9633e72296e13cb57a828c855b975
      https://github.com/PDAL/PDAL/commit/f5f5091218e9633e72296e13cb57a828c855b975
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
    M pdal/Geometry.cpp

  Log Message:
  -----------
  revert gdal 1.x stuff


  Commit: 302933297aa63218b26eedecd0d29cba85edec2d
      https://github.com/PDAL/PDAL/commit/302933297aa63218b26eedecd0d29cba85edec2d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
    M cmake/gdal.cmake
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Changes to allow things to work with GDAL 2.2 (#2380)

* Changes to allow things to work with GDAL 2.2

* Small updates.


  Commit: 2fc782894ee654f8c33570edd129635ac4cfd729
      https://github.com/PDAL/PDAL/commit/2fc782894ee654f8c33570edd129635ac4cfd729
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
    M cmake/gdal.cmake
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M test/unit/SpatialReferenceTest.cpp

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


  Commit: c109fff474abf01b1ce03f48c2404c836209fd49
      https://github.com/PDAL/PDAL/commit/c109fff474abf01b1ce03f48c2404c836209fd49
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M doc/stages/readers.sbet.rst
    M doc/stages/writers.sbet.rst
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M test/unit/io/SbetReaderTest.cpp

  Log Message:
  -----------
  Default to degrees in SBET reader and writer

SBET stores angular values, e.g. latitude, longitude, roll, etc, as
radians, but most geospatial users want to work in degrees. This commit
adds:

- An `angles_as_degrees` boolean option to the SBET reader, which
instructs the reader to convert all anglular dimensions to degrees.
- An `angles_are_degrees` boolean option to the SBET writer, which
instructs the writer to convert all anglular dimensions to radians.

Docs have been updated for both.

Fixes #2354.


  Commit: e4dc35e3d867ce981f30fcb98a644f8814c826e3
      https://github.com/PDAL/PDAL/commit/e4dc35e3d867ce981f30fcb98a644f8814c826e3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-26 (Tue, 26 Feb 2019)

  Changed paths:
    M doc/stages/readers.sbet.rst
    M doc/stages/writers.sbet.rst
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M test/unit/io/SbetReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #2386 from gadomski/issues/2354-sbet-angle-units

Default to degrees in SBET reader and writer


  Commit: 4036086a303dc48aed363d1f8705f84e30d8706d
      https://github.com/PDAL/PDAL/commit/4036086a303dc48aed363d1f8705f84e30d8706d
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M .gitignore
    M doc/stages/readers.ept.rst
    A doc/stages/writers.ept_addon.rst
    A io/EptAddonWriter.cpp
    A io/EptAddonWriter.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/private/EptSupport.hpp
    M pdal/StageFactory.cpp
    M pdal/util/Utils.hpp
    M test/unit/CMakeLists.txt
    A test/unit/io/EptAddonWriterTest.cpp

  Log Message:
  -----------
  EPT addon dimension writer (#2391)


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

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

  Log Message:
  -----------
  Improve writers.gdal doc.


  Commit: 4ec3d665702c6bec5b35a6ff390386977ac3445d
      https://github.com/PDAL/PDAL/commit/4ec3d665702c6bec5b35a6ff390386977ac3445d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    A .clang-format
    M .gitignore
    M CMakeLists.txt
    M CONTRIBUTING.md
    M apps/CMakeLists.txt
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/gdal.cmake
    R cmake/geos.cmake
    R cmake/modules/FindGDAL.cmake
    R cmake/modules/FindGEOS.cmake
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/development/compilation/windows.rst
    M doc/quickstart.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.sbet.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.ept_addon.rst
    M doc/stages/writers.sbet.rst
    A doc/stages/writers.tiledb.rst
    M doc/workshop/docker.rst.save
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/osgeo4w.rst
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/NormalFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/OverlayFilter.hpp
    M filters/SplitterFilter.cpp
    M filters/StatsFilter.cpp
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    A io/EptAddonWriter.cpp
    A io/EptAddonWriter.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/Ilvis2MetadataReader.cpp
    M io/Ilvis2MetadataReader.hpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M io/private/EptSupport.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    R pdal/GEOSUtils.cpp
    R pdal/GEOSUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M pdal/pdal_config.cpp
    M pdal/util/Utils.hpp
    M plugins/CMakeLists.txt
    M plugins/geowave/io/GeoWaveReader.hpp
    M plugins/pcl/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/Dockerfile
    R scripts/docker/Dockerfile.alpinedeps
    M scripts/docker/alpine/Dockerfile.dependencies
    R scripts/docker/master/alpine/Dockerfile
    R scripts/docker/master/ubuntu/Dockerfile
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M scripts/linux-install-scripts/packages.sh
    M test/data/pipeline/crop_wkt.json.in
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb
    M test/unit/CMakeLists.txt
    M test/unit/PolygonTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/filters/SplitterTest.cpp
    A test/unit/io/EptAddonWriterTest.cpp
    M test/unit/io/SbetReaderTest.cpp

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


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

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Correct pipeline doc.


  Commit: 496edc9ff0e5fff9577e9d8f92e3356849e0e4ee
      https://github.com/PDAL/PDAL/commit/496edc9ff0e5fff9577e9d8f92e3356849e0e4ee
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/test/PythonFilterTest.cpp

  Log Message:
  -----------
  Python object reference counting is incorrect (#2400)

* factor out ref counting in Python Invocation

* tighten up reference counting in python embed

* whitespace normalization


  Commit: fdff8b732db6c03ec1671346fb9ab42faa2f7b3a
      https://github.com/PDAL/PDAL/commit/fdff8b732db6c03ec1671346fb9ab42faa2f7b3a
  Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    M plugins/i3s/io/EsriReader.cpp
    M plugins/i3s/io/EsriReader.hpp
    A test/data/i3s/plineSonoma3.json

  Log Message:
  -----------
  readers.i3s bounds computation for query filtering was incorrect

* Log out-of-bounds points from OBB calcs.

* changed to cube creation

* wip

* wip debugging

* removing debug pieces, moved srs to initialize instead of ready

* fixed not getting points

* removed couts

* fixed autzen example

* name fix

* removed more couts


  Commit: a7b70e15b25940f20ef9fba7f6d737ea498b803b
      https://github.com/PDAL/PDAL/commit/a7b70e15b25940f20ef9fba7f6d737ea498b803b
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    M pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp

  Log Message:
  -----------
  Allow Zstandard compression level to be configured. (#2398)

* Allow Zstandard compression level to be configured.

* Get rid of delegating constructor.


  Commit: 3110c0001b97509ed5eea02d2abf2edb28a34232
      https://github.com/PDAL/PDAL/commit/3110c0001b97509ed5eea02d2abf2edb28a34232
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    A scripts/docker/centos/Dockerfile

  Log Message:
  -----------
  add Centos7 dockerfile (#2381)

* add Centos7 dockerfile

* add geos to our build


  Commit: 1ef1a874a941a3bdc3d67e9d0368360e44e36a4b
      https://github.com/PDAL/PDAL/commit/1ef1a874a941a3bdc3d67e9d0368360e44e36a4b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M plugins/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/io/TileDBReader.hpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp

  Log Message:
  -----------
  Remove boost::any from tiledb (#2404)

* Updates to tiledb.

* Many changes to readers.tiledb to 1) eliminate boost::any 2) treat dimensions
and attributes more similarly.

* Fix bugs.

* Remove boost::any from tiledb stage.

* Remove dead code.


  Commit: 4b95836cb9dc80f7d295061a7d8742e2ae12e7aa
      https://github.com/PDAL/PDAL/commit/4b95836cb9dc80f7d295061a7d8742e2ae12e7aa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cmake/python.cmake
    M kernels/SplitKernel.cpp
    M pdal/PluginDirectory.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/Utils.hpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M test/data/plang/predicate-embed.json.in

  Log Message:
  -----------
  Use base library name to reload symbols (#2399)

* Centralize platform-specific special character handling.
Use default/environment-based location for loading python library.
Close #2390


  Commit: 4dc47f781837b030c8edb35fbd8ebdfc6072bfbb
      https://github.com/PDAL/PDAL/commit/4dc47f781837b030c8edb35fbd8ebdfc6072bfbb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M kernels/DensityKernel.cpp

  Log Message:
  -----------
  Format fixes.  Remove dead code.


  Commit: 289d32038c29db40972c0ccf808256a8f1b8c37b
      https://github.com/PDAL/PDAL/commit/289d32038c29db40972c0ccf808256a8f1b8c37b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cmake/python.cmake
    M kernels/SplitKernel.cpp
    M pdal/PluginDirectory.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/Utils.hpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/tiledb/io/TileDBReader.cpp
    M plugins/tiledb/io/TileDBReader.hpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp
    M test/data/plang/predicate-embed.json.in

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


  Commit: dee7d5847085e0aa02527ffacfbd56b260b83709
      https://github.com/PDAL/PDAL/commit/dee7d5847085e0aa02527ffacfbd56b260b83709
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    A .clang-format
    M .gitignore
    M CMakeLists.txt
    M CONTRIBUTING.md
    M apps/CMakeLists.txt
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/gdal.cmake
    R cmake/geos.cmake
    R cmake/modules/FindGDAL.cmake
    R cmake/modules/FindGEOS.cmake
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/development/compilation/windows.rst
    M doc/pipeline.rst
    M doc/quickstart.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.sbet.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.ept_addon.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.sbet.rst
    A doc/stages/writers.tiledb.rst
    M doc/workshop/docker.rst.save
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/osgeo4w.rst
    M filters/CropFilter.cpp
    M filters/HexBinFilter.cpp
    M filters/NormalFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/OverlayFilter.hpp
    M filters/SplitterFilter.cpp
    M filters/StatsFilter.cpp
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    A io/EptAddonWriter.cpp
    A io/EptAddonWriter.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/Ilvis2MetadataReader.cpp
    M io/Ilvis2MetadataReader.hpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M io/private/EptSupport.hpp
    M kernels/SplitKernel.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    R pdal/GEOSUtils.cpp
    R pdal/GEOSUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/PluginDirectory.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp
    M pdal/pdal_config.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/Utils.hpp
    M plugins/CMakeLists.txt
    M plugins/geowave/io/GeoWaveReader.hpp
    M plugins/i3s/io/EsriReader.cpp
    M plugins/i3s/io/EsriReader.hpp
    M plugins/pcl/CMakeLists.txt
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/rdb/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/Dockerfile
    R scripts/docker/Dockerfile.alpinedeps
    M scripts/docker/alpine/Dockerfile.dependencies
    A scripts/docker/centos/Dockerfile
    R scripts/docker/master/alpine/Dockerfile
    R scripts/docker/master/ubuntu/Dockerfile
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M scripts/linux-install-scripts/packages.sh
    A test/data/i3s/plineSonoma3.json
    M test/data/pipeline/crop_wkt.json.in
    M test/data/plang/predicate-embed.json.in
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb
    M test/unit/CMakeLists.txt
    M test/unit/PolygonTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/filters/SplitterTest.cpp
    A test/unit/io/EptAddonWriterTest.cpp
    M test/unit/io/SbetReaderTest.cpp

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


  Commit: 465d3ece961e34c8cc8bcf9935a579931f12301e
      https://github.com/PDAL/PDAL/commit/465d3ece961e34c8cc8bcf9935a579931f12301e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M pdal/EigenUtils.cpp
    M pdal/util/Extractor.hpp
    M pdal/util/IStream.hpp

  Log Message:
  -----------
  Merge branch 'misc-updates'


  Commit: fc8b1517468e4657896e7c0685abe0b221185c9e
      https://github.com/PDAL/PDAL/commit/fc8b1517468e4657896e7c0685abe0b221185c9e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    A .clang-format
    M .gitignore
    M CMakeLists.txt
    M CONTRIBUTING.md
    M HOWTORELEASE.txt
    M README.md
    M apps/CMakeLists.txt
    M appveyor.yml
    M cmake/config.cmake
    M cmake/examples/hobu-config.sh
    M cmake/gdal.cmake
    R cmake/geos.cmake
    M cmake/macros.cmake
    R cmake/modules/FindGDAL.cmake
    R cmake/modules/FindGEOS.cmake
    M cmake/modules/FindGeoTIFF.cmake
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/development/compilation/windows.rst
    M doc/pipeline.rst
    M doc/quickstart.rst
    M doc/references.rst
    M doc/stages/filters.delaunay.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.i3s.rst
    M doc/stages/readers.rxp.rst
    M doc/stages/readers.sbet.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.ept_addon.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.ply.rst
    M doc/stages/writers.sbet.rst
    A doc/stages/writers.tiledb.rst
    M doc/workshop/docker.rst.save
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/osgeo4w.rst
    M filters/CropFilter.cpp
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    M filters/HexBinFilter.cpp
    M filters/NormalFilter.cpp
    M filters/OverlayFilter.cpp
    M filters/OverlayFilter.hpp
    M filters/SplitterFilter.cpp
    M filters/StatsFilter.cpp
    M filters/private/Point.cpp
    M filters/private/Point.hpp
    A filters/private/delaunator.hpp
    A io/EptAddonWriter.cpp
    A io/EptAddonWriter.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/Ilvis2MetadataReader.cpp
    M io/Ilvis2MetadataReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M io/private/EptSupport.hpp
    M kernels/DensityKernel.cpp
    M kernels/SplitKernel.cpp
    M pdal/EigenUtils.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    R pdal/GEOSUtils.cpp
    R pdal/GEOSUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/PluginDirectory.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/Reader.cpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp
    M pdal/pdal_config.cpp
    M pdal/util/Extractor.hpp
    M pdal/util/FileUtils.cpp
    M pdal/util/IStream.hpp
    M pdal/util/Utils.hpp
    M plugins/CMakeLists.txt
    M plugins/cpd/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    M plugins/fbx/CMakeLists.txt
    M plugins/geowave/io/GeoWaveReader.hpp
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/i3s/io/EsriReader.cpp
    M plugins/i3s/io/EsriReader.hpp
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/io/CMakeLists.txt
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/io/RxpPointcloud.cpp
    M plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/sqlite/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/Dockerfile
    R scripts/docker/Dockerfile.alpinedeps
    M scripts/docker/alpine/Dockerfile.dependencies
    A scripts/docker/centos/Dockerfile
    R scripts/docker/master/alpine/Dockerfile
    R scripts/docker/master/ubuntu/Dockerfile
    M scripts/docker/ubuntu/Dockerfile
    M scripts/docker/ubuntu/dependencies/Dockerfile
    M scripts/linux-install-scripts/packages.sh
    M test/data/ept/ept-star/ept.json
    A test/data/filters/delaunaytest.txt
    A test/data/i3s/plineSonoma3.json
    M test/data/pipeline/crop_wkt.json.in
    M test/data/plang/predicate-embed.json.in
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb
    M test/unit/CMakeLists.txt
    M test/unit/PolygonTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    A test/unit/filters/DelaunayFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    A test/unit/io/EptAddonWriterTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M test/unit/io/SbetReaderTest.cpp
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Merge branch 'master' into build


Compare: https://github.com/PDAL/PDAL/compare/3d70bb5c053e...fc8b1517468e


More information about the pdal-commits mailing list