[pdal-commits] [PDAL/PDAL] 9f13fa: Create raster based on face interpolation. (#3161)

Andrew Bell noreply at github.com
Fri Jul 10 11:30:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 9f13fa0e35424aea97bd1ca769eb156adda6563a
      https://github.com/PDAL/PDAL/commit/9f13fa0e35424aea97bd1ca769eb156adda6563a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    A filters/FaceRasterFilter.cpp
    A filters/FaceRasterFilter.hpp
    M filters/HagDelaunayFilter.cpp
    M io/private/GDALGrid.cpp
    M io/private/GDALGrid.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M pdal/private/MathUtils.cpp
    M pdal/private/MathUtils.hpp
    A pdal/private/Raster.cpp
    A pdal/private/Raster.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/FaceRasterTest.cpp
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  Create raster based on face interpolation. (#3161)

* FaceRasterFilter.

* Link MathUtils so we don't need to export the symbols.

* Updates for change in Raster and review.

* Add test and fix small problems.

* Missed file.

* Actually test stuff.




More information about the pdal-commits mailing list