[pdal-commits] [PDAL/PDAL] 118a05: add std::cout to --detail output of 'pdal delta

GitHub noreply at github.com
Tue Oct 7 06:40:02 PDT 2014


  Branch: refs/heads/bpfv1
  Home:   https://github.com/PDAL/PDAL
  Commit: 118a05e1381b4e80d2ea1371388c49e33ae0e741
      https://github.com/PDAL/PDAL/commit/118a05e1381b4e80d2ea1371388c49e33ae0e741
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-12 (Fri, 12 Sep 2014)

  Changed paths:
    M src/kernel/Delta.cpp

  Log Message:
  -----------
  add std::cout to --detail output of 'pdal delta


  Commit: 0bbd50d49928f4ba6265a634bed9c74108129f44
      https://github.com/PDAL/PDAL/commit/0bbd50d49928f4ba6265a634bed9c74108129f44
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-12 (Fri, 12 Sep 2014)

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

  Log Message:
  -----------
  sround instead of lround


  Commit: 6b1757d3205cbe908e9e5cb76e44569a2d32e448
      https://github.com/PDAL/PDAL/commit/6b1757d3205cbe908e9e5cb76e44569a2d32e448
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M src/drivers/oci/OciReader.cpp

  Log Message:
  -----------
  fix scale normalization bug


  Commit: 5f330ebb66b05ff39c1f937f166672539552a11b
      https://github.com/PDAL/PDAL/commit/5f330ebb66b05ff39c1f937f166672539552a11b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M src/drivers/bpf/BpfReader.cpp

  Log Message:
  -----------
  support setting SRS in BPF reader


  Commit: 0887bf51db5185434c3365fcda15419672baff2c
      https://github.com/PDAL/PDAL/commit/0887bf51db5185434c3365fcda15419672baff2c
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M src/drivers/nitf/Reader.cpp

  Log Message:
  -----------
  always set LAS_OFFSET and LAS_LENGTH in nitf reader


  Commit: 6429a8ec43fc1ab03760e58684fd7169e4f7804b
      https://github.com/PDAL/PDAL/commit/6429a8ec43fc1ab03760e58684fd7169e4f7804b
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-26 (Fri, 26 Sep 2014)

  Changed paths:
    M src/Dimension.cpp

  Log Message:
  -----------
  sanitize space names and other bad characters out of Dimension


  Commit: 2a563ba6a824a57851b4620098ae1ab01d9e92c8
      https://github.com/PDAL/PDAL/commit/2a563ba6a824a57851b4620098ae1ab01d9e92c8
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-26 (Fri, 26 Sep 2014)

  Changed paths:
    M src/drivers/bpf/BpfReader.cpp

  Log Message:
  -----------
  fix up BPF SRS support


  Commit: b90133c4dd81eb1731e39949212b470490508a35
      https://github.com/PDAL/PDAL/commit/b90133c4dd81eb1731e39949212b470490508a35
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-26 (Fri, 26 Sep 2014)

  Changed paths:
    M src/drivers/bpf/BpfReader.cpp

  Log Message:
  -----------
  put PDAL_HAVE_GDAL guard around setSpatialReference call in BPF reader


  Commit: 333f05715777b2d9ee68b702066d000b734d15cc
      https://github.com/PDAL/PDAL/commit/333f05715777b2d9ee68b702066d000b734d15cc
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M src/drivers/oci/OciSeqIterator.cpp

  Log Message:
  -----------
  put back old scale normalization for drivers.oci.reader


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

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  fix setField for int8_t/uint8_t -- boost::numeric_cast doesn't work on them


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

  Changed paths:
    M include/pdal/drivers/oci/OciReader.hpp
    M include/pdal/drivers/oci/OciSeqIterator.hpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/OciSeqIterator.cpp

  Log Message:
  -----------
  put back populate_pointsourceid capability in oracle reader


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

  Changed paths:
    M include/pdal/drivers/oci/common.hpp
    M src/drivers/oci/OciSeqIterator.cpp
    M src/drivers/oci/common.cpp

  Log Message:
  -----------
  put back old drivers.oci.reader behavior (need to read from block's schema, not our own)


  Commit: 6d459a29e53023b554221fa763ad28ffdec53e67
      https://github.com/PDAL/PDAL/commit/6d459a29e53023b554221fa763ad28ffdec53e67
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M src/drivers/oci/common.cpp

  Log Message:
  -----------
  remove debugging cruft


  Commit: 0c2d2be7862b09edf3970b1fdd2dcccbf4e6f164
      https://github.com/PDAL/PDAL/commit/0c2d2be7862b09edf3970b1fdd2dcccbf4e6f164
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M src/drivers/oci/OciSeqIterator.cpp

  Log Message:
  -----------
  don't write the same point over and over in point-major scenario


  Commit: 7d55b78b4aba24fbcc15c46b6df72767cc327a63
      https://github.com/PDAL/PDAL/commit/7d55b78b4aba24fbcc15c46b6df72767cc327a63
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/oci/OciReader.hpp
    M include/pdal/drivers/oci/OciSeqIterator.hpp
    M include/pdal/drivers/oci/common.hpp
    M src/Dimension.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/OciSeqIterator.cpp
    M src/drivers/oci/common.cpp
    M src/filters/Chipper.cpp
    M src/kernel/Delta.cpp

  Log Message:
  -----------
  Merge branch 'grid-1.3.3' of https://github.com/PDAL/PDAL into bpfv1


  Commit: 7d18d4197e22cba5dfdb79c45d1b03dab299f057
      https://github.com/PDAL/PDAL/commit/7d18d4197e22cba5dfdb79c45d1b03dab299f057
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M src/drivers/bpf/BpfReader.cpp

  Log Message:
  -----------
  Update EPSG reference for north UTM zones.


Compare: https://github.com/PDAL/PDAL/compare/07223464f521...7d18d4197e22


More information about the pdal-commits mailing list