[pdal-commits] [PDAL/PDAL] d8b779: Fix logic for reading raster bands.

GitHub noreply at github.com
Thu Feb 11 18:40:35 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: d8b7790ea501e769b1cda78a3b4eb544f5522dcb
      https://github.com/PDAL/PDAL/commit/d8b7790ea501e769b1cda78a3b4eb544f5522dcb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M include/pdal/GDALUtils.hpp
    M src/GDALUtils.cpp

  Log Message:
  -----------
  Fix logic for reading raster bands.


  Commit: 83db43e04cee1bdd1ebf968b6700b6776da91c2b
      https://github.com/PDAL/PDAL/commit/83db43e04cee1bdd1ebf968b6700b6776da91c2b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-11 (Thu, 11 Feb 2016)

  Changed paths:
    M doc/api/cpp/index.rst
    A doc/api/cpp/programargs.rst
    M doc/compilation/python.rst
    M doc/stages/filters.height.rst
    A doc/stages/readers.text.rst
    M filters/stats/StatsFilter.cpp
    M filters/stats/StatsFilter.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PipelineManager.hpp
    R include/pdal/PipelineReader.hpp
    M include/pdal/PointTable.hpp
    M include/pdal/Polygon.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/util/Algorithm.hpp
    M include/pdal/util/Bounds.hpp
    M io/derivative/DerivativeWriter.cpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M io/text/CMakeLists.txt
    A io/text/TextReader.cpp
    A io/text/TextReader.hpp
    M kernels/info/InfoKernel.cpp
    M kernels/pipeline/PipelineKernel.cpp
    M kernels/pipeline/PipelineKernel.hpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp
    M plugins/mrsid/test/MrsidTest.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/pcl/filters/HeightFilter.cpp
    M plugins/pcl/filters/HeightFilter.hpp
    M plugins/pcl/test/PCLBlockFilterTest.cpp
    M plugins/pgpointcloud/io/PgWriter.cpp
    M plugins/python/test/PredicateFilterTest.cpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    M python/pdal/Pipeline.cpp
    M python/pdal/Pipeline.hpp
    M src/CMakeLists.txt
    M src/GEOSUtils.cpp
    M src/KernelSupport.cpp
    A src/Metadata.cpp
    M src/PipelineManager.cpp
    M src/PipelineReader.cpp
    A src/PipelineReader.hpp
    M src/Polygon.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    A test/data/text/utm17_1.txt
    A test/data/text/utm17_2.txt
    A test/data/text/utm17_3.txt
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/MetadataTest.cpp
    M test/unit/PolygonTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/SortFilterTest.cpp
    M test/unit/io/bpf/BPFTest.cpp
    M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp
    M test/unit/io/ilvis2/Ilvis2ReaderWithMDReaderTest.cpp
    M test/unit/io/sbet/SbetReaderTest.cpp
    A test/unit/io/text/TextReaderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/PDAL/PDAL/compare/81c55937ed4e...83db43e04cee


More information about the pdal-commits mailing list