[pdal-commits] [PDAL/PDAL] b7cde7: Rename all drivers.*.reader to readers.* and
GitHub
noreply at github.com
Mon Nov 24 12:32:14 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: b7cde7e1fb13f28db1de7797dbb31392db1f7dfc
https://github.com/PDAL/PDAL/commit/b7cde7e1fb13f28db1de7797dbb31392db1f7dfc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
M doc/apps.rst
M doc/compilation/dependencies.rst
M doc/metadata.rst
M doc/pipeline.rst
R doc/stages/drivers.nitf.reader.rst
R doc/stages/drivers.nitf.writer.rst
R doc/stages/drivers.oci.reader.rst
R doc/stages/drivers.oci.writer.rst
R doc/stages/drivers.p2g.writer.rst
R doc/stages/drivers.pcd.reader.rst
R doc/stages/drivers.pcd.writer.rst
R doc/stages/drivers.pclvisualizer.writer.rst
R doc/stages/drivers.pgpointcloud.reader.rst
R doc/stages/drivers.pgpointcloud.writer.rst
R doc/stages/drivers.rxp.reader.rst
M doc/stages/filters.attribute.rst
M doc/stages/filters.chipper.rst
M doc/stages/filters.colorization.rst
M doc/stages/filters.crop.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.ferry.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.predicate.rst
M doc/stages/filters.programmable.rst
M doc/stages/filters.reprojection.rst
M doc/stages/filters.sort.rst
M doc/stages/index.rst
M doc/stages/readers.buffer.rst
M doc/stages/readers.faux.rst
M doc/stages/readers.las.rst
A doc/stages/readers.nitf.rst
A doc/stages/readers.oci.rst
A doc/stages/readers.pcd.rst
A doc/stages/readers.pgpointcloud.rst
M doc/stages/readers.qfit.rst
A doc/stages/readers.rxp.rst
M doc/stages/readers.sbet.rst
A doc/stages/writers.nitf.rst
A doc/stages/writers.oci.rst
A doc/stages/writers.p2g.rst
A doc/stages/writers.pcd.rst
A doc/stages/writers.pclvisualizer.rst
A doc/stages/writers.pgpointcloud.rst
M doc/stages/writers.text.rst
M doc/tutorial/overview.rst
M doc/tutorial/pcl_block_tutorial.rst
M doc/tutorial/reading.rst
M doc/vagrant.rst
M plugins/greyhound/drivers/GreyhoundReader.hpp
M plugins/icebridge/drivers/IcebridgeReader.hpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M plugins/mrsid/drivers/MrsidReader.hpp
M plugins/nitf/drivers/NitfReader.hpp
M plugins/nitf/drivers/NitfWriter.hpp
M plugins/nitf/test/NitfReaderTest.cpp
M plugins/nitf/test/NitfWriterTest.cpp
M plugins/oci/drivers/OciReader.hpp
M plugins/oci/drivers/OciWriter.hpp
M plugins/oci/test/OCITest.cpp
M plugins/p2g/drivers/P2gWriter.hpp
M plugins/pcl/drivers/PCLVisualizer.hpp
M plugins/pcl/drivers/PcdReader.hpp
M plugins/pcl/drivers/PcdWriter.hpp
M plugins/pcl/kernel/Ground.hpp
M plugins/pgpointcloud/drivers/PgReader.hpp
M plugins/pgpointcloud/drivers/PgWriter.cpp
M plugins/pgpointcloud/drivers/PgWriter.hpp
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
M plugins/rxp/drivers/RxpReader.hpp
M plugins/rxp/test/RxpReaderTest.cpp
M plugins/sqlite/drivers/SQLiteReader.hpp
M plugins/sqlite/drivers/SQLiteWriter.hpp
M plugins/sqlite/test/SQLiteTest.cpp
M python/pdal/pipeline_xml.py
M python/pdal/test.py
M schemas/8-dimension-schema.xml
M scripts/vagrant/loadpgpointcloud.xml
M scripts/vagrant/readpgpointcloud.xml
M src/StageFactory.cpp
M src/kernel/Kernel.cpp
M test/data/bpf/bpf2nitf.xml
M test/data/drivers/p2g-writer.xml
M test/data/drivers/sqlite-reader.xml
M test/data/drivers/sqlite-writer.xml
M test/data/icebridge/pipeline.xml
M test/data/nitf/chipper.xml
M test/data/nitf/conversion.xml
M test/data/nitf/las2nitf.xml
M test/data/nitf/reader.xml
M test/data/nitf/write_laz.xml
M test/data/nitf/write_options.xml
M test/data/oracle/big-read.xml
M test/data/oracle/big-write.xml
M test/data/oracle/qfit-read.xml
M test/data/oracle/qfit-write.xml
M test/data/oracle/read-colorize.xml
M test/data/oracle/read.xml
M test/data/oracle/view-read.xml
M test/data/oracle/write.xml
M test/data/pipeline/pipeline_interpolate.xml
M test/data/soci/read-cloud.xml
M test/data/soci/read.xml
M test/data/soci/sthelens-write.xml
M test/data/soci/write-utm.xml
M test/data/soci/write.xml
M test/perf/chipper.xml
M test/perf/chipper_nocache.xml
Log Message:
-----------
Rename all drivers.*.reader to readers.* and
rename all drivers.*.writer to writers.*
Commit: a99437c9043eaaa2bdcc56a604d7c36d35cdccf4
https://github.com/PDAL/PDAL/commit/a99437c9043eaaa2bdcc56a604d7c36d35cdccf4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
M doc/stages/index.rst
M doc/stages/readers.buffer.rst
M plugins/pcl/drivers/PcdReader.hpp
Log Message:
-----------
Fix readers/readres typos
Commit: b1fc7a3f3fd4a89f2b929971552bcb728bf4cab7
https://github.com/PDAL/PDAL/commit/b1fc7a3f3fd4a89f2b929971552bcb728bf4cab7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
M apps/pdal.cpp
Log Message:
-----------
Fix mistaken touch of kernel names
Commit: a58d4703d73271476b081be4b435b84559242b9d
https://github.com/PDAL/PDAL/commit/a58d4703d73271476b081be4b435b84559242b9d
Author: chambbj <brad.chambers at gmail.com>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
M apps/pdal.cpp
M doc/apps.rst
M doc/compilation/dependencies.rst
M doc/metadata.rst
M doc/pipeline.rst
R doc/stages/drivers.nitf.reader.rst
R doc/stages/drivers.nitf.writer.rst
R doc/stages/drivers.oci.reader.rst
R doc/stages/drivers.oci.writer.rst
R doc/stages/drivers.p2g.writer.rst
R doc/stages/drivers.pcd.reader.rst
R doc/stages/drivers.pcd.writer.rst
R doc/stages/drivers.pclvisualizer.writer.rst
R doc/stages/drivers.pgpointcloud.reader.rst
R doc/stages/drivers.pgpointcloud.writer.rst
R doc/stages/drivers.rxp.reader.rst
M doc/stages/filters.attribute.rst
M doc/stages/filters.chipper.rst
M doc/stages/filters.colorization.rst
M doc/stages/filters.crop.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.ferry.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.predicate.rst
M doc/stages/filters.programmable.rst
M doc/stages/filters.reprojection.rst
M doc/stages/filters.sort.rst
M doc/stages/index.rst
M doc/stages/readers.buffer.rst
M doc/stages/readers.faux.rst
M doc/stages/readers.las.rst
A doc/stages/readers.nitf.rst
A doc/stages/readers.oci.rst
A doc/stages/readers.pcd.rst
A doc/stages/readers.pgpointcloud.rst
M doc/stages/readers.qfit.rst
A doc/stages/readers.rxp.rst
M doc/stages/readers.sbet.rst
A doc/stages/writers.nitf.rst
A doc/stages/writers.oci.rst
A doc/stages/writers.p2g.rst
A doc/stages/writers.pcd.rst
A doc/stages/writers.pclvisualizer.rst
A doc/stages/writers.pgpointcloud.rst
M doc/stages/writers.text.rst
M doc/tutorial/overview.rst
M doc/tutorial/pcl_block_tutorial.rst
M doc/tutorial/reading.rst
M doc/vagrant.rst
M plugins/greyhound/drivers/GreyhoundReader.hpp
M plugins/icebridge/drivers/IcebridgeReader.hpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M plugins/mrsid/drivers/MrsidReader.hpp
M plugins/nitf/drivers/NitfReader.hpp
M plugins/nitf/drivers/NitfWriter.hpp
M plugins/nitf/test/NitfReaderTest.cpp
M plugins/nitf/test/NitfWriterTest.cpp
M plugins/oci/drivers/OciReader.hpp
M plugins/oci/drivers/OciWriter.hpp
M plugins/oci/test/OCITest.cpp
M plugins/p2g/drivers/P2gWriter.hpp
M plugins/pcl/drivers/PCLVisualizer.hpp
M plugins/pcl/drivers/PcdReader.hpp
M plugins/pcl/drivers/PcdWriter.hpp
M plugins/pcl/kernel/Ground.hpp
M plugins/pgpointcloud/drivers/PgReader.hpp
M plugins/pgpointcloud/drivers/PgWriter.cpp
M plugins/pgpointcloud/drivers/PgWriter.hpp
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
M plugins/rxp/drivers/RxpReader.hpp
M plugins/rxp/test/RxpReaderTest.cpp
M plugins/sqlite/drivers/SQLiteReader.hpp
M plugins/sqlite/drivers/SQLiteWriter.hpp
M plugins/sqlite/test/SQLiteTest.cpp
M python/pdal/pipeline_xml.py
M python/pdal/test.py
M schemas/8-dimension-schema.xml
M scripts/vagrant/loadpgpointcloud.xml
M scripts/vagrant/readpgpointcloud.xml
M src/StageFactory.cpp
M src/kernel/Kernel.cpp
M test/data/bpf/bpf2nitf.xml
M test/data/drivers/p2g-writer.xml
M test/data/drivers/sqlite-reader.xml
M test/data/drivers/sqlite-writer.xml
M test/data/icebridge/pipeline.xml
M test/data/nitf/chipper.xml
M test/data/nitf/conversion.xml
M test/data/nitf/las2nitf.xml
M test/data/nitf/reader.xml
M test/data/nitf/write_laz.xml
M test/data/nitf/write_options.xml
M test/data/oracle/big-read.xml
M test/data/oracle/big-write.xml
M test/data/oracle/qfit-read.xml
M test/data/oracle/qfit-write.xml
M test/data/oracle/read-colorize.xml
M test/data/oracle/read.xml
M test/data/oracle/view-read.xml
M test/data/oracle/write.xml
M test/data/pipeline/pipeline_interpolate.xml
M test/data/soci/read-cloud.xml
M test/data/soci/read.xml
M test/data/soci/sthelens-write.xml
M test/data/soci/write-utm.xml
M test/data/soci/write.xml
M test/perf/chipper.xml
M test/perf/chipper_nocache.xml
Log Message:
-----------
Merge pull request #629 from pramsey/doc_filter_rename
Rename all drivers.*.reader to readers.* and more
Compare: https://github.com/PDAL/PDAL/compare/47db38c272dd...a58d4703d732
More information about the pdal-commits
mailing list