[pdal-commits] [PDAL/PDAL] 47744f: Implement coordoperation filter (#2626)

vilaa noreply at github.com
Tue Jul 30 04:54:25 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 47744fd8db055cd571b14ca7485e689be9e67f4c
      https://github.com/PDAL/PDAL/commit/47744fd8db055cd571b14ca7485e689be9e67f4c
  Author: vilaa <45284585+vilaa at users.noreply.github.com>
  Date:   2019-07-30 (Tue, 30 Jul 2019)

  Changed paths:
    M CMakeLists.txt
    M cmake/gdal.cmake
    A doc/stages/filters.projpipeline.rst
    M doc/stages/filters.rst
    A filters/ProjPipelineFilter.cpp
    A filters/ProjPipelineFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/ProjPipelineFilterTest.cpp

  Log Message:
  -----------
  Implement coordoperation filter (#2626)

* Implement coordOperation filter

* Add filter documentation

* Fetch gdal version in cmake using gdal-config and disable coordoperation filter if version is inferior to 3.0.0

* CoordOperation filter modification :
- Rename into ProjPipelineFilter
- Change a_srs option into out_srs
- Delete gdal reference from header
- update unit test

* udpate documentation




More information about the pdal-commits mailing list