[pdal-commits] [PDAL/PDAL] eb5b3d: PointBuffer/Schema orientation #209. A PointBuffe...
GitHub
noreply at github.com
Fri Nov 22 16:59:53 PST 2013
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: eb5b3d615e99fb2a4e3cd43027ce7f50c25b5743
https://github.com/PDAL/PDAL/commit/eb5b3d615e99fb2a4e3cd43027ce7f50c25b5743
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)
Changed paths:
M include/pdal/PointBuffer.hpp
M include/pdal/Schema.hpp
M schemas/8-dimension-schema.xml
M schemas/LAS.xsd
M src/PointBuffer.cpp
M src/Schema.cpp
M src/XMLSchema.cpp
M src/drivers/nitf/Writer.cpp
M src/drivers/oci/Writer.cpp
M src/filters/Scaling.cpp
M test/unit/PointBufferTest.cpp
M test/unit/SchemaTest.cpp
M test/unit/XMLSchemaTest.cpp
Log Message:
-----------
PointBuffer/Schema orientation #209. A PointBuffer may be
POINT_INTERLEAVED or DIMENSION_INTERLEAVED with the default being
POINT_INTERLEAVED.
More information about the pdal-commits
mailing list