[pdal-commits] [PDAL/PDAL] c96438: add autzen-thin-srs to add srs info

GitHub noreply at github.com
Thu Aug 21 09:04:09 PDT 2014


  Branch: refs/heads/point-context-schema
  Home:   https://github.com/PDAL/PDAL
  Commit: c96438d84959cea62327b077e32820cb0630ddd1
      https://github.com/PDAL/PDAL/commit/c96438d84959cea62327b077e32820cb0630ddd1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    A test/data/autzen-thin-srs.las

  Log Message:
  -----------
  add autzen-thin-srs to add srs info


  Commit: 96143bf4d1407735d23a3e30a19500627ab30157
      https://github.com/PDAL/PDAL/commit/96143bf4d1407735d23a3e30a19500627ab30157
  Author: cuitingting01 <cuitingting01 at baidu.com>
  Date:   2014-08-14 (Thu, 14 Aug 2014)

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

  Log Message:
  -----------
  Fix Fetchpcid bug

When there are more than one records in pointcloud_formats, fetchpcid( ) only return the first one.


  Commit: 87fe42fb7f6b3f18ce167704fc5735c24544c17e
      https://github.com/PDAL/PDAL/commit/87fe42fb7f6b3f18ce167704fc5735c24544c17e
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-08-14 (Thu, 14 Aug 2014)

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

  Log Message:
  -----------
  Merge pull request #408 from cuitingting01/patch-1

Fix Fetchpcid bug


  Commit: 35a93872b2b568b4c1da78dc33e4aef8a7ddb7d1
      https://github.com/PDAL/PDAL/commit/35a93872b2b568b4c1da78dc33e4aef8a7ddb7d1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

  Changed paths:
    M include/pdal/Stage.hpp
    M src/kernel/Info.cpp

  Log Message:
  -----------
  fix up --sdo_pc metadata for 'pdal info'


  Commit: ef8ef5915cc956523e232375195e71baeb7cba3b
      https://github.com/PDAL/PDAL/commit/ef8ef5915cc956523e232375195e71baeb7cba3b
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

  Changed paths:
    M src/Schema.cpp

  Log Message:
  -----------
  put back old Schema::toPTree() method


  Commit: 379a49db517741010473127241421aaca30f98b9
      https://github.com/PDAL/PDAL/commit/379a49db517741010473127241421aaca30f98b9
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

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

  Log Message:
  -----------
  only create index in drivers.oci.writer when we've created a block table


  Commit: 6dbbc1be8b40979b196c3de422df1834375f9c41
      https://github.com/PDAL/PDAL/commit/6dbbc1be8b40979b196c3de422df1834375f9c41
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

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

  Log Message:
  -----------
  Revert RPATH to cmake's recommended setup

Without this patch, executables in the build tree could not find shared
libraries in the build tree on Linux boxes. This patch removes
Apple-specific RPATH management and exactly implements the
recommendations from http://www.cmake.org/Wiki/CMake_RPATH_handling.


  Commit: 04ce4f66a5a7d77d01a57662078ea86d47c025ba
      https://github.com/PDAL/PDAL/commit/04ce4f66a5a7d77d01a57662078ea86d47c025ba
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  Backport some Travis fixes from point-context

@hobu did some work in point-context, ending with
1d863bc44a86e558f457a94f2d6f908588c78a9e, to fix some breaks in our
Travis build. This patch is a backport of this fixes.


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

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

  Log Message:
  -----------
  Merge pull request #410 from gadomski/linux-rpath

Revert RPATH to cmake's recommended setup


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

  Changed paths:
    M scripts/ci/before_install.sh

  Log Message:
  -----------
  Merge pull request #411 from gadomski/backport-travis-fix

Backport some Travis fixes from point-context


  Commit: 34d6c66017fc92f24e1b774a1e0c5b6edcabba02
      https://github.com/PDAL/PDAL/commit/34d6c66017fc92f24e1b774a1e0c5b6edcabba02
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M include/pdal/FileUtils.hpp
    M src/FileUtils.cpp
    M src/PipelineWriter.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/pgpointcloud/PgIterator.cpp
    M src/kernel/Info.cpp
    M src/plang/BufferedInvocation.cpp

  Log Message:
  -----------
  Fix various todos.


  Commit: a17169a2293e68d48991af68e2a93b9715931ce3
      https://github.com/PDAL/PDAL/commit/a17169a2293e68d48991af68e2a93b9715931ce3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M scripts/ci/before_install.sh
    A src/drivers/pgpointcloud/Reader.cpp
    A test/data/autzen-thin-srs.las

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into point-context-schema

Conflicts:
	scripts/ci/before_install.sh
	src/drivers/pgpointcloud/Reader.cpp


  Commit: 080e31afe0c63138b5831894592de18c131896a8
      https://github.com/PDAL/PDAL/commit/080e31afe0c63138b5831894592de18c131896a8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Stage.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/kernel/Info.hpp
    M src/CMakeLists.txt
    R src/Schema.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/oci/Writer.cpp
    M src/kernel/Info.cpp

  Log Message:
  -----------
  Merge branch 'point-context' of https://github.com/PDAL/PDAL into point-context-schema

Conflicts:
	include/pdal/Stage.hpp
	src/Schema.cpp
	src/kernel/Info.cpp


  Commit: c089bc6320f0c6053660b41d72befb6d5bbef4e0
      https://github.com/PDAL/PDAL/commit/c089bc6320f0c6053660b41d72befb6d5bbef4e0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M include/pdal/Dimension.hpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp

  Log Message:
  -----------
  Merge branch 'point-context-schema' of https://github.com/PDAL/PDAL into point-context-schema


Compare: https://github.com/PDAL/PDAL/compare/fcaace2496f4...c089bc6320f0


More information about the pdal-commits mailing list