[pdal-commits] [PDAL/PDAL] bafded: Howard windows updates (#2953)

Andrew Bell noreply at github.com
Fri Mar 13 04:33:03 PDT 2020


  Branch: refs/heads/2.1-maintenance
  Home:   https://github.com/PDAL/PDAL
  Commit: bafded2c87f93e68f3be7e1cf46e4119985921e4
      https://github.com/PDAL/PDAL/commit/bafded2c87f93e68f3be7e1cf46e4119985921e4
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M filters/StatsFilter.hpp
    M plugins/e57/libE57Format/CMakeLists.txt
    M plugins/icebridge/io/Hdf5Handler.hpp
    M scripts/conda/win64.bat

  Log Message:
  -----------
  Howard windows updates (#2953)

* update my win conda config

* we need <stdexcept>

* cast away some silly warnings

* ignore conversion warnings in e57 library on windows

* condition e57 ignoration


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

  Changed paths:
    M test/data/pipeline/issue2937.json.in

  Log Message:
  -----------
  Make test base64 data valid (#2973)

* Make user VLR handling robust.

* Cleanup.

* Remove dead header.

* Make things with with Ext VLRs.

* Add more test.

* One more test.

* Remove unnecessary cast.

* Add a real test for the original problem.

* Cleaner logic.

* Make valid base64-encoded value.

* Remove merge conflict.

* Missed a character.


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

  Changed paths:
    M pdal/SpatialReference.cpp

  Log Message:
  -----------
  Fix capitalization (#2971)

* ensure WKTv1 writing for LAS 1.4

* adjust as suggested

* Simplify logic.

* Throw an exception is we can't convert an SRS to WKT1.

* Move comment.

* Correct capitalization.

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


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

  Changed paths:
    M doc/stages/filters.hag.rst
    A doc/stages/filters.hag_delaunay.rst
    A doc/stages/filters.hag_dem.rst
    A doc/stages/filters.hag_nn.rst
    M doc/stages/filters.rst
    M doc/stages/images/autzen-elevation.png
    A doc/stages/images/autzen-hag-delaunay.png
    A doc/stages/images/autzen-hag-dem.png
    A doc/stages/images/autzen-hag-nn.png
    M filters/DEMFilter.cpp
    A filters/HagDelaunayFilter.cpp
    A filters/HagDelaunayFilter.hpp
    A filters/HagDemFilter.cpp
    A filters/HagDemFilter.hpp
    A filters/HagNnFilter.cpp
    A filters/HagNnFilter.hpp
    M test/unit/filters/HAGFilterTest.cpp

  Log Message:
  -----------
  Split HAG filter into three (#2927)

* Updates.

* Add filters.hag_dem

* make filters.hag_dem streamable, improve docs

* update copyright info

* Make raster a positional argument in HAGDEMFilter

* Break HAG into pieces.

* Fix validation error message for invalid band parameter

* Formatting changes.  Remove "static" in processOne()..

* Review changes.

* Update documentation with new graphics and proper refs

* Add back HAG filter for now.

* Fix spelling.

Co-authored-by: Julian Fell <hi at jtfell.com>
Co-authored-by: Bradley J Chambers <brad.chambers at gmail.com>


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

  Changed paths:
    M doc/stages/writers.ply.rst
    M io/PlyWriter.hpp

  Log Message:
  -----------
  Remove support for the "default" option in writers.ply. (#2977)


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

  Changed paths:
    M io/LasVLR.cpp
    M pdal/util/Utils.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Fix potential inf. loop (#2979)

* Make user VLR handling robust.

* Cleanup.

* Remove dead header.

* Make things with with Ext VLRs.

* Add more test.

* One more test.

* Remove unnecessary cast.

* Add a real test for the original problem.

* Cleaner logic.

* Make valid base64-encoded value.

* Remove merge conflict.

* Missed a character.

* Fix potential inf. loop in parsing VLR.
Trap error in bad base64 decoding.


Compare: https://github.com/PDAL/PDAL/compare/2c5435bd8bf2...030d72e9d124


More information about the pdal-commits mailing list