[pdal-commits] [PDAL/PDAL] 30a09b: Implement filters.attribute -- setting of point di...

GitHub noreply at github.com
Wed Oct 22 13:26:17 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 30a09bcc2979e7dd85768c215d2537134780d628
      https://github.com/PDAL/PDAL/commit/30a09bcc2979e7dd85768c215d2537134780d628
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    A doc/stages/filters.attribute.rst
    M include/pdal/Filters.hpp
    M include/pdal/QuadIndex.hpp
    A include/pdal/filters/Attribute.hpp
    M src/CMakeLists.txt
    M src/GlobalEnvironment.cpp
    M src/StageFactory.cpp
    A src/filters/Attribute.cpp
    M src/filters/Crop.cpp
    A test/data/autzen/attributes.dbf
    A test/data/autzen/attributes.prj
    A test/data/autzen/attributes.qix
    A test/data/autzen/attributes.qpj
    A test/data/autzen/attributes.shp
    A test/data/autzen/attributes.shx
    A test/data/filters/attribute.xml

  Log Message:
  -----------
  Implement filters.attribute -- setting of point dimension using Polygons and OGR #533


  Commit: b9e64e94d2f57ed26516b24d877a22828653c914
      https://github.com/PDAL/PDAL/commit/b9e64e94d2f57ed26516b24d877a22828653c914
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/GDALUtils.hpp

  Log Message:
  -----------
  #include <ogr_api.h> for OGRRegisterAll() in GDALUtils.hpp #533


  Commit: 8917594ffe3a2dc163ca27db5114c85af10ad17b
      https://github.com/PDAL/PDAL/commit/8917594ffe3a2dc163ca27db5114c85af10ad17b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Attribute.hpp
    M src/filters/Attribute.cpp

  Log Message:
  -----------
  handle GDAL <= 1.10 #533


  Commit: 32c01211b53b5481314f82f27443619fad798233
      https://github.com/PDAL/PDAL/commit/32c01211b53b5481314f82f27443619fad798233
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M include/pdal/filters/Attribute.hpp
    M src/filters/Attribute.cpp

  Log Message:
  -----------
  rearrange some includes #533


  Commit: 3b77109b0143dde2136031a4b61f5f4e0753f9e5
      https://github.com/PDAL/PDAL/commit/3b77109b0143dde2136031a4b61f5f4e0753f9e5
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    A doc/stages/filters.attribute.rst
    M include/pdal/Filters.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/QuadIndex.hpp
    A include/pdal/filters/Attribute.hpp
    M src/CMakeLists.txt
    M src/GlobalEnvironment.cpp
    M src/StageFactory.cpp
    A src/filters/Attribute.cpp
    M src/filters/Crop.cpp
    A test/data/autzen/attributes.dbf
    A test/data/autzen/attributes.prj
    A test/data/autzen/attributes.qix
    A test/data/autzen/attributes.qpj
    A test/data/autzen/attributes.shp
    A test/data/autzen/attributes.shx
    A test/data/filters/attribute.xml

  Log Message:
  -----------
  Merge pull request #533 from PDAL/issues/533-attribute-filter

`pdal attribute`


Compare: https://github.com/PDAL/PDAL/compare/ee732c0ba1ca...3b77109b0143


More information about the pdal-commits mailing list