[pdal-commits] [PDAL/PDAL] 0c0521: get rid of BufferedInvocation in favor of simply I...

GitHub noreply at github.com
Mon Jan 9 06:45:37 PST 2017


  Branch: refs/heads/python-embed-metadata
  Home:   https://github.com/PDAL/PDAL
  Commit: 0c05216e5fa09bdecbdcec445297f15afee210fc
      https://github.com/PDAL/PDAL/commit/0c05216e5fa09bdecbdcec445297f15afee210fc
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
    M pdal/PointView.hpp
    R pdal/plang/BufferedInvocation.cpp
    R pdal/plang/BufferedInvocation.hpp
    M pdal/plang/CMakeLists.txt
    M pdal/plang/Environment.cpp
    M pdal/plang/Invocation.cpp
    M pdal/plang/Invocation.hpp
    M plugins/python/filters/PredicateFilter.cpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  get rid of BufferedInvocation in favor of simply Invocation for plang


  Commit: 8e342d8628540b64d4fbdf9aca43bbfb00792d73
      https://github.com/PDAL/PDAL/commit/8e342d8628540b64d4fbdf9aca43bbfb00792d73
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M pdal/PipelineExecutor.cpp
    M pdal/PointLayout.cpp
    M pdal/PointLayout.hpp
    M pdal/PointTable.cpp

  Log Message:
  -----------
  toMetadata should be on PointLayout, forward PointTable::toMetadata


  Commit: 252095ac9bd32ce219c1433cb014fd53a40129d4
      https://github.com/PDAL/PDAL/commit/252095ac9bd32ce219c1433cb014fd53a40129d4
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-09 (Mon, 09 Jan 2017)

  Changed paths:
    M kernels/InfoKernel.cpp
    M pdal/plang/Environment.cpp
    M pdal/plang/Invocation.cpp
    M pdal/plang/Invocation.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  refactor filters.programmable and filters.predicate metadata. Support passing spatialreference and schema information via JSON to Python modules


  Commit: 58e3231ee702a1b4a4fd780b1a9c0c03866f41df
      https://github.com/PDAL/PDAL/commit/58e3231ee702a1b4a4fd780b1a9c0c03866f41df
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-09 (Mon, 09 Jan 2017)

  Changed paths:
    M cmake/options.cmake
    A doc/stages/filters.assign.rst
    R doc/stages/filters.attribute.rst
    A doc/stages/filters.overlay.rst
    M doc/stages/readers.faux.rst
    M doc/tutorial/clipping-with-shapefile.rst
    M doc/workshop/exercises/analysis/clipping/clipping.rst
    M doc/workshop/slides/source/clipping.rst
    M doc/workshop/slides/source/pdal_intro.rst
    A filters/AssignFilter.cpp
    A filters/AssignFilter.hpp
    R filters/AttributeFilter.cpp
    R filters/AttributeFilter.hpp
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    A filters/OverlayFilter.cpp
    A filters/OverlayFilter.hpp
    M filters/PMFFilter.cpp
    M filters/private/crop/Point.cpp
    M filters/private/crop/Point.hpp
    M io/FauxReader.cpp
    M io/FauxReader.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/SpatialReference.cpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M pdal/util/ProgramArgs.hpp
    A test/data/pipeline/assign.json.in
    R test/data/pipeline/attribute.json.in
    A test/data/pipeline/overlay.json.in
    M test/unit/CMakeLists.txt
    M test/unit/apps/pcpipelineTestJSON.cpp
    A test/unit/filters/AssignFilterTest.cpp
    R test/unit/filters/AttributeFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    A test/unit/filters/OverlayFilterTest.cpp
    M test/unit/io/FauxReaderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into python-embed-metadata


Compare: https://github.com/PDAL/PDAL/compare/0c05216e5fa0^...58e3231ee702


More information about the pdal-commits mailing list