[pdal-commits] [PDAL/PDAL] 208ba5: Add a splatted query with custom bounds/resolution...

GitHub noreply at github.com
Tue Sep 30 09:03:32 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 208ba56aabf160c55c06381fe3486e61b5450ea1
      https://github.com/PDAL/PDAL/commit/208ba56aabf160c55c06381fe3486e61b5450ea1
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

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

  Log Message:
  -----------
  Add a splatted query with custom bounds/resolution.


  Commit: d5c4a5d6f49281acd615ac5ec7e19ba7bbf96c81
      https://github.com/PDAL/PDAL/commit/d5c4a5d6f49281acd615ac5ec7e19ba7bbf96c81
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

  Changed paths:
    M doc/stages/drivers.nitf.reader.rst
    R doc/stages/filters.color.rst
    A doc/stages/filters.ferry.rst
    A doc/stages/filters.reprojection.rst
    M doc/stages/index.rst
    M doc/tutorial/writing.rst
    M include/pdal/Bounds.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    R include/pdal/Range.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/Stage.hpp
    R include/pdal/Vector.hpp
    A include/pdal/drivers/buffer/BufferReader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/filters/Crop.hpp
    A include/pdal/filters/Ferry.hpp
    M include/pdal/filters/Reprojection.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M include/pdal/pdal.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    M src/Metadata.cpp
    M src/PointBuffer.cpp
    R src/Range.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    R src/Vector.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/greyhound/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Chipper.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    A src/filters/Ferry.cpp
    M src/filters/PCLBlock.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    A test/data/filters/ferry.xml
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferTest.cpp
    R test/unit/RangeTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp
    A test/unit/drivers/buffer/BufferTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    A test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

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


  Commit: e29c913c2d7d4ab407f5bc66fb089707627a558f
      https://github.com/PDAL/PDAL/commit/e29c913c2d7d4ab407f5bc66fb089707627a558f
  Author: Connor Manning <connormanning at users.noreply.github.com>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

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

  Log Message:
  -----------
  Merge pull request #501 from PDAL/genericRaster

QuadIndex query for a generic BBox/resolution raster.


Compare: https://github.com/PDAL/PDAL/compare/c9c4103975ad...e29c913c2d7d


More information about the pdal-commits mailing list