[pdal-commits] [PDAL/PDAL] c26b03: support 'polygon' query limiter, which smartly lim...

Howard Butler noreply at github.com
Mon Aug 19 07:55:15 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c26b03645d556c7352cc56cd33dae5129acb0a5f
      https://github.com/PDAL/PDAL/commit/c26b03645d556c7352cc56cd33dae5129acb0a5f
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-19 (Mon, 19 Aug 2019)

  Changed paths:
    M doc/stages/readers.ept.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M test/data/autzen/autzen-selection.json
    A test/data/ept/1.2-with-color/ept-build.json
    A test/data/ept/1.2-with-color/ept-data/0-0-0-0.laz
    A test/data/ept/1.2-with-color/ept-hierarchy/0-0-0-0.json
    A test/data/ept/1.2-with-color/ept-sources/0.json
    A test/data/ept/1.2-with-color/ept-sources/list.json
    A test/data/ept/1.2-with-color/ept.json
    M test/unit/CMakeLists.txt
    M test/unit/PolygonTest.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  support 'polygon' query limiter, which smartly limits fetches based on box intersections of the polygon(s) given (#2667)

* support 'polygon' query limiter, which smartly limits fetches based on box intersections of the polygon(s) given

* update ept doc

* need to link GDAL for Ept for polygon clipping

* support polygon cropping in readers.ept

* fill out D9IM for #2670

* test 'polygon' option for EPT reader

* use disjoint instead of intersects for testing bbox - polygon interaction

* attempt to support reprojected input polys -- WIP

* Support SRS at the end of geometry specifications.

* Remove dead code.

* Finish getting tests working for EPT polygon clipping.

* Add check in case SRS was included with new geometry.




More information about the pdal-commits mailing list