[pdal-commits] [PDAL/PDAL] 3a3058: Support bounds with spatial reference for EPT quer...

Andrew Bell noreply at github.com
Wed May 8 07:08:50 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3a3058ca53f2b7df8cb7e145d9e95800304c6956
      https://github.com/PDAL/PDAL/commit/3a3058ca53f2b7df8cb7e145d9e95800304c6956
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M filters/CropFilter.cpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    A io/private/EptSupport.cpp
    M io/private/EptSupport.hpp
    M pdal/DimUtil.hpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    A pdal/SrsBounds.cpp
    A pdal/SrsBounds.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M plugins/greyhound/io/GreyhoundCommon.cpp
    M test/data/ept/ept-star/ept.json
    M test/unit/BoundsTest.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Support bounds with spatial reference for EPT queries (#2488)

* Separate BOX and Bounds.

* Include limits.

* Change box parsing to allow for more flexible specifications.

* Add support for SRS in Bounds.

* Use spatial bounds box in EPT reader.

* Missed files.

* Guard min/max for windows.

* Small fixes.

* Add a test for bounds reprojection.

* Add test for JSON -> type for EPT.




More information about the pdal-commits mailing list