[pdal-commits] [PDAL/PDAL] 090f6f: XYZ isn't optional to calculateBounds
GitHub
noreply at github.com
Fri Apr 19 14:47:59 PDT 2013
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 090f6fa1870838fe23adaed5ccd8860859976762
https://github.com/PDAL/PDAL/commit/090f6fa1870838fe23adaed5ccd8860859976762
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M src/PointBuffer.cpp
Log Message:
-----------
XYZ isn't optional to calculateBounds
Commit: e68d001101fffc15381e8f1c9c2b5266627e8438
https://github.com/PDAL/PDAL/commit/e68d001101fffc15381e8f1c9c2b5266627e8438
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M include/pdal/Bounds.hpp
Log Message:
-----------
We can't toWKT 3D bounds, so you only get 2D. Add a toBox() method that creates a PostGIS-compatible BOX or BOX3D
Commit: f1a1ca80ae1dede79fbf1d4f2c96738dabd39fd6
https://github.com/PDAL/PDAL/commit/f1a1ca80ae1dede79fbf1d4f2c96738dabd39fd6
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M include/pdal/Bounds.hpp
M test/unit/BoundsTest.cpp
Log Message:
-----------
only ever output 2D WKT from Bounds
Commit: 413200ceae4f6893430c79da381901697df0f50f
https://github.com/PDAL/PDAL/commit/413200ceae4f6893430c79da381901697df0f50f
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M src/filters/InPlaceReprojection.cpp
Log Message:
-----------
try reprojecting with the old Z values if we failed with the current Z values
Commit: ff3ebccc6d7df512d823b1610ec46c952155b809
https://github.com/PDAL/PDAL/commit/ff3ebccc6d7df512d823b1610ec46c952155b809
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M include/pdal/Utils.hpp
Log Message:
-----------
add a binary_to_hex_stream method
Commit: 898e6d5f8b0c265826449c586a97b6822df879b4
https://github.com/PDAL/PDAL/commit/898e6d5f8b0c265826449c586a97b6822df879b4
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M include/pdal/drivers/soci/Writer.hpp
M include/pdal/drivers/soci/common.hpp
M src/drivers/soci/Writer.cpp
Log Message:
-----------
more soci writer stuff
Commit: 7e60854d4dea1606b9b7876704af381d79d43917
https://github.com/PDAL/PDAL/commit/7e60854d4dea1606b9b7876704af381d79d43917
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-04-19 (Fri, 19 Apr 2013)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
R apps/pshape/.gitignore
R apps/pshape/CMakeLists.txt
R apps/pshape/Draw.cpp
R apps/pshape/Draw.hpp
R apps/pshape/GridInfo.hpp
R apps/pshape/HexBin.cpp
R apps/pshape/HexBin.hpp
R apps/pshape/HexGrid.cpp
R apps/pshape/HexGrid.hpp
R apps/pshape/Hexagon.cpp
R apps/pshape/Hexagon.hpp
R apps/pshape/Mathpair.hpp
R apps/pshape/Path.cpp
R apps/pshape/Path.hpp
R apps/pshape/Processor.cpp
R apps/pshape/Processor.hpp
R apps/pshape/Segment.cpp
R apps/pshape/Segment.hpp
R apps/pshape/Tester.cpp
M boost/CMakeLists.txt
M boost/boost/utility/result_of.hpp
A cmake/modules/FindHexer.cmake
M cmake/modules/FindOracle.cmake
M hobu-config.sh
A hobu-windows.bat
M include/pdal/PointBuffer.hpp
M include/pdal/Utils.hpp
M include/pdal/XMLSchema.hpp
M include/pdal/drivers/oci/common.hpp
A include/pdal/filters/HexBin.hpp
M include/pdal/filters/Stats.hpp
M pdal_defines.h.in
M schemas/8-dimension-schema.xml
M src/CMakeLists.txt
M src/GDALUtils.cpp
M src/PointBuffer.cpp
M src/SpatialReference.cpp
M src/ThreadEnvironment.cpp
M src/Writer.cpp
M src/XMLSchema.cpp
M src/drivers/las/Header.cpp
M src/drivers/nitf/NitfFile.cpp
M src/drivers/oci/Writer.cpp
A src/filters/HexBin.cpp
A test/data/filters/crop_reproject.xml
A test/data/oracle/wake-hobu-environment.sh
A test/data/pipeline/chipper.xml
M test/unit/XMLSchemaTest.cpp
M test/unit/drivers/nitf/NitfWriterTest.cpp
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Compare: https://github.com/PDAL/PDAL/compare/c3767c2bad11...7e60854d4dea
More information about the pdal-commits
mailing list