[pdal-commits] [PDAL/PDAL] d049be: oracle cleanup script tweak

GitHub noreply at github.com
Sat Aug 10 15:06:58 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: d049bee0b726cc123c7f2a72fcaf455c079a77af
      https://github.com/PDAL/PDAL/commit/d049bee0b726cc123c7f2a72fcaf455c079a77af
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

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

  Log Message:
  -----------
  oracle cleanup script tweak


  Commit: 418d265566a293898f357bab52405f8d7d4cec21
      https://github.com/PDAL/PDAL/commit/418d265566a293898f357bab52405f8d7d4cec21
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M src/filters/Cache.cpp

  Log Message:
  -----------
  #ifdef the log output for filters.cache. This ends up being touched per-point and is expensive if you don't want it


  Commit: ef6991a01ae8ec8dd76ad13ac214db81ee11300b
      https://github.com/PDAL/PDAL/commit/ef6991a01ae8ec8dd76ad13ac214db81ee11300b
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

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

  Log Message:
  -----------
  use PointBuffer::calculateBounds instead of driver's version


  Commit: 2addad9a8a4deea98e3e94d92ce7e3f283103869
      https://github.com/PDAL/PDAL/commit/2addad9a8a4deea98e3e94d92ce7e3f283103869
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  don't allocate a vector for every point added to the loop in calculateBounds


  Commit: e5aca6f297fcbc197e9cca9c3d555eca9887d229
      https://github.com/PDAL/PDAL/commit/e5aca6f297fcbc197e9cca9c3d555eca9887d229
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-27 (Sat, 27 Jul 2013)

  Changed paths:
    M include/pdal/drivers/oci/oci_wrapper.h
    M src/drivers/oci/oci_wrapper.cpp

  Log Message:
  -----------
  add OpenBlob/CloseBlob methods


  Commit: a62ccd8734f84371d7a5b60059cfcda3fd271bbb
      https://github.com/PDAL/PDAL/commit/a62ccd8734f84371d7a5b60059cfcda3fd271bbb
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-27 (Sat, 27 Jul 2013)

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

  Log Message:
  -----------
  use OpenBlob/CloseBlob methods to reduce round-tripping to db


  Commit: 9dc8558bc59752fd7893afe188133697ef434a49
      https://github.com/PDAL/PDAL/commit/9dc8558bc59752fd7893afe188133697ef434a49
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-27 (Sat, 27 Jul 2013)

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

  Log Message:
  -----------
  clean up binds


  Commit: 71808f12c77c482ebf3160c89faa4735102c48bc
      https://github.com/PDAL/PDAL/commit/71808f12c77c482ebf3160c89faa4735102c48bc
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-27 (Sat, 27 Jul 2013)

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

  Log Message:
  -----------
  revert to only supporting selecting the view and drop support for QUERY_SDO_PC query types


  Commit: 9f6fb527dc3808e79835a1155ff45516dc5e6f66
      https://github.com/PDAL/PDAL/commit/9f6fb527dc3808e79835a1155ff45516dc5e6f66
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

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

  Log Message:
  -----------
  add ability to control whether or not to create indices with 'create_index' option, allow user to turn on tracing with 'do_trace' option


  Commit: 120197bffdbb1113bd4fec38573bcbd99e27f08a
      https://github.com/PDAL/PDAL/commit/120197bffdbb1113bd4fec38573bcbd99e27f08a
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

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

  Log Message:
  -----------
  write using OCILocator instead of data bind


  Commit: ea84a207703349e93d78fb7183b2fb5679901a4d
      https://github.com/PDAL/PDAL/commit/ea84a207703349e93d78fb7183b2fb5679901a4d
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

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

  Log Message:
  -----------
  clean up lint


  Commit: dfb4febed1adda28cf2ba0ea08ca7ffbba4ced9c
      https://github.com/PDAL/PDAL/commit/dfb4febed1adda28cf2ba0ea08ca7ffbba4ced9c
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

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

  Log Message:
  -----------
  start callback-based streaming method -- not yet implemented


  Commit: 8f8d08cec27dd656bf50935524fb982fd853a38e
      https://github.com/PDAL/PDAL/commit/8f8d08cec27dd656bf50935524fb982fd853a38e
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M apps/CMakeLists.txt
    A apps/oracle_array.cpp

  Log Message:
  -----------
  add oracle_array test util


  Commit: 07e091b7b05d00138fd8ff16ecb9358f5aa52a93
      https://github.com/PDAL/PDAL/commit/07e091b7b05d00138fd8ff16ecb9358f5aa52a93
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

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

  Log Message:
  -----------
  put back writing to ONE_PIECE method


  Commit: 7a2b43f892870b4e29c46681fac980483bb0e8ac
      https://github.com/PDAL/PDAL/commit/7a2b43f892870b4e29c46681fac980483bb0e8ac
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M apps/oracle_array.cpp

  Log Message:
  -----------
  include stdlib.h for exit()


  Commit: 31b9444baac484eaabf71159e30fafff148240f8
      https://github.com/PDAL/PDAL/commit/31b9444baac484eaabf71159e30fafff148240f8
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

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

  Log Message:
  -----------
  try streaming-based LOB writing


  Commit: 82a9e83a7337d55d6a56106cdc0ea34533da903f
      https://github.com/PDAL/PDAL/commit/82a9e83a7337d55d6a56106cdc0ea34533da903f
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

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

  Log Message:
  -----------
  support chunk-based stream writing


  Commit: 747dbc1ce27615bfb6c00450df212ee06f66b4cf
      https://github.com/PDAL/PDAL/commit/747dbc1ce27615bfb6c00450df212ee06f66b4cf
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M CMakeLists.txt
    M boost/CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' into issues/167-fixups-for-chipper


  Commit: ae2446a1f12b962c22aa528ed25e00a28ac55cff
      https://github.com/PDAL/PDAL/commit/ae2446a1f12b962c22aa528ed25e00a28ac55cff
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

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

  Log Message:
  -----------
  add blob_chunk_count option to drivers.oci.writer


  Commit: 507f24b27b13bc39a802c4620f5dceb6ce85f597
      https://github.com/PDAL/PDAL/commit/507f24b27b13bc39a802c4620f5dceb6ce85f597
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-05 (Mon, 05 Aug 2013)

  Changed paths:
    M boost/CMakeLists.txt
    M hobu-windows.bat
    M include/pdal/drivers/pgpointcloud/common.hpp
    M test/perf/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' into issues/167-fixups-for-chipper


  Commit: 0b7c1bc8b285ef55520a8c874fbe2635e381484e
      https://github.com/PDAL/PDAL/commit/0b7c1bc8b285ef55520a8c874fbe2635e381484e
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-07 (Wed, 07 Aug 2013)

  Changed paths:
    M apps/CMakeLists.txt
    R apps/oracle_array.cpp
    A test/unit/drivers/oci/oracle_array.cpp

  Log Message:
  -----------
  move oracle_array example into test/unit/drivers/oci for safe (unused) keeping


  Commit: ba38425d753c02a9e8675f08436da6a4fb82f0e4
      https://github.com/PDAL/PDAL/commit/ba38425d753c02a9e8675f08436da6a4fb82f0e4
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-07 (Wed, 07 Aug 2013)

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

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


  Commit: 413f657d7731967e69fb63a156f8d69f0f046bd0
      https://github.com/PDAL/PDAL/commit/413f657d7731967e69fb63a156f8d69f0f046bd0
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-07 (Wed, 07 Aug 2013)

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

  Log Message:
  -----------
  optionally support chunk streaming -- inconclusive whether or not it is actually faster


  Commit: 10084959220f47b726ed697bf327134b8faf34da
      https://github.com/PDAL/PDAL/commit/10084959220f47b726ed697bf327134b8faf34da
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-09 (Fri, 09 Aug 2013)

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

  Log Message:
  -----------
  cumulate the entire bounds as we go through for the whole SDO_PC


  Commit: 2d2cebc640e634bcbdfef47a0fa30bcf1aab5133
      https://github.com/PDAL/PDAL/commit/2d2cebc640e634bcbdfef47a0fa30bcf1aab5133
  Author: Howard Butler <howard at hobu.co>
  Date:   2013-08-09 (Fri, 09 Aug 2013)

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

  Log Message:
  -----------
  don't pollute stdout


Compare: https://github.com/PDAL/PDAL/compare/94065459cbcb...2d2cebc640e6


More information about the pdal-commits mailing list