[pdal-commits] [PDAL/PDAL] ae836b: provide implemention for #216 to flip the orientat...

GitHub noreply at github.com
Mon Dec 30 11:51:02 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: ae836bea7ec43c0ad97acdc193733f0bed19d5ae
      https://github.com/PDAL/PDAL/commit/ae836bea7ec43c0ad97acdc193733f0bed19d5ae
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  provide implemention for #216 to flip the orientation of both dimension- and point-interleaved data


  Commit: f628ab710efc18ee6db7b7f7fd8f912dee6eef80
      https://github.com/PDAL/PDAL/commit/f628ab710efc18ee6db7b7f7fd8f912dee6eef80
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M src/XMLSchema.cpp
    M test/unit/XMLSchemaTest.cpp

  Log Message:
  -----------
  write orientation into XML for #216


  Commit: ee884d4c51db103fb24cf3a8419c0e8909924cae
      https://github.com/PDAL/PDAL/commit/ee884d4c51db103fb24cf3a8419c0e8909924cae
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

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

  Log Message:
  -----------
  add dimension flipping to drivers.oci.writer #216


  Commit: cd188195704c541b51793ac96af294323431cc87
      https://github.com/PDAL/PDAL/commit/cd188195704c541b51793ac96af294323431cc87
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  fix up setDataStride to do the right thing in the face of differing orientations. Make copyLikeDimensions agnostic to the PointBuffer's orientation


  Commit: 88ff2d2a8ab1d0a8ce64d5c9bb2f254169c2eab8
      https://github.com/PDAL/PDAL/commit/88ff2d2a8ab1d0a8ce64d5c9bb2f254169c2eab8
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  more thorough test of copyLikeDimensions to include orientation


  Commit: 77199b798a3763aad7068669490be39b8bb34618
      https://github.com/PDAL/PDAL/commit/77199b798a3763aad7068669490be39b8bb34618
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
    M test/data/oracle/cleanup.sql

  Log Message:
  -----------
  make cleanup.sql actually wipe sdo_geom_metadata entry


  Commit: 4095aca6ec1460a6cc1dc604648b8293f1e799d1
      https://github.com/PDAL/PDAL/commit/4095aca6ec1460a6cc1dc604648b8293f1e799d1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

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

  Log Message:
  -----------
  add option to ignore namespace when doing dimension matching #216


  Commit: bd5f804313283ac9b2d6b9eec35eee1acb98762d
      https://github.com/PDAL/PDAL/commit/bd5f804313283ac9b2d6b9eec35eee1acb98762d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  properly calculate positions when doing setDataStride and copyLikeDimensions


  Commit: 911b0065e039a1783dcdb5b86977cbcce5338f03
      https://github.com/PDAL/PDAL/commit/911b0065e039a1783dcdb5b86977cbcce5338f03
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  test all values in flipped dimension example


  Commit: 5fc9b91bd4b422a33f8fd69150904863dbf03004
      https://github.com/PDAL/PDAL/commit/5fc9b91bd4b422a33f8fd69150904863dbf03004
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-06 (Fri, 06 Dec 2013)

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

  Log Message:
  -----------
  provide implementation of drivers.oci.reader that can read DIMENSION_INTERLEAVED data #216


  Commit: 5687388d86dfe1252b9411f4a6356992d4b2ceaf
      https://github.com/PDAL/PDAL/commit/5687388d86dfe1252b9411f4a6356992d4b2ceaf
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

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

  Log Message:
  -----------
  because of DIMENSION_INTERLEAVED data, we must read the whole blob into the m_oracle_buffer #216


  Commit: 538f836246cb83dbcc0e457360b0e5e3a30f78df
      https://github.com/PDAL/PDAL/commit/538f836246cb83dbcc0e457360b0e5e3a30f78df
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  more testing of flipping


  Commit: fa407b0e2b978f46b22e38799bdaa42fe301fd4d
      https://github.com/PDAL/PDAL/commit/fa407b0e2b978f46b22e38799bdaa42fe301fd4d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-12 (Thu, 12 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  more test of copyLikeDimensions


  Commit: b8877be19ed37982fce6e2cb86c5bca227fd09c4
      https://github.com/PDAL/PDAL/commit/b8877be19ed37982fce6e2cb86c5bca227fd09c4
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  assert same orientations for copyPoint*Fast methods


  Commit: 6364815ed0e842a66ea914715a22dac938ac39ff
      https://github.com/PDAL/PDAL/commit/6364815ed0e842a66ea914715a22dac938ac39ff
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

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

  Log Message:
  -----------
  support writing non-chipped data, use the appropriate blob length for DIMENSION_INTERLEAVED data in all scenarios


  Commit: d9c0b903da02a2e0a19d973d4a8e16b97de8c206
      https://github.com/PDAL/PDAL/commit/d9c0b903da02a2e0a19d973d4a8e16b97de8c206
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

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

  Log Message:
  -----------
  filters.chipper cleanups


  Commit: 0764f200edb309ce91f5bb8c27be77acc6bbd186
      https://github.com/PDAL/PDAL/commit/0764f200edb309ce91f5bb8c27be77acc6bbd186
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

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

  Log Message:
  -----------
  resize the internal buffer if it isn't big enough. cleanups and use copyLikeDimensions


  Commit: d8f70b36207dfff55c1c9cee5bf8ad545ff6fab1
      https://github.com/PDAL/PDAL/commit/d8f70b36207dfff55c1c9cee5bf8ad545ff6fab1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M src/filters/Chipper.cpp

  Log Message:
  -----------
  more filters.chipper cleanups


  Commit: 8edebb6aa3e6c8232087388c16462680c7917536
      https://github.com/PDAL/PDAL/commit/8edebb6aa3e6c8232087388c16462680c7917536
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  assert we're not outside the buffer's bounds in setDataStride


  Commit: 60d4464d008742af6a21cbd9187c5f186c347d05
      https://github.com/PDAL/PDAL/commit/60d4464d008742af6a21cbd9187c5f186c347d05
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

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

  Log Message:
  -----------
  pack() method optionally removes ignored dimensions by default


  Commit: 1fee7430613d3641f4471f0c1dc701a1211346bb
      https://github.com/PDAL/PDAL/commit/1fee7430613d3641f4471f0c1dc701a1211346bb
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

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

  Log Message:
  -----------
  significant cleanups in filters.chipper


  Commit: 83a3405545c8babdf3a63772a8947c75c7bf251e
      https://github.com/PDAL/PDAL/commit/83a3405545c8babdf3a63772a8947c75c7bf251e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M test/unit/filters/ChipperTest.cpp

  Log Message:
  -----------
  more filters.chipper test update for new chipper code


  Commit: 0c17f39c03501219ac78b520027c356b23c1a840
      https://github.com/PDAL/PDAL/commit/0c17f39c03501219ac78b520027c356b23c1a840
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-16 (Mon, 16 Dec 2013)

  Changed paths:
    M test/data/oracle/read.xml
    M test/data/oracle/write.xml

  Log Message:
  -----------
  update queries for drivers.oci tests


  Commit: a9f655632dfe4315c576e04c78f1583ecc7ddd9d
      https://github.com/PDAL/PDAL/commit/a9f655632dfe4315c576e04c78f1583ecc7ddd9d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-17 (Tue, 17 Dec 2013)

  Changed paths:
    M src/filters/ByteSwap.cpp

  Log Message:
  -----------
  ByteSwap doesn't need chipper


  Commit: 3283192eda8267c16975fc67f197e721dd853df1
      https://github.com/PDAL/PDAL/commit/3283192eda8267c16975fc67f197e721dd853df1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M include/pdal/filters/Chipper.hpp
    M src/filters/Chipper.cpp
    M test/unit/filters/ChipperTest.cpp

  Log Message:
  -----------
  clean up filters.chipper to not require BlockID and PointID dimensions, respect the requested number of points read, and streamline GetIDs/GetBuffer


  Commit: d9fe6885d880c6b8996198d0f5dce47acb2f5d66
      https://github.com/PDAL/PDAL/commit/d9fe6885d880c6b8996198d0f5dce47acb2f5d66
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  provide method to return raw starting point of m_data buffer


  Commit: bf5c81720ee93f1b6a870a6dec7a76ddff538211
      https://github.com/PDAL/PDAL/commit/bf5c81720ee93f1b6a870a6dec7a76ddff538211
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  properly pack/ignore dimensions in pack()


  Commit: 2c213ff5371f1321457b744145e5e687d95e6345
      https://github.com/PDAL/PDAL/commit/2c213ff5371f1321457b744145e5e687d95e6345
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M test/data/oracle/read.xml

  Log Message:
  -----------
  add populate_pointsourceid to drivers.oci.reader example


  Commit: bf1c1e42e8bea6eae2755a6b70143cd249db9524
      https://github.com/PDAL/PDAL/commit/bf1c1e42e8bea6eae2755a6b70143cd249db9524
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

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

  Log Message:
  -----------
  use correct buffer when calculating point_data_length in non-packing scenario


  Commit: bfaa4b7cd9dbe2e9ff8147e061d0caa57867ac2e
      https://github.com/PDAL/PDAL/commit/bfaa4b7cd9dbe2e9ff8147e061d0caa57867ac2e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  use correct dimensions when testing flipping


  Commit: bf15ff03898473d593c6de37931c475be3b69cc9
      https://github.com/PDAL/PDAL/commit/bf15ff03898473d593c6de37931c475be3b69cc9
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

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

  Log Message:
  -----------
  properly calculate blob length for oracle's internal PointBuffer when data are DIMENSION_INTERLEAVED


  Commit: f1523bbba509b732ea1c5840ec26d5b68df509d2
      https://github.com/PDAL/PDAL/commit/f1523bbba509b732ea1c5840ec26d5b68df509d2
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M include/pdal/Dimension.hpp

  Log Message:
  -----------
  throw std::out_of_range error when removeScaling causes a value that's out of bounds for the given data type


  Commit: 8cfe75c7b6ddc741fa9a4efd4a5126a8b5d55ac7
      https://github.com/PDAL/PDAL/commit/8cfe75c7b6ddc741fa9a4efd4a5126a8b5d55ac7
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M include/pdal/Dimension.hpp

  Log Message:
  -----------
  clean up formatting


  Commit: 64c93b55ba7352dca460bd9dc0be5f706d352642
      https://github.com/PDAL/PDAL/commit/64c93b55ba7352dca460bd9dc0be5f706d352642
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  clean up asserts for getField/setField


  Commit: d7cfb37d35cf142170e7a124f8f39d27a8292c5d
      https://github.com/PDAL/PDAL/commit/d7cfb37d35cf142170e7a124f8f39d27a8292c5d
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M include/pdal/filters/InPlaceReprojection.hpp
    M src/filters/InPlaceReprojection.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp

  Log Message:
  -----------
  filters.inplacereprojection reorganization


  Commit: 47b0832f50f48b2845525a34fc2238582a0de404
      https://github.com/PDAL/PDAL/commit/47b0832f50f48b2845525a34fc2238582a0de404
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M include/pdal/Dimension.hpp

  Log Message:
  -----------
  use boost type_traits instead of std:: which requires c++11


  Commit: 23b5b7cb981de6865266b28540a322cf542cb588
      https://github.com/PDAL/PDAL/commit/23b5b7cb981de6865266b28540a322cf542cb588
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M src/filters/InPlaceReprojection.cpp

  Log Message:
  -----------
  remove lint


  Commit: c1be4ce505f643c7a481840f555daf72bb8173a9
      https://github.com/PDAL/PDAL/commit/c1be4ce505f643c7a481840f555daf72bb8173a9
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

  Changed paths:
    M test/data/oracle/read.xml
    M test/data/oracle/write.xml

  Log Message:
  -----------
  add selector filters to drivers.oci examples


  Commit: 07da8c492f1cd6f87e0a20b9d82247b341f32417
      https://github.com/PDAL/PDAL/commit/07da8c492f1cd6f87e0a20b9d82247b341f32417
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-22 (Sun, 22 Dec 2013)

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

  Log Message:
  -----------
  use namespace-aware lookups for mapDimensions


  Commit: eade9162d5db584d72bee0d9915e35a2bdee4cd6
      https://github.com/PDAL/PDAL/commit/eade9162d5db584d72bee0d9915e35a2bdee4cd6
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  fix up vagrant configuration a bit to protect my machine-specific and osx-specific stuff


  Commit: 3b57abe7204d907b4bc99f9417b7fb30b9897a8c
      https://github.com/PDAL/PDAL/commit/3b57abe7204d907b4bc99f9417b7fb30b9897a8c
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M apps/pdal-config.in
    M doc/conf.py

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 2e1f4d6f24899fe7f7e776d91ba6ce973d146157
      https://github.com/PDAL/PDAL/commit/2e1f4d6f24899fe7f7e776d91ba6ce973d146157
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M include/pdal/Dimension.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Schema.hpp
    M include/pdal/drivers/oci/Reader.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M src/PointBuffer.cpp
    M src/Schema.cpp
    M src/XMLSchema.cpp
    M src/drivers/oci/Reader.cpp
    M src/drivers/oci/Writer.cpp
    M src/filters/ByteSwap.cpp
    M src/filters/Chipper.cpp
    M src/filters/InPlaceReprojection.cpp
    M test/data/oracle/cleanup.sql
    M test/data/oracle/read.xml
    M test/data/oracle/write.xml
    M test/unit/PointBufferTest.cpp
    M test/unit/XMLSchemaTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'issues/216-flip-orientation'


Compare: https://github.com/PDAL/PDAL/compare/ff82c74ca462...2e1f4d6f2489


More information about the pdal-commits mailing list