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

Andrew Bell noreply at github.com
Mon Aug 19 16:30:00 PDT 2019


  Branch: refs/heads/ept-polygon-limit
  Home:   https://github.com/PDAL/PDAL
  Commit: 7e652da6cedd9f8a3a465908a4a5d3a66ddcdec7
      https://github.com/PDAL/PDAL/commit/7e652da6cedd9f8a3a465908a4a5d3a66ddcdec7
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M filters/CropFilter.cpp
    M io/EptReader.cpp
    M io/EptReader.hpp

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


  Commit: 58e20cd81d4b2618631d8d38a7b62cfc25ed0542
      https://github.com/PDAL/PDAL/commit/58e20cd81d4b2618631d8d38a7b62cfc25ed0542
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M doc/stages/readers.ept.rst

  Log Message:
  -----------
  update ept doc


  Commit: 88bfbf2f3104150a586ff2c4f7039b24bfa7dc4f
      https://github.com/PDAL/PDAL/commit/88bfbf2f3104150a586ff2c4f7039b24bfa7dc4f
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-12 (Mon, 12 Aug 2019)

  Changed paths:
    M io/EptReader.cpp
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  need to link GDAL for Ept for polygon clipping


  Commit: ef650999746da3f856b2c837b279af123b0aac11
      https://github.com/PDAL/PDAL/commit/ef650999746da3f856b2c837b279af123b0aac11
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M filters/StatsFilter.cpp
    M pdal/StageExtensions.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ept-polygon-limit


  Commit: 16dc7b343bc7827d3a5302230c90e9ea016a6f1d
      https://github.com/PDAL/PDAL/commit/16dc7b343bc7827d3a5302230c90e9ea016a6f1d
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M filters/CropFilter.cpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  support polygon cropping in readers.ept


  Commit: e811c330c48071d6f8fefc9dbb2048a82758c3de
      https://github.com/PDAL/PDAL/commit/e811c330c48071d6f8fefc9dbb2048a82758c3de
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp

  Log Message:
  -----------
  fill out D9IM for #2670


  Commit: fff6e334e64cbc075ffa61101fa2a5b820e4769b
      https://github.com/PDAL/PDAL/commit/fff6e334e64cbc075ffa61101fa2a5b820e4769b
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M io/EptReader.cpp
    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/io/EptReaderTest.cpp

  Log Message:
  -----------
  test 'polygon' option for EPT reader


  Commit: a7a0ff3ab54cb6c9dd9ad40b68f5376a0d9e2cf2
      https://github.com/PDAL/PDAL/commit/a7a0ff3ab54cb6c9dd9ad40b68f5376a0d9e2cf2
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  use disjoint instead of intersects for testing bbox - polygon interaction


  Commit: 86b646d58207e9ae84d449cc82adcc40ab0c09e1
      https://github.com/PDAL/PDAL/commit/86b646d58207e9ae84d449cc82adcc40ab0c09e1
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-08-13 (Tue, 13 Aug 2019)

  Changed paths:
    M io/EptReader.cpp
    M io/EptReader.hpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  attempt to support reprojected input polys -- WIP


  Commit: 8ca2170b3350d2e5a490f349da98c49ec59fb06f
      https://github.com/PDAL/PDAL/commit/8ca2170b3350d2e5a490f349da98c49ec59fb06f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp

  Log Message:
  -----------
  Support SRS at the end of geometry specifications.


  Commit: 19ea499aab53aae03e6880ed93f8d4e2cb9f19e5
      https://github.com/PDAL/PDAL/commit/19ea499aab53aae03e6880ed93f8d4e2cb9f19e5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-15 (Thu, 15 Aug 2019)

  Changed paths:
    M filters/ColorinterpFilter.cpp
    M filters/ColorinterpFilter.hpp
    M filters/ColorizationFilter.cpp
    M filters/ColorizationFilter.hpp
    M filters/CropFilter.cpp
    M filters/DEMFilter.cpp
    M filters/DEMFilter.hpp
    M filters/OverlayFilter.cpp
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M io/Ilvis2MetadataReader.cpp
    M io/OGRWriter.cpp
    M io/OGRWriter.hpp
    R io/OGRWriterV1.cpp
    M io/TIndexReader.hpp
    M kernels/DensityKernel.cpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M kernels/private/density/OGR.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/io/OciWriter.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ept-polygon-limit


  Commit: e415d8cb2387149e5080272a38cdc61390bdb8fd
      https://github.com/PDAL/PDAL/commit/e415d8cb2387149e5080272a38cdc61390bdb8fd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
    M io/EptReader.hpp

  Log Message:
  -----------
  Remove dead code.


  Commit: 8eb495cfd1f42afce41cecd54729366719f47a37
      https://github.com/PDAL/PDAL/commit/8eb495cfd1f42afce41cecd54729366719f47a37
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
    M io/EptReader.cpp
    M io/EptReader.hpp
    M plugins/python/filters/PythonFilter.cpp
    M plugins/python/filters/PythonFilter.hpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ept-polygon-limit


  Commit: 749fda41f10e6cbfc3504ccbc2209c2a1c52bc6e
      https://github.com/PDAL/PDAL/commit/749fda41f10e6cbfc3504ccbc2209c2a1c52bc6e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-16 (Fri, 16 Aug 2019)

  Changed paths:
    M io/EptReader.cpp
    M pdal/GDALUtils.cpp
    M pdal/Geometry.cpp
    M test/data/autzen/autzen-selection.json
    M test/unit/PolygonTest.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Finish getting tests working for EPT polygon clipping.


  Commit: ff0e3ea50258baadb2b3692bccebc9dc4c92c769
      https://github.com/PDAL/PDAL/commit/ff0e3ea50258baadb2b3692bccebc9dc4c92c769
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-08-19 (Mon, 19 Aug 2019)

  Changed paths:
    M pdal/Geometry.cpp

  Log Message:
  -----------
  Add check in case SRS was included with new geometry.


Compare: https://github.com/PDAL/PDAL/compare/7e652da6cedd%5E...ff0e3ea50258


More information about the pdal-commits mailing list