[pdal-commits] [PDAL/PDAL] 389985: Updated ILVIS Reader and test

GitHub noreply at github.com
Fri Dec 11 05:44:58 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3899850fd3f33d29965fd5217bc040f81c0a1dce
      https://github.com/PDAL/PDAL/commit/3899850fd3f33d29965fd5217bc040f81c0a1dce
  Author: Scott Lewis <scott.lewis at nsidc.org>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    A test/data/ilvis2/ILVIS2_TEST_FILE.TXT
    M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp

  Log Message:
  -----------
  Updated ILVIS Reader and test

Fixed the ILViS Reader to read longitude correctly, and added a
means to specify ALL, which will generate multiple points for a
shot if the HIGH and LOW elevation values differ.  Updated the
tests to use a smaller "dummy" file which tests the specific things
that the reader does.


  Commit: dd3ec7a508c7910b3ffae11bbd8e255ea7c045cb
      https://github.com/PDAL/PDAL/commit/dd3ec7a508c7910b3ffae11bbd8e255ea7c045cb
  Author: Scott Lewis <scott.lewis at nsidc.org>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    A ChangeLog
    A RELEASENOTES.txt
    M appveyor.yml
    M cmake/geos.cmake
    M doc/development/conventions.rst
    M doc/development/errorhandling.rst
    M doc/development/goals.rst
    M doc/development/index.rst
    M doc/development/testing.rst
    R doc/development/usecases.rst
    A doc/docker.rst
    M doc/download.rst
    M doc/index.rst
    M doc/stages/filters.hexbin.rst
    M doc/stages/ranges.rst
    M doc/stages/readers.las.rst
    A doc/stages/readers.tindex.rst
    M doc/tutorial/writing-reader.rst
    M doc/tutorial/writing-writer.rst
    M examples/writing-reader/pipeline-myreader.xml
    M examples/writing-writer/MyWriter.cpp
    M examples/writing-writer/MyWriter.hpp
    A examples/writing-writer/pipeline-mywriter.xml
    M filters/crop/CropFilter.cpp
    M filters/crop/CropFilter.hpp
    M filters/merge/MergeFilter.cpp
    M filters/merge/MergeFilter.hpp
    M filters/reprojection/ReprojectionFilter.cpp
    M filters/reprojection/ReprojectionFilter.hpp
    M include/pdal/Compression.hpp
    M include/pdal/Dimension.hpp
    M include/pdal/FlexWriter.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/Geometry.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PointTable.hpp
    M include/pdal/PointView.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageWrapper.hpp
    M include/pdal/util/Algorithm.hpp
    M include/pdal/util/Bounds.hpp
    M include/pdal/util/Utils.hpp
    M io/CMakeLists.txt
    M io/bpf/BpfReader.cpp
    M io/bpf/BpfWriter.cpp
    M io/bpf/BpfWriter.hpp
    M io/derivative/DerivativeWriter.cpp
    M io/derivative/DerivativeWriter.hpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M io/las/LasError.hpp
    M io/las/LasHeader.hpp
    M io/las/LasReader.cpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.cpp
    M io/las/LasWriter.hpp
    M io/text/TextWriter.cpp
    A io/tindex/CMakeLists.txt
    A io/tindex/TIndexReader.cpp
    A io/tindex/TIndexReader.hpp
    M kernels/tindex/TIndexKernel.cpp
    M kernels/tindex/TIndexKernel.hpp
    M pdal_defines.h.in
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/NitfWriter.hpp
    M plugins/nitf/test/NitfReaderTest.cpp
    M plugins/p2g/io/P2gWriter.cpp
    M plugins/p2g/io/P2gWriter.hpp
    M plugins/pcl/dartsample/dart_sample.h
    M plugins/pgpointcloud/io/PgReader.cpp
    M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
    M plugins/python/filters/ProgrammableFilter.cpp
    R plugins/python/plang/CMakeLists.txt
    R plugins/python/plang/Plang.cpp
    R plugins/python/plang/Plang.hpp
    M scripts/ci/before_install.sh
    M scripts/ci/common.sh
    M scripts/ci/script.sh
    A scripts/docker/Dockerfile
    A scripts/docker/dependencies/Dockerfile
    A scripts/docker/packaging/Dockerfile
    M src/PointLayout.cpp
    M src/PointTable.cpp
    M src/PointView.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/pdal_config.cpp
    M src/plang/Environment.cpp
    A test/data/filters/merge2.xml.in
    A test/data/filters/merge3.xml.in
    A test/data/las/test1_4.las
    A test/data/las/test_epsg_4047.las
    A test/data/las/test_epsg_4326.las
    A test/data/las/test_epsg_4326x3.las
    A test/data/las/test_utm16.las
    A test/data/las/test_utm17.las
    A test/data/pipeline/tindex.xml
    A test/data/pipeline/tindex.xml.in
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/io/bpf/BPFTest.cpp
    M test/unit/io/las/LasReaderTest.cpp
    M test/unit/io/las/LasWriterTest.cpp

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


  Commit: c6829c07bc3c044b0c958a452eb2957664f62be6
      https://github.com/PDAL/PDAL/commit/c6829c07bc3c044b0c958a452eb2957664f62be6
  Author: Scott Lewis <scott.lewis at nsidc.org>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp

  Log Message:
  -----------
  Using an enum for mapping, allowing lowercase


  Commit: 0bc306df8f5986f0c50da7f7d6944a33148242b1
      https://github.com/PDAL/PDAL/commit/0bc306df8f5986f0c50da7f7d6944a33148242b1
  Author: Scott Lewis <scott.lewis at nsidc.org>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M include/pdal/Dimension.hpp
    M io/ilvis2/Ilvis2Reader.cpp

  Log Message:
  -----------
  Changing ILVIS proprietary dims to regular dims


  Commit: 30a7555099aede40cbc0c112be5efa1b817bd654
      https://github.com/PDAL/PDAL/commit/30a7555099aede40cbc0c112be5efa1b817bd654
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M include/pdal/Dimension.hpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    A test/data/ilvis2/ILVIS2_TEST_FILE.TXT
    M test/unit/io/ilvis2/Ilvis2ReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #1068 from scott-lewis-nsidc/ilvis2-reader-update

Ilvis2 reader update


Compare: https://github.com/PDAL/PDAL/compare/f53f4a39912d...30a7555099ae


More information about the pdal-commits mailing list