[pdal-commits] [PDAL/PDAL] 357b2c: TileTest.cpp: Only check read values if they are a...

Andrew Bell noreply at github.com
Tue Mar 23 05:27:46 PDT 2021


  Branch: refs/heads/issue-3394
  Home:   https://github.com/PDAL/PDAL
  Commit: 357b2cd57f174c3ec64a342cb650013a6e7e5798
      https://github.com/PDAL/PDAL/commit/357b2cd57f174c3ec64a342cb650013a6e7e5798
  Author: Kurt Schwehr <schwehr at google.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

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

  Log Message:
  -----------
  TileTest.cpp: Only check read values if they are actually read (#3369)

* TileTest.cpp: Only check read values if they are actually read

* TileTest.cpp: Do not count partial lines in checkFile


  Commit: e76e330c151499b82c4abc92d595f54d01c43a97
      https://github.com/PDAL/PDAL/commit/e76e330c151499b82c4abc92d595f54d01c43a97
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M test/unit/FileUtilsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/filters/AdditionalMergeTest.cpp
    M test/unit/filters/FaceRasterTest.cpp

  Log Message:
  -----------
  Made unit tests write to Support:tempath() directory. (#3374)


  Commit: c3f1ae5af1f370aa8659dc2653365846b209a841
      https://github.com/PDAL/PDAL/commit/c3f1ae5af1f370aa8659dc2653365846b209a841
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M test/unit/XMLSchemaTest.cpp

  Log Message:
  -----------
  In XMLSchemaTest, fixed null dereference on failure to open file. (#3371)


  Commit: 2f2f684013a3887794b8a257a2bacefc0216af54
      https://github.com/PDAL/PDAL/commit/2f2f684013a3887794b8a257a2bacefc0216af54
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    R test/unit/PointContextTest.cpp

  Log Message:
  -----------
  Deleted broken and unused file test/unit/PointContextTest.cpp (#3376)


  Commit: d0d298f9493a0d4c89b45f199afc099e9abc0635
      https://github.com/PDAL/PDAL/commit/d0d298f9493a0d4c89b45f199afc099e9abc0635
  Author: Philipp Glira <pipppoo at gmail.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

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

  Log Message:
  -----------
  Update readers.gdal.rst (#3381)

Changed output format to las in pipeline.


  Commit: 9611754d325c0fd71f5d6e4d87f38e2355edcaf4
      https://github.com/PDAL/PDAL/commit/9611754d325c0fd71f5d6e4d87f38e2355edcaf4
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M io/GDALWriter.cpp

  Log Message:
  -----------
  io/GDALWriter.cpp: Fixed undefined behavior bug. (#3383)


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

  Changed paths:
    M io/GDALWriter.cpp

  Log Message:
  -----------
  Guard max.


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

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

  Log Message:
  -----------
  Fix test due to proj changes (#3386)

* Test proj fix.

* Proj changed.

* Less precision.


  Commit: 79e3045b6b073ba0b7fd4de0858de3fcb70a5ba2
      https://github.com/PDAL/PDAL/commit/79e3045b6b073ba0b7fd4de0858de3fcb70a5ba2
  Author: Mosè Giordano <giordano at users.noreply.github.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M pdal/DynamicLibrary.cpp
    M pdal/util/FileUtils.hpp
    M vendor/arbiter/arbiter.cpp
    M vendor/kazhdan/MemoryUsage.h
    M vendor/kazhdan/PoissonRecon.h

  Log Message:
  -----------
  Use consistent lowercase for Windows header files (#3327)

Windows header files are used with inconsistent cases in the codebase.  When
building on a case-insensitive file system (common when doing native compilation
on Windows) this doesn't matter, but when using case-sensitive file
system (e.g., when cross-compiling on Linux) this leads to errors.


  Commit: a5ef6f3649a734ac1c1d4f3fba4269b0c8cf0946
      https://github.com/PDAL/PDAL/commit/a5ef6f3649a734ac1c1d4f3fba4269b0c8cf0946
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M doc/stages/writers.pcd.rst
    M io/PcdWriter.cpp

  Log Message:
  -----------
  XYZ default to single precision float in PCD writer (#3286)

* XYZ default to single precision float

* Fallback to user-provided (or default) precision if no precision
  provided when specifying individual dimension specification

* Update PCD writer documentation


  Commit: 0ba6d703813a05c46a8a46d2a11cfd3b2617ea7d
      https://github.com/PDAL/PDAL/commit/0ba6d703813a05c46a8a46d2a11cfd3b2617ea7d
  Author: Marc Jansen <jansen at terrestris.de>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

  Changed paths:
    M filters/CSFilter.cpp
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp

  Log Message:
  -----------
  Fix spelling of 'ReturnNumber' in error messages (#3389)


  Commit: 71e3da06e6e569c72c01bec966bbd8faf24c40d4
      https://github.com/PDAL/PDAL/commit/71e3da06e6e569c72c01bec966bbd8faf24c40d4
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M pdal/util/IStream.hpp

  Log Message:
  -----------
  IStream.hpp: fixed read from uninitialize memory (#3384)


  Commit: 2d857a6ee27f14ff5b380c27f96c8cae8f2af3c8
      https://github.com/PDAL/PDAL/commit/2d857a6ee27f14ff5b380c27f96c8cae8f2af3c8
  Author: Aaron Yonas <aaronyonas at google.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M kernels/private/density/OGR.cpp

  Log Message:
  -----------
  OGR.cpp: Fixed nonstandard #include paths (#3379)


  Commit: 824ec6b80a7f11d9fd87af09ea1096c78a85dd93
      https://github.com/PDAL/PDAL/commit/824ec6b80a7f11d9fd87af09ea1096c78a85dd93
  Author: Guilhem Villemin <guilhem.villemin at gmail.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

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

  Log Message:
  -----------
  update arbiter to upstream (#3377)

* update arbiter to upstream

* Update readers.gdal.rst (#3381)

Changed output format to las in pipeline.

* io/GDALWriter.cpp: Fixed undefined behavior bug. (#3383)

* Guard max.

* Fix test due to proj changes (#3386)

* Test proj fix.

* Proj changed.

* Less precision.

* Use consistent lowercase for Windows header files (#3327)

Windows header files are used with inconsistent cases in the codebase.  When
building on a case-insensitive file system (common when doing native compilation
on Windows) this doesn't matter, but when using case-sensitive file
system (e.g., when cross-compiling on Linux) this leads to errors.

* XYZ default to single precision float in PCD writer (#3286)

* XYZ default to single precision float

* Fallback to user-provided (or default) precision if no precision
  provided when specifying individual dimension specification

* Update PCD writer documentation

* Fix spelling of 'ReturnNumber' in error messages (#3389)

* IStream.hpp: fixed read from uninitialize memory (#3384)

* OGR.cpp: Fixed nonstandard #include paths (#3379)

* update arbiter to upstream

Co-authored-by: Philipp Glira <pipppoo at gmail.com>
Co-authored-by: Aaron Yonas <aaronyonas at google.com>
Co-authored-by: Andrew Bell <andrew.bell.ia at gmail.com>
Co-authored-by: Mosè Giordano <giordano at users.noreply.github.com>
Co-authored-by: chambbj <brad.chambers at gmail.com>
Co-authored-by: Marc Jansen <jansen at terrestris.de>


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

  Changed paths:
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M pdal/pdal_config.hpp
    M pdal_features.hpp.in
    M test/unit/io/LasReaderTest.cpp

  Log Message:
  -----------
  Allow ability to start LAS reading at an arbitrary point (#3339)

* Checkpoint.

* Add start option to LAS reader.

* Add PDAL_LAS_START macro.

* Remove config stuff.

* Fix name.

* Add start test.

* Fix arg name.

* Offset count by start index.


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

  Changed paths:
    A doc/_static/logo/pdal-logo-big.png

  Log Message:
  -----------
  add a hires PDAL PNG


  Commit: 2687b5890969215f647fb8a0a207a20f232be79a
      https://github.com/PDAL/PDAL/commit/2687b5890969215f647fb8a0a207a20f232be79a
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M .github/workflows/docker.yml

  Log Message:
  -----------
  do not do Docker login unless we are PDAL repo


  Commit: 881aa85dd891b58c6407d063196be6377ced8964
      https://github.com/PDAL/PDAL/commit/881aa85dd891b58c6407d063196be6377ced8964
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M .github/workflows/docker.yml

  Log Message:
  -----------
  only push docker containers if the repository owner is PDAL but build them otherwise


  Commit: 50094b776ab4522c0dbec30a67a63ad9cebd00f2
      https://github.com/PDAL/PDAL/commit/50094b776ab4522c0dbec30a67a63ad9cebd00f2
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-03-16 (Tue, 16 Mar 2021)

  Changed paths:
    M doc/conf.py

  Log Message:
  -----------
  fix doc building


  Commit: 1a802af92a194e99cf551b56579ce21c07f02af8
      https://github.com/PDAL/PDAL/commit/1a802af92a194e99cf551b56579ce21c07f02af8
  Author: Daniel Brookes <26078684+dbrookes96 at users.noreply.github.com>
  Date:   2021-03-16 (Tue, 16 Mar 2021)

  Changed paths:
    M filters/ColorizationFilter.cpp
    M test/unit/filters/ColorizationFilterTest.cpp

  Log Message:
  -----------
  filters.colorization keep points outside raster when streaming (#3391) (#3393)

always return true from ColorizationFilter::processOne regardless of if
the raster read for the x, y position of the point did not succeed. the
output band(s) of points outside the raster are ignored.

the normal mode output and stream mode output should now be equal for
filters.colorization.

added a quick unit test to check this scenario.

Co-authored-by: Daniel Brookes <dbrookes at micromine.com.au>


  Commit: 34e30b3ce184f501f28d501b3a10173d98556818
      https://github.com/PDAL/PDAL/commit/34e30b3ce184f501f28d501b3a10173d98556818
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M .github/workflows/docker.yml
    A doc/_static/logo/pdal-logo-big.png
    M doc/conf.py
    M doc/stages/readers.gdal.rst
    M doc/stages/writers.pcd.rst
    M filters/CSFilter.cpp
    M filters/ColorizationFilter.cpp
    M filters/PMFFilter.cpp
    M filters/SMRFilter.cpp
    M io/GDALWriter.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M io/PcdWriter.cpp
    M kernels/private/density/OGR.cpp
    M pdal/DynamicLibrary.cpp
    M pdal/pdal_config.hpp
    M pdal/util/FileUtils.hpp
    M pdal/util/IStream.hpp
    M pdal_features.hpp.in
    M test/unit/FileUtilsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    R test/unit/PointContextTest.cpp
    M test/unit/XMLSchemaTest.cpp
    M test/unit/apps/TileTest.cpp
    M test/unit/filters/AdditionalMergeTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/FaceRasterTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/io/LasReaderTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp
    M vendor/kazhdan/MemoryUsage.h
    M vendor/kazhdan/PoissonRecon.h

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


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

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Fix "Content-Length" handling in arbiter.


  Commit: 6ab034ec54d30b96400488f3939b3d5773683c31
      https://github.com/PDAL/PDAL/commit/6ab034ec54d30b96400488f3939b3d5773683c31
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Merge branch 'master' into issue-3394


Compare: https://github.com/PDAL/PDAL/compare/b22340a04adf...6ab034ec54d3


More information about the pdal-commits mailing list