[pdal-commits] [PDAL/PDAL] 87cae1: Add partial and not fully tested support for raste...

GitHub noreply at github.com
Mon Sep 22 12:35:28 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 87cae19a4e2888c6125cacfc1b2c354cd39e4aab
      https://github.com/PDAL/PDAL/commit/87cae19a4e2888c6125cacfc1b2c354cd39e4aab
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-11 (Thu, 11 Sep 2014)

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

  Log Message:
  -----------
  Add partial and not fully tested support for raster indexing from the QuadIndex.


  Commit: 6876b7362068de56057a7963683ab9247cd67f6d
      https://github.com/PDAL/PDAL/commit/6876b7362068de56057a7963683ab9247cd67f6d
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-19 (Fri, 19 Sep 2014)

  Changed paths:
    M .travis.yml
    M apps/pdal.cpp
    M cmake/examples/hobu-config.sh
    M doc/apps.rst
    M doc/community.rst
    M doc/compilation/dependencies.rst
    M doc/stages/drivers.faux.reader.rst
    M doc/stages/drivers.pgpointcloud.writer.rst
    R doc/stages/filters.byteswap.rst
    R doc/stages/filters.cache.rst
    R doc/stages/filters.inplacereprojection.rst
    M doc/stages/filters.programmable.rst
    R doc/stages/filters.scaling.rst
    R doc/stages/filters.selector.rst
    M doc/stages/index.rst
    M doc/tutorial/overview.rst
    A doc/tutorial/pipeline.png
    M doc/vagrant.rst
    M include/pdal/Dimension.hpp
    M include/pdal/Kernel.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PipelineManager.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/PointContext.hpp
    M include/pdal/RawPtBuf.hpp
    M include/pdal/Stage.hpp
    M include/pdal/Utils.hpp
    M include/pdal/drivers/bpf/BpfHeader.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/drivers/oci/OciReader.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/oci/common.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/pcd/Reader.hpp
    M include/pdal/drivers/pcd/Writer.hpp
    M include/pdal/drivers/pgpointcloud/PgReader.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    M include/pdal/drivers/sbet/Writer.hpp
    M include/pdal/drivers/sqlite/SQLiteCommon.hpp
    M include/pdal/drivers/sqlite/SQLiteReader.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/drivers/text/Writer.hpp
    M include/pdal/filters/Decimation.hpp
    M include/pdal/filters/PCLBlock.hpp
    M include/pdal/filters/Programmable.hpp
    M include/pdal/kernel/Application.hpp
    A include/pdal/kernel/Ground.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Kernel.hpp
    A include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M include/pdal/pdal_config.hpp
    A include/stubs/pcl/filters/voxel_grid.h
    A include/stubs/pcl/pcl_config.h
    M include/stubs/pcl/pipeline/pipeline.h
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    M src/Metadata.cpp
    M src/PipelineWriter.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/Utils.cpp
    M src/drivers/bpf/BpfHeader.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/caris/CloudReader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/greyhound/Reader.cpp
    M src/drivers/icebridge/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/oci/common.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Reader.cpp
    M src/drivers/pgpointcloud/PgReader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/sbet/Reader.cpp
    M src/drivers/sbet/Writer.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/drivers/text/Writer.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M src/filters/Programmable.cpp
    M src/kernel/Application.cpp
    M src/kernel/Delta.cpp
    A src/kernel/Ground.cpp
    M src/kernel/Info.cpp
    M src/kernel/PCL.cpp
    A src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    M src/pdal_config.cpp
    R test/data/1.0_0.las
    R test/data/1.0_0_nosrs.las
    R test/data/1.0_1.las
    R test/data/1.0_1_nosrs.las
    R test/data/1.1_0.las
    R test/data/1.1_0_nosrs.las
    R test/data/1.1_1.las
    R test/data/1.1_1_nosrs.las
    R test/data/1.2-no-points.las
    R test/data/1.2-with-color-clipped.las
    R test/data/1.2-with-color.las
    R test/data/1.2-with-color.las.wkt
    R test/data/1.2_0.las
    R test/data/1.2_0_nosrs.las
    R test/data/1.2_1.las
    R test/data/1.2_1_nosrs.las
    R test/data/1.2_2.las
    R test/data/1.2_2_nosrs.las
    R test/data/1.2_3.las
    R test/data/1.2_3_nosrs.las
    R test/data/TextWriterTest-geojson.json
    R test/data/autzen-dd.las
    R test/data/autzen-point-format-3.las
    R test/data/autzen-point-format-3.txt
    R test/data/autzen-selection-dd.wkt
    R test/data/autzen-selection.wkt
    R test/data/autzen-srs.wkt
    R test/data/autzen-thin-srs.las
    R test/data/autzen-thin.las
    R test/data/autzen-utm-chipped-25.las
    R test/data/autzen-utm.las
    R test/data/autzen.jpg
    R test/data/autzen.jpg.aux.xml
    R test/data/autzen.las
    R test/data/autzen.wld
    A test/data/autzen/autzen-dd.las
    A test/data/autzen/autzen-point-format-3.las
    A test/data/autzen/autzen-point-format-3.txt
    A test/data/autzen/autzen-selection-dd.wkt
    A test/data/autzen/autzen-selection.wkt
    A test/data/autzen/autzen-srs.wkt
    A test/data/autzen/autzen-thin-srs.las
    A test/data/autzen/autzen-thin.las
    A test/data/autzen/autzen-utm-chipped-25.las
    A test/data/autzen/autzen-utm.las
    A test/data/autzen/autzen.jpg
    A test/data/autzen/autzen.jpg.aux.xml
    A test/data/autzen/autzen.las
    A test/data/autzen/autzen.wld
    A test/data/bpf/bpf.xml
    A test/data/bpf/bpf2nitf.xml
    A test/data/drivers/text-writer-csv.xml
    A test/data/drivers/text-writer-geojson.xml
    A test/data/drivers/text-writer-space-delimited.xml
    R test/data/epsg_4326.las
    M test/data/filters/colorize-multi.xml
    M test/data/filters/colorize.xml
    M test/data/filters/crop_wkt.xml
    M test/data/filters/crop_wkt_2d.xml
    M test/data/filters/crop_wkt_2d_classification.xml
    M test/data/filters/decimate.xml
    M test/data/filters/hexbin-info.xml
    M test/data/filters/hexbin.xml
    A test/data/filters/hextest.txt
    A test/data/filters/merge.xml
    M test/data/filters/reproject.xml
    M test/data/filters/scaling.xml
    M test/data/filters/selector.xml
    M test/data/filters/splitter.xml
    M test/data/filters/stats.xml
    R test/data/hextest.las
    R test/data/hextest.txt
    R test/data/interesting.las
    A test/data/las/1.2-with-color-clipped.las
    A test/data/las/1.2-with-color.las
    A test/data/las/1.2-with-color.las.wkt
    A test/data/las/epsg_4326.las
    A test/data/las/hextest.las
    A test/data/las/interesting.las
    A test/data/las/lots_of_vlr.las
    A test/data/las/mvk-thin.las
    A test/data/las/mvk-thin.las.wkt
    A test/data/las/no-points.las
    A test/data/las/noise-clean.las
    A test/data/las/noise-dirty.las
    A test/data/las/permutations/1.0_0.las
    A test/data/las/permutations/1.0_1.las
    A test/data/las/permutations/1.1_0.las
    A test/data/las/permutations/1.1_1.las
    A test/data/las/permutations/1.2-no-points.las
    A test/data/las/permutations/1.2_0.las
    A test/data/las/permutations/1.2_1.las
    A test/data/las/permutations/1.2_2.las
    A test/data/las/permutations/1.2_3.las
    A test/data/las/simple.las
    A test/data/las/utm15.las
    A test/data/las/utm17.las
    A test/data/laz/simple.laz
    R test/data/log_py.txt
    A test/data/logs/log_py.txt
    A test/data/logs/logtest.txt
    A test/data/logs/logtest_1.txt
    A test/data/logs/logtest_123.txt
    A test/data/logs/logtest_2.txt
    A test/data/logs/logtest_3.txt
    R test/data/logtest.txt
    R test/data/logtest_1.txt
    R test/data/logtest_123.txt
    R test/data/logtest_2.txt
    R test/data/logtest_3.txt
    R test/data/lots_of_vlr.las
    R test/data/mvk-thin.las
    R test/data/mvk-thin.las.wkt
    M test/data/nitf/conversion.xml
    A test/data/nitf/write_options.xml
    R test/data/no-points.las
    R test/data/noise-clean.las
    R test/data/noise-dirty.las
    M test/data/pipeline/bad/pipeline_bad01.xml
    M test/data/pipeline/bad/pipeline_bad05.xml
    M test/data/pipeline/bad/pipeline_bad06.xml
    M test/data/pipeline/bad/pipeline_bad07.xml
    M test/data/pipeline/bad/pipeline_bad08.xml
    M test/data/pipeline/bad/pipeline_bad09.xml
    R test/data/pipeline/create-dimension.xml
    M test/data/pipeline/drop_color.xml
    R test/data/pipeline/merge.xml
    R test/data/pipeline/mosaic.xml
    R test/data/pipeline/pipeline_asc.xml
    R test/data/pipeline/pipeline_csv.xml
    R test/data/pipeline/pipeline_geojson.xml
    M test/data/pipeline/pipeline_interpolate.xml
    M test/data/pipeline/pipeline_multioptions.xml
    R test/data/pipeline/pipeline_nitf.xml
    M test/data/pipeline/pipeline_read.xml
    M test/data/pipeline/pipeline_read_notype.xml
    M test/data/pipeline/pipeline_readcomments.xml
    R test/data/pipeline/pipeline_webgl.xml
    M test/data/pipeline/pipeline_writecomments.xml
    M test/data/plang/from-module.xml
    M test/data/plang/predicate-embed.xml
    M test/data/plang/predicate-keep-last-return.xml
    M test/data/plang/predicate-keep-specified-returns.xml
    A test/data/plang/programmable-update-y-dims.xml
    R test/data/simple.las
    R test/data/simple.laz
    R test/data/text.txt
    A test/data/text/TextWriterTest-geojson.json
    A test/data/text/text.txt
    R test/data/utm15.las
    R test/data/utm17.las
    M test/unit/CMakeLists.txt
    M test/unit/FileUtilsTest.cpp
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StageFactoryTest.cpp
    M test/unit/StreamFactoryTest.cpp
    M test/unit/SupportTest.cpp
    M test/unit/TestConfig.cpp
    R test/unit/TestConfig.hpp
    A test/unit/TestConfig.hpp.in
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    M test/unit/drivers/oci/OCITest.cpp
    M test/unit/drivers/pgpointcloud/PgpointcloudWriterTest.cpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp
    M test/unit/drivers/text/TextWriterTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into indexing


  Commit: 5dc80db422644cf281d16058af66268a513f06d4
      https://github.com/PDAL/PDAL/commit/5dc80db422644cf281d16058af66268a513f06d4
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

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

  Log Message:
  -----------
  Tweak rastering index.


  Commit: 95a9ed536e4de8e6d0057d95bcdbfe0319781f38
      https://github.com/PDAL/PDAL/commit/95a9ed536e4de8e6d0057d95bcdbfe0319781f38
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M include/pdal/Metadata.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M src/CMakeLists.txt
    M src/Metadata.cpp
    M src/StageFactory.cpp
    A src/drivers/nitf/MetadataReader.cpp
    A src/drivers/nitf/MetadataReader.hpp
    M src/drivers/nitf/NitfFile.cpp
    M src/drivers/nitf/NitfFile.hpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    A src/drivers/nitf/tre_plugins.cpp
    A src/drivers/nitf/tre_plugins.hpp
    M test/unit/CMakeLists.txt

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


Compare: https://github.com/PDAL/PDAL/compare/01443909b6ec...95a9ed536e4d


More information about the pdal-commits mailing list