[pdal-commits] [PDAL/PDAL] 5ba8ee: increment version to 1.1.0 in preparation for rele...
GitHub
noreply at github.com
Thu Dec 3 09:24:15 PST 2015
Branch: refs/heads/stream
Home: https://github.com/PDAL/PDAL
Commit: 5ba8ee566c5c4faf5285768ed4567668888b223a
https://github.com/PDAL/PDAL/commit/5ba8ee566c5c4faf5285768ed4567668888b223a
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M CMakeLists.txt
A ChangeLog
Log Message:
-----------
increment version to 1.1.0 in preparation for release
Commit: 64ca760752ef6433aae559d9e724aa8634a13128
https://github.com/PDAL/PDAL/commit/64ca760752ef6433aae559d9e724aa8634a13128
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M CMakeLists.txt
M doc/download.rst
Log Message:
-----------
update to 1.1.0 release
Commit: b3bb49e5fed34aaaa7df81aba28ef49cceab861a
https://github.com/PDAL/PDAL/commit/b3bb49e5fed34aaaa7df81aba28ef49cceab861a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
A RELEASENOTES.txt
Log Message:
-----------
Add 1.1.0 release notes.
Commit: 625ba027af6c521a2be5608da14543a35b9e715c
https://github.com/PDAL/PDAL/commit/625ba027af6c521a2be5608da14543a35b9e715c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M RELEASENOTES.txt
Log Message:
-----------
Add links to release notes.
Commit: 572c53f384f9a008aa22b409add7289f6d965394
https://github.com/PDAL/PDAL/commit/572c53f384f9a008aa22b409add7289f6d965394
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-28 (Sat, 28 Nov 2015)
Changed paths:
M doc/download.rst
Log Message:
-----------
point to release notes in download page
Commit: a979afebe9b8ddc23f65743c62916d9976add462
https://github.com/PDAL/PDAL/commit/a979afebe9b8ddc23f65743c62916d9976add462
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-29 (Sun, 29 Nov 2015)
Changed paths:
M include/pdal/Geometry.hpp
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
Add the ability to set output WKT precision on the smoothed
geometry using GEOSWKTWriter_setRoundingPrecision_r. It is
only available in GEOS 3.3+.
Commit: 84a09151ecc868e79e2f6350749a25804b62e286
https://github.com/PDAL/PDAL/commit/84a09151ecc868e79e2f6350749a25804b62e286
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-29 (Sun, 29 Nov 2015)
Changed paths:
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
fetch edge_size and density from HexGrid
Commit: 386fdeccaaa65534559115398f6cf75db59a127c
https://github.com/PDAL/PDAL/commit/386fdeccaaa65534559115398f6cf75db59a127c
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-29 (Sun, 29 Nov 2015)
Changed paths:
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
output computed estimated_edge in addition to the edge_length that was set
Commit: 54054304d0f9d8dda083b1ee62bfd029947aaf3d
https://github.com/PDAL/PDAL/commit/54054304d0f9d8dda083b1ee62bfd029947aaf3d
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-30 (Mon, 30 Nov 2015)
Changed paths:
M kernels/tindex/TIndexKernel.cpp
Log Message:
-----------
use smoothed_boundary metadata, and flip the option so it can be correctly set
Commit: 59ecfc18c89643f23a58f583ac2d2112a18595aa
https://github.com/PDAL/PDAL/commit/59ecfc18c89643f23a58f583ac2d2112a18595aa
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-30 (Mon, 30 Nov 2015)
Changed paths:
M include/pdal/Geometry.hpp
Log Message:
-----------
cull interior rings that are less than 6*tolerance*tolerance for simplified geometry
Commit: 291b8b09b6c1ee449138b1d41aa32513f65bdd92
https://github.com/PDAL/PDAL/commit/291b8b09b6c1ee449138b1d41aa32513f65bdd92
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Changed paths:
M include/pdal/Geometry.hpp
Log Message:
-----------
fetch correct ring count when smoothing polygon
Commit: edc2d67a97595fad61f0e63eb8e7ca1877c17eb7
https://github.com/PDAL/PDAL/commit/edc2d67a97595fad61f0e63eb8e7ca1877c17eb7
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Changed paths:
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
only output hex'ified boundary when requested -- otherwise default to simplified boundary
Commit: 4139f120e7b91937f30adb53b8ccbaa9924ccdd3
https://github.com/PDAL/PDAL/commit/4139f120e7b91937f30adb53b8ccbaa9924ccdd3
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Changed paths:
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
Log Message:
-----------
no need for smooth boundary option on tindex kernel anymore
Commit: 2b9cf8aa855a5cf3dfecc07757aba033f808ae16
https://github.com/PDAL/PDAL/commit/2b9cf8aa855a5cf3dfecc07757aba033f808ae16
Author: Howard Butler <howard at hobu.co>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M .travis.yml
A doc/docker.rst
M doc/index.rst
M scripts/ci/before_install.sh
M scripts/ci/common.sh
M scripts/ci/script.sh
A scripts/docker/Dockerfile
A scripts/docker/dependencies/Dockerfile
A scripts/docker/packaging/Dockerfile
Log Message:
-----------
Docker-based Travis build. Docker is now used to provide Travis
dependencies. See https://hub.docker.com/r/pdal/dependencies/ for
the dependencies image. The Dockerfile to rebuild the configuration
is at ./scripts/docker/dependencies
Commit: 7b12ccf183ce11c46e962b727a5e705d3eb2305a
https://github.com/PDAL/PDAL/commit/7b12ccf183ce11c46e962b727a5e705d3eb2305a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M include/pdal/util/Bounds.hpp
M io/ilvis2/Ilvis2Reader.cpp
M io/ilvis2/Ilvis2Reader.hpp
M io/tindex/TIndexReader.cpp
M io/tindex/TIndexReader.hpp
M plugins/pgpointcloud/io/PgReader.cpp
Log Message:
-----------
Make sure we set a stage's spatial reference in the prepare() step.
Commit: c85b6b3b2ade1ec182aa105e6111e72bde27c202
https://github.com/PDAL/PDAL/commit/c85b6b3b2ade1ec182aa105e6111e72bde27c202
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M .travis.yml
A doc/docker.rst
M doc/download.rst
M doc/index.rst
M include/pdal/Geometry.hpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M plugins/hexbin/filters/HexBin.cpp
M scripts/ci/before_install.sh
M scripts/ci/common.sh
M scripts/ci/script.sh
A scripts/docker/Dockerfile
A scripts/docker/dependencies/Dockerfile
A scripts/docker/packaging/Dockerfile
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 133137aa520088c75132298fcd132915fbf12a55
https://github.com/PDAL/PDAL/commit/133137aa520088c75132298fcd132915fbf12a55
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M .travis.yml
M CMakeLists.txt
A ChangeLog
A RELEASENOTES.txt
A doc/docker.rst
M doc/download.rst
M doc/index.rst
M include/pdal/Geometry.hpp
M include/pdal/util/Bounds.hpp
M io/ilvis2/Ilvis2Reader.cpp
M io/ilvis2/Ilvis2Reader.hpp
M io/tindex/TIndexReader.cpp
M io/tindex/TIndexReader.hpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M scripts/ci/before_install.sh
M scripts/ci/common.sh
M scripts/ci/script.sh
A scripts/docker/Dockerfile
A scripts/docker/dependencies/Dockerfile
A scripts/docker/packaging/Dockerfile
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into stream
Commit: 781b6ad5761253433b4b9cf848452ca6d3f59d20
https://github.com/PDAL/PDAL/commit/781b6ad5761253433b4b9cf848452ca6d3f59d20
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M include/pdal/FlexWriter.hpp
M include/pdal/PointRef.hpp
M include/pdal/PointTable.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M src/Stage.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Make LAS writer work with streaming.
Commit: 305dec964bcdd6add22b63313e070ffd818cc309
https://github.com/PDAL/PDAL/commit/305dec964bcdd6add22b63313e070ffd818cc309
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-12-03 (Thu, 03 Dec 2015)
Changed paths:
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
Log Message:
-----------
Only allocate a single buffer for writing LAS data in streaming mode.
Consolidate LAS writer code for streaming and non-streaming modes.
Compare: https://github.com/PDAL/PDAL/compare/bde12d7bc1c1...305dec964bcd
More information about the pdal-commits
mailing list