[pdal-commits] [PDAL/PDAL] 3d7d1e: add setMetadata method, which overwrites an existi...

GitHub noreply at github.com
Wed Oct 17 09:55:08 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3d7d1e827131687a40884ea491dda359051613f6
      https://github.com/PDAL/PDAL/commit/3d7d1e827131687a40884ea491dda359051613f6
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M include/pdal/Metadata.hpp

  Log Message:
  -----------
  add setMetadata method, which overwrites an existing one with the same properties using deleteMetadata and addMetadata


  Commit: 78ce8289fdbf8f2fa7843f58f3ff989d3c1b0dfb
      https://github.com/PDAL/PDAL/commit/78ce8289fdbf8f2fa7843f58f3ff989d3c1b0dfb
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M include/pdal/Writer.hpp
    M src/Writer.cpp

  Log Message:
  -----------
  make the PointBuffer that the pdal::Writer uses heap-allocated and owned by the pdal::Writer instance. Add a public method to fetch it so that others may get the properties of the writer's PointBuffer


  Commit: ecbd306130288415edd48d22fb24da7a952a8385
      https://github.com/PDAL/PDAL/commit/ecbd306130288415edd48d22fb24da7a952a8385
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M include/pdal/PipelineWriter.hpp
    M src/PipelineWriter.cpp

  Log Message:
  -----------
  support writing information from a PointBuffer (like pdal::Metadata) into the PipelineXML


  Commit: 1a281021539deda011433cc3fe0655329787c5d2
      https://github.com/PDAL/PDAL/commit/1a281021539deda011433cc3fe0655329787c5d2
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

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

  Log Message:
  -----------
  toMetadata() method, to support making pdal::Metadata instances out of stats


  Commit: 5b2c9a56fe36b2f98dba0e0746eeb0b3ac83be01
      https://github.com/PDAL/PDAL/commit/5b2c9a56fe36b2f98dba0e0746eeb0b3ac83be01
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M test/data/apps/pcinfo_stats.txt

  Log Message:
  -----------
  update with new output


  Commit: 96d0eb260088b6e1f53454c8c1ecda7216b50f1c
      https://github.com/PDAL/PDAL/commit/96d0eb260088b6e1f53454c8c1ecda7216b50f1c
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M apps/pcpipeline.cpp

  Log Message:
  -----------
  support writing PointBuffer Metadata for pipeline-serialization


  Commit: 1dfbc54d286d65abb4107d0f7632712e67fd41b7
      https://github.com/PDAL/PDAL/commit/1dfbc54d286d65abb4107d0f7632712e67fd41b7
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-10-17 (Wed, 17 Oct 2012)

  Changed paths:
    M apps/pcinfo.cpp

  Log Message:
  -----------
  write JSON Metadata instead of custom format for stas


Compare: https://github.com/PDAL/PDAL/compare/b800e26e0e85...1dfbc54d286d


More information about the pdal-commits mailing list