[pdal-commits] [PDAL/PDAL] 13bbb0: Initial attempt at setting GeoWave up as a plugin ...
GitHub
noreply at github.com
Mon Mar 9 13:38:01 PDT 2015
Branch: refs/heads/plugin-manager
Home: https://github.com/PDAL/PDAL
Commit: 13bbb03f2445f69fdb9e7a7cd054346a20b32730
https://github.com/PDAL/PDAL/commit/13bbb03f2445f69fdb9e7a7cd054346a20b32730
Author: Whitney O'Meara <womeara at radiantblue.com>
Date: 2015-02-26 (Thu, 26 Feb 2015)
Changed paths:
M Vagrantfile
A scripts/linux-install-scripts/geowave
A scripts/linux-install-scripts/geowave.sh
M scripts/linux-install-scripts/packages.sh
R scripts/linux-install-scripts/pdal.sh
A scripts/linux-install-scripts/pdal_clone.sh
A scripts/linux-install-scripts/pdal_install.sh
M scripts/linux-install-scripts/startup.sh
A scripts/vagrant/loadgeowave.xml
A scripts/vagrant/readgeowave.xml
Log Message:
-----------
Initial attempt at setting GeoWave up as a plugin within Vagrant.
Commit: 0bccf2ce4725d5d4d93d7626e143849f870590fc
https://github.com/PDAL/PDAL/commit/0bccf2ce4725d5d4d93d7626e143849f870590fc
Author: Whitney O'Meara <womeara at radiantblue.com>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M plugins/geowave/io/GeoWaveReader.cpp
M plugins/geowave/io/GeoWaveWriter.cpp
M scripts/linux-install-scripts/geowave.sh
M scripts/linux-install-scripts/startup.sh
R scripts/vagrant/loadgeowave.xml
R scripts/vagrant/readgeowave.xml
Log Message:
-----------
Updated GeoWave plugin to check to see if the JVM is already running. Also udpated GeoWaveReader to limit query results by count.
Commit: cbcfb82dc85b7e50e1092d72773b817c57c65b27
https://github.com/PDAL/PDAL/commit/cbcfb82dc85b7e50e1092d72773b817c57c65b27
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
R include/pdal/StageRunner.hpp
M src/CMakeLists.txt
M src/Stage.cpp
A src/StageRunner.hpp
Log Message:
-----------
StageRunner is local to Stage and does not need to be part of the public interface
Commit: 19ebf39872b8d0e2cd77c23ea79474d62d9ac5cf
https://github.com/PDAL/PDAL/commit/19ebf39872b8d0e2cd77c23ea79474d62d9ac5cf
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
R include/pdal/Charbuf.hpp
R include/pdal/Extractor.hpp
R include/pdal/IStream.hpp
R include/pdal/Inserter.hpp
R include/pdal/OStream.hpp
A include/pdal/util/Charbuf.hpp
A include/pdal/util/Extractor.hpp
A include/pdal/util/IStream.hpp
A include/pdal/util/Inserter.hpp
A include/pdal/util/OStream.hpp
M io/bpf/BpfCompressor.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.hpp
M io/bpf/BpfWriter.cpp
M io/bpf/BpfWriter.hpp
M io/las/LasReader.cpp
M io/las/LasUtils.cpp
M io/las/LasWriter.cpp
M io/las/VariableLengthRecord.hpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.hpp
M plugins/sqlite/io/SQLiteWriter.cpp
M src/CMakeLists.txt
R src/Charbuf.cpp
M src/util/CMakeLists.txt
A src/util/Charbuf.cpp
M test/unit/CompressionTest.cpp
M tools/lasdump/Dumper.cpp
M tools/lasdump/Header.hpp
M tools/lasdump/Vlr.hpp
Log Message:
-----------
move Charbuf, Extractor, Inserter, IStream, and OStream to util
Commit: cec222c259cdeac56272a4ef13bf9f57f355f908
https://github.com/PDAL/PDAL/commit/cec222c259cdeac56272a4ef13bf9f57f355f908
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M Vagrantfile
M plugins/geowave/io/GeoWaveReader.cpp
M plugins/geowave/io/GeoWaveWriter.cpp
A scripts/linux-install-scripts/geowave
A scripts/linux-install-scripts/geowave.sh
M scripts/linux-install-scripts/packages.sh
R scripts/linux-install-scripts/pdal.sh
A scripts/linux-install-scripts/pdal_clone.sh
A scripts/linux-install-scripts/pdal_install.sh
Log Message:
-----------
Merge pull request #776 from jwomeara/geowave-vagrant
Geowave vagrant
Commit: 5b4ca144db05825acb98bac47c038d4d890b2d99
https://github.com/PDAL/PDAL/commit/5b4ca144db05825acb98bac47c038d4d890b2d99
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
R include/pdal/Charbuf.hpp
R include/pdal/Extractor.hpp
R include/pdal/IStream.hpp
R include/pdal/Inserter.hpp
R include/pdal/OStream.hpp
A include/pdal/util/Charbuf.hpp
A include/pdal/util/Extractor.hpp
A include/pdal/util/IStream.hpp
A include/pdal/util/Inserter.hpp
A include/pdal/util/OStream.hpp
M io/bpf/BpfCompressor.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.hpp
M io/bpf/BpfWriter.cpp
M io/bpf/BpfWriter.hpp
M io/las/LasReader.cpp
M io/las/LasUtils.cpp
M io/las/LasWriter.cpp
M io/las/VariableLengthRecord.hpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.hpp
M plugins/sqlite/io/SQLiteWriter.cpp
M src/CMakeLists.txt
R src/Charbuf.cpp
M src/util/CMakeLists.txt
A src/util/Charbuf.cpp
M test/unit/CompressionTest.cpp
M tools/lasdump/Dumper.cpp
M tools/lasdump/Header.hpp
M tools/lasdump/Vlr.hpp
Log Message:
-----------
Merge pull request #780 from PDAL/move-to-util
move Charbuf, Extractor, Inserter, IStream, and OStream to util
Commit: ee8f52f3021ae6b838b9dfa0b38dd682b4eecebd
https://github.com/PDAL/PDAL/commit/ee8f52f3021ae6b838b9dfa0b38dd682b4eecebd
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
R include/pdal/StageRunner.hpp
M src/CMakeLists.txt
M src/Stage.cpp
A src/StageRunner.hpp
Log Message:
-----------
Merge pull request #779 from PDAL/StageRunner-is-private
StageRunner is local to Stage and does not need to be part of the public...
Commit: 0c4301020343bed6c96c0728e62ebfdf8fd2c07d
https://github.com/PDAL/PDAL/commit/0c4301020343bed6c96c0728e62ebfdf8fd2c07d
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M doc/compilation/dependencies.rst
Log Message:
-----------
PCL support needs PCL 1.7.2+, not pipeline branch anymore
Commit: 80558e8e838e1b4ebdc52beaaa6a9e1ecaca32dc
https://github.com/PDAL/PDAL/commit/80558e8e838e1b4ebdc52beaaa6a9e1ecaca32dc
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M include/pdal/util/Extractor.hpp
Log Message:
-----------
Add missing includes to Extractor.hpp
Commit: 063ba82f0b43f9ddd680aadfde6fe0ad49bac5a7
https://github.com/PDAL/PDAL/commit/063ba82f0b43f9ddd680aadfde6fe0ad49bac5a7
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
A include/pdal/util/Georeference.hpp
M src/CMakeLists.txt
A src/util/Georeference.cpp
M test/unit/CMakeLists.txt
A test/unit/GeoreferenceTest.cpp
Log Message:
-----------
Add georeference utility
This utility uses the LiDAR georeferencing equation to transform a scan
angle and a range measurement into XYZ coordinates using the WGS84
ellipsoid. Used primarily for mobile and airbore laser scanning.
The georeferencing code is contained in its own namespace, since some of
its names are pretty generic (Xyz, RotationMatrix) and we don't want to
pollute pdal::.
Commit: 68711bc3cbbf00128f172a8ae70cccdde7ef0e96
https://github.com/PDAL/PDAL/commit/68711bc3cbbf00128f172a8ae70cccdde7ef0e96
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M doc/stages/index.rst
A doc/stages/readers.optech.rst
M include/pdal/Drivers.hpp
M io/CMakeLists.txt
A io/optech/CMakeLists.txt
A io/optech/OptechCommon.hpp
A io/optech/OptechReader.cpp
A io/optech/OptechReader.hpp
A io/optech/OptechRotationMatrix.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/util/CMakeLists.txt
A test/data/optech/sample.csd
M test/unit/CMakeLists.txt
A test/unit/io/optech/OptechReaderTest.cpp
Log Message:
-----------
Add reader for Optech csd files
Optech provides ALS discrete-return data in Corrected Sensor Data files,
extension .csd. These files provide scan angle and range information
along with IMU data, boresight calibration values, and other sundry data
bits. The Optech reader does the georeferencing necessary to convert the
GNSS+IMU+SOCS data into latitudes, longitudes, and heights.
The Optech documentation states that the latitudes and longitudes are
provided in the wgs84 reference frame, so the spatial reference system
of the Optech reader is fixed at EPSG:4326.
Commit: 6d6b0f9ddf1d88bef6e8fc4bb69f1c59b03fde38
https://github.com/PDAL/PDAL/commit/6d6b0f9ddf1d88bef6e8fc4bb69f1c59b03fde38
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M doc/download.rst
Log Message:
-----------
point to PDAL RPM repo
Commit: cdfbf9ea216207a46ba43f3d24e146ec7aee38ed
https://github.com/PDAL/PDAL/commit/cdfbf9ea216207a46ba43f3d24e146ec7aee38ed
Author: Connor Manning <connor at hobu.co>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M .gitignore
M include/pdal/PointContext.hpp
M include/pdal/QuadIndex.hpp
M src/QuadIndex.cpp
Log Message:
-----------
Quad index interface changes.
Commit: 691ca128fa942db2bb787876892cfa9ea5c2d788
https://github.com/PDAL/PDAL/commit/691ca128fa942db2bb787876892cfa9ea5c2d788
Author: Connor Manning <connor at hobu.co>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M plugins/attribute/filters/AttributeFilter.cpp
Log Message:
-----------
Switch attribute filter to the changed QuadIndex interface.
Commit: 7a5ff020fb46f05e4fd0a44fcc98381bb2d5e67e
https://github.com/PDAL/PDAL/commit/7a5ff020fb46f05e4fd0a44fcc98381bb2d5e67e
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M doc/stages/index.rst
A doc/stages/readers.optech.rst
M include/pdal/Drivers.hpp
M include/pdal/util/Extractor.hpp
A include/pdal/util/Georeference.hpp
M io/CMakeLists.txt
A io/optech/CMakeLists.txt
A io/optech/OptechCommon.hpp
A io/optech/OptechReader.cpp
A io/optech/OptechReader.hpp
A io/optech/OptechRotationMatrix.hpp
M src/StageFactory.cpp
M src/util/CMakeLists.txt
A src/util/Georeference.cpp
A test/data/optech/sample.csd
M test/unit/CMakeLists.txt
A test/unit/GeoreferenceTest.cpp
A test/unit/io/optech/OptechReaderTest.cpp
Log Message:
-----------
Merge pull request #782 from gadomski/optech
Add reader for Optech (csd) files
Commit: 4f3ef6a9ed5041f54bb0739c82f313adc2b832b7
https://github.com/PDAL/PDAL/commit/4f3ef6a9ed5041f54bb0739c82f313adc2b832b7
Author: Connor Manning <connor at hobu.co>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M include/pdal/Compression.hpp
Log Message:
-----------
Include pdal_internal to ensure ifdef is valid. Constify input ptr.
Commit: bdb198cbf5819bfb5cfbe8489e501c4419467f80
https://github.com/PDAL/PDAL/commit/bdb198cbf5819bfb5cfbe8489e501c4419467f80
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M io/optech/OptechReader.hpp
Log Message:
-----------
PDAL_DLL the OptechReader
Whoops.
Commit: fea73d7de232a24b11c7595cd748a5dadb78c350
https://github.com/PDAL/PDAL/commit/fea73d7de232a24b11c7595cd748a5dadb78c350
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M include/pdal/Compression.hpp
Log Message:
-----------
Merge pull request #787 from PDAL/compression-updates
Compression updates.
Commit: 1e3970acb0a9dbf0563a3aea526946983f764543
https://github.com/PDAL/PDAL/commit/1e3970acb0a9dbf0563a3aea526946983f764543
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M .gitignore
M include/pdal/PointContext.hpp
M include/pdal/QuadIndex.hpp
M plugins/attribute/filters/AttributeFilter.cpp
M src/QuadIndex.cpp
Log Message:
-----------
Merge pull request #786 from PDAL/quad-tweak
Simplify quad index interface
Commit: 4610ad4d560c8e07ca4b69801f5f7d9532b5c322
https://github.com/PDAL/PDAL/commit/4610ad4d560c8e07ca4b69801f5f7d9532b5c322
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-06 (Fri, 06 Mar 2015)
Changed paths:
M io/las/LasReader.cpp
Log Message:
-----------
output dataformat_id as metadata for LAS reader
Commit: 4458b323bac9319c6c17b549c63f6cbce2a2b5a9
https://github.com/PDAL/PDAL/commit/4458b323bac9319c6c17b549c63f6cbce2a2b5a9
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-06 (Fri, 06 Mar 2015)
Changed paths:
M io/las/LasReader.cpp
Log Message:
-----------
Merge pull request #790 from PDAL/issues/789-dataformat_id-metadata-output
output dataformat_id as metadata for LAS reader
Commit: 0364161c5aaaf8500ebf804c1539260981987fee
https://github.com/PDAL/PDAL/commit/0364161c5aaaf8500ebf804c1539260981987fee
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M .gitignore
M Vagrantfile
M doc/compilation/dependencies.rst
M doc/download.rst
M doc/stages/index.rst
A doc/stages/readers.optech.rst
R include/pdal/Charbuf.hpp
M include/pdal/Compression.hpp
R include/pdal/Extractor.hpp
R include/pdal/IStream.hpp
R include/pdal/Inserter.hpp
R include/pdal/OStream.hpp
M include/pdal/PointContext.hpp
M include/pdal/QuadIndex.hpp
R include/pdal/StageRunner.hpp
A include/pdal/util/Charbuf.hpp
A include/pdal/util/Extractor.hpp
A include/pdal/util/Georeference.hpp
A include/pdal/util/IStream.hpp
A include/pdal/util/Inserter.hpp
A include/pdal/util/OStream.hpp
M io/CMakeLists.txt
M io/bpf/BpfCompressor.hpp
M io/bpf/BpfHeader.cpp
M io/bpf/BpfReader.hpp
M io/bpf/BpfWriter.cpp
M io/bpf/BpfWriter.hpp
M io/las/LasReader.cpp
M io/las/LasUtils.cpp
M io/las/LasWriter.cpp
M io/las/VariableLengthRecord.hpp
A io/optech/CMakeLists.txt
A io/optech/OptechCommon.hpp
A io/optech/OptechReader.cpp
A io/optech/OptechReader.hpp
A io/optech/OptechRotationMatrix.hpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.hpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/geowave/io/GeoWaveReader.cpp
M plugins/geowave/io/GeoWaveWriter.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
A scripts/linux-install-scripts/geowave
A scripts/linux-install-scripts/geowave.sh
M scripts/linux-install-scripts/packages.sh
R scripts/linux-install-scripts/pdal.sh
A scripts/linux-install-scripts/pdal_clone.sh
A scripts/linux-install-scripts/pdal_install.sh
M src/CMakeLists.txt
R src/Charbuf.cpp
M src/QuadIndex.cpp
M src/Stage.cpp
M src/StageFactory.cpp
A src/StageRunner.hpp
M src/util/CMakeLists.txt
A src/util/Charbuf.cpp
A src/util/Georeference.cpp
A test/data/optech/sample.csd
M test/unit/CMakeLists.txt
M test/unit/CompressionTest.cpp
A test/unit/GeoreferenceTest.cpp
A test/unit/io/optech/OptechReaderTest.cpp
M tools/lasdump/Dumper.cpp
M tools/lasdump/Header.hpp
M tools/lasdump/Vlr.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into plugin
Conflicts:
io/bpf/BpfReader.hpp
io/bpf/BpfWriter.cpp
io/bpf/BpfWriter.hpp
io/las/LasReader.cpp
io/sbet/SbetReader.hpp
io/sbet/SbetWriter.hpp
src/CMakeLists.txt
src/DynamicLibrary.h
src/Stage.cpp
src/StageFactory.cpp
Commit: e35c0046d47428d09317ad93e0c97f4e8bd53d45
https://github.com/PDAL/PDAL/commit/e35c0046d47428d09317ad93e0c97f4e8bd53d45
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M plugins/cpd/test/CpdKernelTest.cpp
Log Message:
-----------
Merge branch 'plugin-manager' of https://github.com/PDAL/PDAL into plugin
Compare: https://github.com/PDAL/PDAL/compare/15ad85fcbde3...e35c0046d474
More information about the pdal-commits
mailing list