[pdal-commits] [PDAL/PDAL] f2a436: doc updates for #207
GitHub
noreply at github.com
Wed Jan 1 08:05:56 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: f2a436861daf3363d2e76b5374174f5d33eee3cc
https://github.com/PDAL/PDAL/commit/f2a436861daf3363d2e76b5374174f5d33eee3cc
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-11-15 (Fri, 15 Nov 2013)
Changed paths:
M doc/_static/sphinx.css
M doc/compilation/dependencies.txt
M doc/compilation/unix.txt
R doc/development/bindings.txt
R doc/development/coreclasses.txt
M doc/development/docs.txt
R doc/development/future.txt
M doc/development/index.txt
R doc/development/io.txt
R doc/development/options.txt
R doc/development/pipeline.txt
R doc/development/projectmanagement.txt
R doc/development/source.txt
R doc/development/stages.txt
M doc/development/testing.txt
M doc/docs.txt
M doc/download.txt
R doc/pipeline/drivers.csar.reader.txt
R doc/pipeline/drivers.csardb.reader.txt
R doc/pipeline/drivers.faux.reader.txt
R doc/pipeline/drivers.faux.writer.txt
R doc/pipeline/drivers.las.reader.txt
R doc/pipeline/drivers.las.writer.txt
R doc/pipeline/drivers.nitf.reader.txt
R doc/pipeline/drivers.nitf.writer.txt
R doc/pipeline/drivers.oci.reader.txt
R doc/pipeline/drivers.oci.writer.txt
R doc/pipeline/drivers.p2g.writer.txt
R doc/pipeline/drivers.pgpointcloud.reader.txt
R doc/pipeline/drivers.pgpointcloud.writer.txt
R doc/pipeline/drivers.qfit.reader.txt
R doc/pipeline/drivers.text.writer.txt
R doc/pipeline/filters.byteswap.txt
R doc/pipeline/filters.cache.txt
R doc/pipeline/filters.chipper.img1.png
R doc/pipeline/filters.chipper.img2.png
R doc/pipeline/filters.chipper.txt
R doc/pipeline/filters.color.txt
R doc/pipeline/filters.colorization.img1.jpg
R doc/pipeline/filters.colorization.txt
R doc/pipeline/filters.crop.txt
R doc/pipeline/filters.decimation.txt
R doc/pipeline/filters.hexbin.img1.jpg
R doc/pipeline/filters.hexbin.txt
R doc/pipeline/filters.inplacereprojection.txt
R doc/pipeline/filters.predicate.txt
R doc/pipeline/filters.programmable.txt
R doc/pipeline/filters.scaling.txt
R doc/pipeline/filters.selector.txt
R doc/pipeline/index.txt
A doc/stages/drivers.csar.reader.txt
A doc/stages/drivers.csardb.reader.txt
A doc/stages/drivers.faux.reader.txt
A doc/stages/drivers.faux.writer.txt
A doc/stages/drivers.las.reader.txt
A doc/stages/drivers.las.writer.txt
A doc/stages/drivers.nitf.reader.txt
A doc/stages/drivers.nitf.writer.txt
A doc/stages/drivers.oci.reader.txt
A doc/stages/drivers.oci.writer.txt
A doc/stages/drivers.p2g.writer.txt
A doc/stages/drivers.pgpointcloud.reader.txt
A doc/stages/drivers.pgpointcloud.writer.txt
A doc/stages/drivers.qfit.reader.txt
A doc/stages/drivers.text.writer.txt
A doc/stages/filters.byteswap.txt
A doc/stages/filters.cache.txt
A doc/stages/filters.chipper.img1.png
A doc/stages/filters.chipper.img2.png
A doc/stages/filters.chipper.txt
A doc/stages/filters.color.txt
A doc/stages/filters.colorization.img1.jpg
A doc/stages/filters.colorization.txt
A doc/stages/filters.crop.txt
A doc/stages/filters.decimation.txt
A doc/stages/filters.hexbin.img1.jpg
A doc/stages/filters.hexbin.txt
A doc/stages/filters.inplacereprojection.txt
A doc/stages/filters.predicate.txt
A doc/stages/filters.programmable.txt
A doc/stages/filters.scaling.txt
A doc/stages/filters.selector.txt
A doc/stages/index.txt
Log Message:
-----------
doc updates for #207
Commit: ec992b95c0de62208b91ea4d083f6eba206d520e
https://github.com/PDAL/PDAL/commit/ec992b95c0de62208b91ea4d083f6eba206d520e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-11-18 (Mon, 18 Nov 2013)
Changed paths:
M doc/compilation/dependencies.txt
Log Message:
-----------
add laszip note to dependencies
Commit: 566b93be874ae2760e4b6b9b114b6c4290ea4360
https://github.com/PDAL/PDAL/commit/566b93be874ae2760e4b6b9b114b6c4290ea4360
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M AUTHORS.txt
M CMakeLists.txt
M Vagrantfile
M apps/pdal-config.in
M boost/boost/property_tree/detail/json_parser_write.hpp
M boost/boost/test/unit_test.hpp
A cmake/modules/FindMsgPack.cmake
M doc/Makefile
M doc/conf.py
M include/pdal/Dimension.hpp
M include/pdal/GDALUtils.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/Schema.hpp
M include/pdal/ThreadEnvironment.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/drivers/oci/Writer.hpp
M include/pdal/drivers/oci/oci_wrapper.h
M include/pdal/drivers/pgpointcloud/Writer.hpp
M include/pdal/drivers/pgpointcloud/common.hpp
M include/pdal/filters/Chipper.hpp
M include/pdal/filters/Colorization.hpp
M include/pdal/filters/InPlaceReprojection.hpp
M include/pdal/filters/Stats.hpp
M include/pdal/kernel/Info.hpp
M pdal_defines.h.in
M schemas/8-dimension-schema.xml
M schemas/LAS.xsd
A scripts/vagrant/datum.sh
M scripts/vagrant/pdal.sh
M scripts/vagrant/pgpointcloud.sh
M src/CMakeLists.txt
M src/PointBuffer.cpp
M src/Schema.cpp
M src/XMLSchema.cpp
M src/drivers/las/GeotiffSupport.hpp
M src/drivers/las/Writer.cpp
M src/drivers/nitf/Writer.cpp
M src/drivers/oci/Reader.cpp
M src/drivers/oci/Writer.cpp
M src/drivers/oci/oci_wrapper.cpp
M src/drivers/pgpointcloud/Reader.cpp
M src/drivers/pgpointcloud/Writer.cpp
M src/drivers/sqlite/Writer.cpp
M src/filters/ByteSwap.cpp
M src/filters/Chipper.cpp
M src/filters/Crop.cpp
M src/filters/InPlaceReprojection.cpp
M src/filters/Reprojection.cpp
M src/filters/Scaling.cpp
M src/filters/Stats.cpp
M src/kernel/Info.cpp
M test/data/oracle/cleanup.sql
M test/data/oracle/read.xml
M test/data/oracle/write.xml
M test/unit/PointBufferTest.cpp
M test/unit/SchemaTest.cpp
M test/unit/XMLSchemaTest.cpp
M test/unit/apps/pcinfoTest.cpp
M test/unit/drivers/nitf/NitfWriterTest.cpp
M test/unit/drivers/sqlite/Writer.cpp
M test/unit/filters/ChipperTest.cpp
M test/unit/filters/InPlaceReprojectionFilterTest.cpp
M test/unit/filters/StatsFilterTest.cpp
Log Message:
-----------
Merge branch 'master' into issues/207-1.0.0-doc-updates
Compare: https://github.com/PDAL/PDAL/compare/f544e769d1cf...566b93be874a
More information about the pdal-commits
mailing list