[pdal-commits] [PDAL/PDAL] 904d24: ACFTB and AIMIDB defaults added

GitHub noreply at github.com
Sun Mar 13 22:07:06 PDT 2016


  Branch: refs/tags/docker-master
  Home:   https://github.com/PDAL/PDAL
  Commit: 904d24595ef9e275376e86f33f64d9279f9d4e92
      https://github.com/PDAL/PDAL/commit/904d24595ef9e275376e86f33f64d9279f9d4e92
  Author: Todd Murphy <murphyrt at leidos.com>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  ACFTB and AIMIDB defaults added


  Commit: 94960eac037df90f9f5da8c5c687ca21d8254d7a
      https://github.com/PDAL/PDAL/commit/94960eac037df90f9f5da8c5c687ca21d8254d7a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M cmake/win32_compiler_options.cmake
    M include/pdal/util/Charbuf.hpp
    M include/pdal/util/OStream.hpp
    M io/bpf/BpfCompressor.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfReader.hpp
    M io/text/TextReader.hpp

  Log Message:
  -----------
  Quiet windows compiler.


  Commit: 393df2140ca7a80a383f7e04b130a554fc0c5244
      https://github.com/PDAL/PDAL/commit/393df2140ca7a80a383f7e04b130a554fc0c5244
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M include/pdal/util/Charbuf.hpp

  Log Message:
  -----------
  Export some more symbols.


  Commit: 05a265a40c103a44fcf293982b3d43ae522a08ef
      https://github.com/PDAL/PDAL/commit/05a265a40c103a44fcf293982b3d43ae522a08ef
  Author: Todd Murphy <murphyrt at leidos.com>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  Change m_fileTitle defaut to equal the filename.ext not
the full pathname


  Commit: 344c3c405fb1ed7f2dba90a0593c3c6ce69005b8
      https://github.com/PDAL/PDAL/commit/344c3c405fb1ed7f2dba90a0593c3c6ce69005b8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M include/pdal/util/IStream.hpp

  Log Message:
  -----------
  Refine export of symbols from IStream.


  Commit: e09c04ba771d501a406fbb9ab4f0677439a99d3d
      https://github.com/PDAL/PDAL/commit/e09c04ba771d501a406fbb9ab4f0677439a99d3d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-10 (Thu, 10 Mar 2016)

  Changed paths:
    M include/pdal/util/Uuid.hpp
    M io/las/LasHeader.cpp
    M io/las/ZipPoint.cpp
    M test/unit/PolygonTest.cpp

  Log Message:
  -----------
  More Windows clean-up.


  Commit: 42daeee548f525af54c5ce1205f05b2f580af46e
      https://github.com/PDAL/PDAL/commit/42daeee548f525af54c5ce1205f05b2f580af46e
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M doc/tutorial/docker.rst

  Log Message:
  -----------
  update docker image location


  Commit: 381bed0ae5f93555c1e7d6eb948adadf6052c456
      https://github.com/PDAL/PDAL/commit/381bed0ae5f93555c1e7d6eb948adadf6052c456
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml
    M cmake/macros.cmake
    M cmake/win32_compiler_options.cmake
    A doc/json_pipeline_specification.rst
    M doc/stages/filters.colorization.rst
    M doc/stages/filters.hexbin.rst
    M doc/tutorial/clipping-with-shapefile.rst
    M doc/tutorial/pcl_block_tutorial.rst
    M doc/tutorial/reading.rst
    M doc/tutorial/writing-reader.rst
    M doc/tutorial/writing-writer.rst
    A examples/writing-reader/pipeline-myreader.json
    R examples/writing-reader/pipeline-myreader.xml
    A examples/writing-writer/pipeline-mywriter.json
    R examples/writing-writer/pipeline-mywriter.xml
    M include/pdal/PipelineManager.hpp
    M include/pdal/util/Charbuf.hpp
    M include/pdal/util/IStream.hpp
    M include/pdal/util/OStream.hpp
    M include/pdal/util/Uuid.hpp
    M io/bpf/BpfCompressor.cpp
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfReader.hpp
    M io/las/LasHeader.cpp
    M io/las/LasHeader.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    M io/las/ZipPoint.cpp
    M io/text/TextReader.hpp
    M kernels/info/InfoKernel.cpp
    M kernels/pipeline/PipelineKernel.cpp
    M plugins/cpd/kernel/Cpd.cpp
    M plugins/icebridge/test/IcebridgeReaderTest.cpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/pcl/filters/DartSampleFilter.cpp
    M plugins/pcl/test/PCLBlockFilterTest.cpp
    M plugins/python/CMakeLists.txt
    M plugins/python/test/PLangTest.cpp
    M plugins/python/test/PredicateFilterTest.cpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    A plugins/python/test/PythonPipelineTest.cpp
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    M src/PipelineManager.cpp
    R src/PipelineReader.cpp
    M src/PipelineReader.hpp
    A src/PipelineReaderJSON.cpp
    A src/PipelineReaderJSON.hpp
    A src/PipelineReaderXML.cpp
    A src/PipelineReaderXML.hpp
    M src/util/Utils.cpp
    A test/data/autzen/autzen-interpolate.json.in
    A test/data/autzen/autzen-surface.tif.min.tif
    A test/data/autzen/hag.py.in
    M test/data/filters/decimate.xml.in
    A test/data/filters/ferry.json.in
    A test/data/filters/merge.json.in
    A test/data/filters/merge2.json.in
    A test/data/filters/merge3.json.in
    A test/data/filters/pcl/passthrough.json.in
    R test/data/filters/pcl/passthrough.xml
    A test/data/filters/pcl/passthrough.xml.in
    A test/data/filters/sort.json.in
    A test/data/nitf/chipper.json.in
    M test/data/nitf/write_laz.xml.in
    A test/data/pipeline/attribute.json.in
    A test/data/pipeline/bpf2las.json.in
    A test/data/pipeline/bpf2nitf.json.in
    A test/data/pipeline/chipper.json.in
    A test/data/pipeline/colorize-multi.json.in
    A test/data/pipeline/colorize.json.in
    A test/data/pipeline/crop-hole.json.in
    A test/data/pipeline/crop-stats.json.in
    A test/data/pipeline/crop.json.in
    A test/data/pipeline/crop_wkt.json.in
    A test/data/pipeline/crop_wkt_2d.json.in
    A test/data/pipeline/crop_wkt_2d_classification.json.in
    A test/data/pipeline/decimate.json.in
    A test/data/pipeline/ferry-reproject.json.in
    A test/data/pipeline/from-module.json.in
    A test/data/pipeline/hexbin-info.json.in
    A test/data/pipeline/hexbin.json.in
    A test/data/pipeline/las2csv.json.in
    A test/data/pipeline/las2geojson.json.in
    A test/data/pipeline/las2nitf-2.json.in
    A test/data/pipeline/las2nitf-crop-with-options.json.in
    A test/data/pipeline/las2nitf.json.in
    A test/data/pipeline/las2space-delimited.json.in
    A test/data/pipeline/merge.json.in
    A test/data/pipeline/metadata_reader.json.in
    A test/data/pipeline/metadata_writer.json.in
    A test/data/pipeline/mississippi.json.in
    A test/data/pipeline/mississippi_reverse.json.in
    A test/data/pipeline/nitf-chipper.json.in
    A test/data/pipeline/nitf2las.json.in
    A test/data/pipeline/p2g-writer.json.in
    A test/data/pipeline/predicate-embed.json.in
    A test/data/pipeline/predicate-keep-ground-and-unclass.json.in
    A test/data/pipeline/predicate-keep-last-return.json.in
    A test/data/pipeline/predicate-keep-specified-returns.json.in
    A test/data/pipeline/programmable-hag.json.in
    A test/data/pipeline/programmable-update-y-dims.json.in
    A test/data/pipeline/qfit2las.json.in
    A test/data/pipeline/range_classification.json.in
    A test/data/pipeline/range_z.json.in
    A test/data/pipeline/range_z_classification.json.in
    A test/data/pipeline/reproject.json.in
    A test/data/pipeline/sbet2txt.json.in
    A test/data/pipeline/sort.json.in
    A test/data/pipeline/splitter.json.in
    A test/data/pipeline/stats.json.in
    A test/data/plang/from-module.json.in
    A test/data/plang/predicate-embed.json.in
    A test/data/plang/programmable-update-y-dims.json.in
    A test/data/sbet/pipeline.json.in
    M test/unit/CMakeLists.txt
    M test/unit/PolygonTest.cpp
    M test/unit/apps/pcpipelineTest.cpp
    A test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/AdditionalMergeTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/SortFilterTest.cpp
    M test/unit/io/sbet/SbetReaderTest.cpp
    A vendor/jsoncpp-1.6.2/dist/json/json-forwards.h
    A vendor/jsoncpp-1.6.2/dist/json/json.h
    A vendor/jsoncpp-1.6.2/dist/jsoncpp.cpp

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


  Commit: 9efe94a7e448bfc654ede4a745e300019be5be33
      https://github.com/PDAL/PDAL/commit/9efe94a7e448bfc654ede4a745e300019be5be33
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M include/pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  Better feedback on argument order issue.


  Commit: 5927fe9415ed05e6d8b4c46620c0e524fc400232
      https://github.com/PDAL/PDAL/commit/5927fe9415ed05e6d8b4c46620c0e524fc400232
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M doc/tutorial/docker.rst

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


  Commit: e57adad1fa6f3c6467b771b2bf6bf1c5eb53528a
      https://github.com/PDAL/PDAL/commit/e57adad1fa6f3c6467b771b2bf6bf1c5eb53528a
  Author: Todd Murphy <murphyrt at leidos.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M doc/stages/writers.nitf.rst
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  Updated defaults for IDATIM and AIMIDB.ACQUISITION_DATE
Updated doc


  Commit: c542a97adeb63cd67a8df8906d315c85c9f59655
      https://github.com/PDAL/PDAL/commit/c542a97adeb63cd67a8df8906d315c85c9f59655
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M doc/stages/writers.nitf.rst
    M plugins/nitf/io/NitfWriter.cpp

  Log Message:
  -----------
  Merge pull request #1176 from marops/nitf_updates

ACFTB and AIMIDB defaults added to NitfWriter


  Commit: ec02b1a426364320f329ebfd3865d66f80ecb4a6
      https://github.com/PDAL/PDAL/commit/ec02b1a426364320f329ebfd3865d66f80ecb4a6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M src/plang/Environment.cpp

  Log Message:
  -----------
  More Windows warnings elimination.


  Commit: b6b3f25b186d33418f0cc6d2de51a9b9b276dc5f
      https://github.com/PDAL/PDAL/commit/b6b3f25b186d33418f0cc6d2de51a9b9b276dc5f
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M doc/stages/index.rst

  Log Message:
  -----------
  toc listing too deep


  Commit: f03d9f4ec06c48f7fcc436016edcd6a70aff0d81
      https://github.com/PDAL/PDAL/commit/f03d9f4ec06c48f7fcc436016edcd6a70aff0d81
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M kernels/tindex/TIndexKernel.cpp

  Log Message:
  -----------
  tindex option can't be optional


  Commit: 50c72403eab3d34a4798c0970503e137ca44971f
      https://github.com/PDAL/PDAL/commit/50c72403eab3d34a4798c0970503e137ca44971f
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-03-12 (Sat, 12 Mar 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add Gitter webhook


  Commit: eeafa9f57c089a42df33ab460d15c1689fbb59ff
      https://github.com/PDAL/PDAL/commit/eeafa9f57c089a42df33ab460d15c1689fbb59ff
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-03-12 (Sat, 12 Mar 2016)

  Changed paths:
    M examples/writing-kernel/MyKernel.cpp
    M examples/writing/tutorial.cpp
    M scripts/ci/script.sh

  Log Message:
  -----------
  Build examples on Travis CI.

Fix examples compilation.


  Commit: 40df4b6bbf70b3416c3633b311156fef0fee0162
      https://github.com/PDAL/PDAL/commit/40df4b6bbf70b3416c3633b311156fef0fee0162
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-12 (Sat, 12 Mar 2016)

  Changed paths:
    M examples/writing-kernel/MyKernel.cpp
    M examples/writing/tutorial.cpp
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge pull request #1178 from mloskot/ml/travis-build-examples

Build examples on Travis CI


  Commit: 7ae638b28691ae8bf55196ba2dbc422e29c329f6
      https://github.com/PDAL/PDAL/commit/7ae638b28691ae8bf55196ba2dbc422e29c329f6
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-13 (Sun, 13 Mar 2016)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M kernels/CMakeLists.txt
    A kernels/density/CMakeLists.txt
    A kernels/density/DensityKernel.cpp
    A kernels/density/DensityKernel.hpp
    A kernels/density/OGR.cpp
    A kernels/density/OGR.hpp
    M plugins/cpd/kernel/Cpd.hpp
    M plugins/hexbin/filters/HexBin.hpp
    M test/data/autzen/hag.py

  Log Message:
  -----------
  add density kernel (in the wrong place)


  Commit: db198f4741f77cb142c415f5dded56f73830661a
      https://github.com/PDAL/PDAL/commit/db198f4741f77cb142c415f5dded56f73830661a
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-13 (Sun, 13 Mar 2016)

  Changed paths:
    M src/PluginManager.cpp

  Log Message:
  -----------
  slightly improve error message when a plugin doesn't load


  Commit: 987e5502b342f0f276c946f05472ca5f3e1912bc
      https://github.com/PDAL/PDAL/commit/987e5502b342f0f276c946f05472ca5f3e1912bc
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-13 (Sun, 13 Mar 2016)

  Changed paths:
    M src/Kernel.cpp

  Log Message:
  -----------
  s/XML/JSON


  Commit: f0ba634d82cdab66eb448ddb12fcd78ccffc90ef
      https://github.com/PDAL/PDAL/commit/f0ba634d82cdab66eb448ddb12fcd78ccffc90ef
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-13 (Sun, 13 Mar 2016)

  Changed paths:
    M .gitignore
    M doc/apps.rst
    M kernels/CMakeLists.txt
    R kernels/density/CMakeLists.txt
    R kernels/density/DensityKernel.cpp
    R kernels/density/DensityKernel.hpp
    R kernels/density/OGR.cpp
    R kernels/density/OGR.hpp
    M plugins/hexbin/CMakeLists.txt
    M plugins/hexbin/filters/HexBin.hpp
    A plugins/hexbin/kernel/DensityKernel.cpp
    A plugins/hexbin/kernel/DensityKernel.hpp
    A plugins/hexbin/kernel/OGR.cpp
    A plugins/hexbin/kernel/OGR.hpp
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  add 'pdal density' command to generate OGR hexbin surfaces of point clouds


  Commit: 874e5f2e1a5ede852cd2ac0c097f050d64e29c36
      https://github.com/PDAL/PDAL/commit/874e5f2e1a5ede852cd2ac0c097f050d64e29c36
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-14 (Mon, 14 Mar 2016)

  Changed paths:
    M .gitignore
    M cmake/examples/hobu-config.sh
    M doc/apps.rst
    M kernels/tindex/TIndexKernel.cpp
    M plugins/cpd/kernel/Cpd.hpp
    M plugins/hexbin/CMakeLists.txt
    M plugins/hexbin/filters/HexBin.hpp
    A plugins/hexbin/kernel/DensityKernel.cpp
    A plugins/hexbin/kernel/DensityKernel.hpp
    A plugins/hexbin/kernel/OGR.cpp
    A plugins/hexbin/kernel/OGR.hpp
    M scripts/docker/dependencies/Dockerfile
    M src/Kernel.cpp
    M src/PluginManager.cpp
    M test/data/autzen/hag.py

  Log Message:
  -----------
  Merge pull request #1179 from PDAL/density-kernel

Density kernel


Compare: https://github.com/PDAL/PDAL/compare/f6ae1e803c67...874e5f2e1a5e


More information about the pdal-commits mailing list