[pdal-commits] [PDAL/PDAL] 863b7a: Simplify function calls taking an SRS as a string ...

Andrew Bell noreply at github.com
Wed Apr 22 11:44:25 PDT 2020


  Branch: refs/heads/issue-3012
  Home:   https://github.com/PDAL/PDAL
  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: 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: 571a0ffa98e99d1f4767e1efa3388b07492c5a09
      https://github.com/PDAL/PDAL/commit/571a0ffa98e99d1f4767e1efa3388b07492c5a09
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M doc/faq.rst
    M doc/stages/readers.ept.rst
    M io/Ilvis2Reader.cpp
    M io/OptechReader.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M plugins/i3s/io/EsriReader.cpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M scripts/docker/ubuntu/Dockerfile
    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
    M vendor/gtest/src/gtest-port.cc

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


Compare: https://github.com/PDAL/PDAL/compare/b2312e52801f...571a0ffa98e9


More information about the pdal-commits mailing list