[pdal-commits] [PDAL/PDAL] a0b8c2: Updates for Streamable.

GitHub noreply at github.com
Wed Feb 14 09:23:45 PST 2018


  Branch: refs/heads/streamable
  Home:   https://github.com/PDAL/PDAL
  Commit: a0b8c2ccd10f661777b2b2e26c753554c84e87aa
      https://github.com/PDAL/PDAL/commit/a0b8c2ccd10f661777b2b2e26c753554c84e87aa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-19 (Fri, 19 Jan 2018)

  Changed paths:
    M pdal/Filter.hpp
    M pdal/Reader.hpp
    M pdal/Stage.hpp
    A pdal/Streamable.cpp
    A pdal/Streamable.hpp
    M pdal/Writer.hpp

  Log Message:
  -----------
  Updates for Streamable.


  Commit: 8ff2f1ef6e3af2834125c413f916b3131e21861f
      https://github.com/PDAL/PDAL/commit/8ff2f1ef6e3af2834125c413f916b3131e21861f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M apps/pdal.cpp
    M cmake/examples/hobu-config.sh
    M cmake/win32_compiler_options.cmake
    R doc/development/alpine.rst
    A doc/project/alpine.rst
    M doc/project/contributors.rst
    M doc/project/docker.rst
    A doc/project/index.rst
    M doc/stages/filters.cluster.rst
    A doc/stages/filters.mortonorder.img1.png
    M doc/stages/filters.mortonorder.rst
    M doc/stages/filters.python.rst
    M doc/stages/readers.greyhound.rst
    M doc/stages/readers.text.rst
    A doc/stages/writers.greyhound.rst
    M doc/tutorial/index.rst
    M doc/tutorial/pcl_spec.rst
    M examples/CMakeLists.txt
    M examples/writing-kernel/MyKernel.hpp
    M filters/FerryFilter.cpp
    M filters/MortonOrderFilter.cpp
    M filters/MortonOrderFilter.hpp
    M filters/private/pnp/GridPnp.hpp
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/Ilvis2Reader.cpp
    M io/Ilvis2Reader.hpp
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/OGRWriterV1.cpp
    M io/PlyReader.cpp
    M io/QfitReader.cpp
    M io/TIndexReader.cpp
    M io/TIndexReader.hpp
    M io/TextReader.cpp
    M io/TextReader.hpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.hpp
    M kernels/HausdorffKernel.cpp
    M kernels/InfoKernel.cpp
    M kernels/InfoKernel.hpp
    M kernels/PipelineKernel.hpp
    M kernels/RandomKernel.hpp
    M kernels/SortKernel.hpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M kernels/TranslateKernel.hpp
    M pdal/DbWriter.cpp
    M pdal/DimUtil.hpp
    M pdal/Dimension.json
    M pdal/GDALUtils.cpp
    M pdal/GEOSUtils.cpp
    M pdal/Mesh.hpp
    M pdal/PDALUtils.cpp
    M pdal/PDALUtils.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/PluginManager.cpp
    M pdal/PluginManager.hpp
    M pdal/PointView.hpp
    R pdal/PyArray.hpp
    M pdal/SpatialReference.cpp
    M pdal/StageFactory.cpp
    M pdal/Writer.cpp
    M pdal/XMLSchema.hpp
    M pdal/compression/Compression.hpp
    A pdal/compression/DeflateCompression.cpp
    M pdal/compression/DeflateCompression.hpp
    A pdal/compression/LazPerfCompression.cpp
    M pdal/compression/LazPerfCompression.hpp
    A pdal/compression/LazPerfVlrCompression.cpp
    A pdal/compression/LazPerfVlrCompression.hpp
    A pdal/compression/LzmaCompression.cpp
    M pdal/compression/LzmaCompression.hpp
    A pdal/compression/ZstdCompression.cpp
    M pdal/compression/ZstdCompression.hpp
    M pdal/pdal_config.cpp
    M pdal/pdal_config.hpp
    M pdal/pdal_export.hpp
    M pdal/pdal_internal.hpp
    M pdal/pdal_macros.hpp
    M pdal/plugin.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Uuid.hpp
    R pdal_defines.h.in
    A pdal_features.hpp.in
    M plugins/greyhound/CMakeLists.txt
    A plugins/greyhound/io/GreyhoundCommon.cpp
    A plugins/greyhound/io/GreyhoundCommon.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    A plugins/greyhound/io/GreyhoundWriter.cpp
    A plugins/greyhound/io/GreyhoundWriter.hpp
    M plugins/greyhound/io/bounds.cpp
    M plugins/greyhound/io/bounds.hpp
    M plugins/greyhound/io/point.hpp
    M plugins/greyhound/test/GreyhoundReaderTest.cpp
    M plugins/hexbin/kernel/DensityKernel.cpp
    M plugins/hexbin/test/HexbinFilterTest.cpp
    M plugins/mrsid/test/MrsidTest.cpp
    M plugins/nitf/io/MetadataReader.cpp
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFileReader.hpp
    M plugins/nitf/io/NitfFileWriter.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/oci/io/OciReader.cpp
    M plugins/oci/io/OciWrapper.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/pcl/kernel/PCLKernel.hpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.hpp
    M plugins/python/plang/Environment.cpp
    M plugins/python/plang/Invocation.cpp
    M plugins/python/plang/Redirector.cpp
    M plugins/python/plang/Redirector.hpp
    M plugins/python/plang/Script.cpp
    M plugins/python/test/PythonFilterTest.cpp
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M plugins/sqlite/test/SQLiteTest.cpp
    A python/PKG-INFO
    M python/VERSION.txt
    A python/pdal/PyArray.hpp
    M python/pdal/PyPipeline.cpp
    M python/pdal/PyPipeline.hpp
    M python/pdal/libpdalpython.pyx
    A python/setup.cfg
    M python/setup.py
    M scripts/ci/script.sh
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    M scripts/docker/1.6-maintenance/alpine/Dockerfile
    M scripts/docker/Dockerfile
    M scripts/docker/master/alpine/Dockerfile
    A test/data/text/missingheader.txt
    M test/unit/CMakeLists.txt
    R test/unit/CompressionTest.cpp
    M test/unit/ConfigTest.cpp
    A test/unit/DeflateTest.cpp
    A test/unit/LazPerfTest.cpp
    A test/unit/LzmaTest.cpp
    M test/unit/PluginManagerTest.cpp
    M test/unit/SegmentationTest.cpp
    M test/unit/StageFactoryTest.cpp
    M test/unit/UtilsTest.cpp
    A test/unit/ZstdTest.cpp
    M test/unit/apps/TIndexTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    A test/unit/filters/MortonOrderTest.cpp
    M test/unit/io/LasReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Merge branch 'plugin' into streamable


  Commit: e022bc1d34501c4e7548231e27838ce3c3cc4f9a
      https://github.com/PDAL/PDAL/commit/e022bc1d34501c4e7548231e27838ce3c3cc4f9a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Log Message:
  -----------
  Merge branch 'master' into streamable


Compare: https://github.com/PDAL/PDAL/compare/a0b8c2ccd10f^...e022bc1d3450


More information about the pdal-commits mailing list