[pdal-commits] [PDAL/PDAL] 396aca: Eliminate need to specify bounds on writers.gdal (...

GitHub noreply at github.com
Wed Sep 26 08:38:49 PDT 2018


  Branch: refs/heads/i3s
  Home:   https://github.com/PDAL/PDAL
  Commit: 396aca0e6cb820422eade74cc67f8c6ec6d9f200
      https://github.com/PDAL/PDAL/commit/396aca0e6cb820422eade74cc67f8c6ec6d9f200
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M io/GDALGrid.cpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  Eliminate need to specify bounds on writers.gdal (#2168)

* Fix calculation of verticalIndex().

* Export GDAL Grid for testing.

* Radius expansion for grid.  Tests broken.

* Remove radius adjustment.

* Add header.

* Remove unnecessary header.

* Put back assert.h.


  Commit: d472dade2b7ef1e291a60a9375f96cc4532ab6cb
      https://github.com/PDAL/PDAL/commit/d472dade2b7ef1e291a60a9375f96cc4532ab6cb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M filters/PMFFilter.cpp
    M filters/RangeFilter.cpp
    M filters/RangeFilter.hpp
    M filters/SMRFilter.cpp
    M filters/private/DimRange.cpp
    M filters/private/DimRange.hpp
    M filters/private/Segmentation.cpp
    M filters/private/Segmentation.hpp

  Log Message:
  -----------
  Multiple range support for ignore option on smrt and pmf (#2167)

* Use range list for ignore option on filters.smrf.
Close #2157

* Use DimRange code to handle point filtering.

* Add comment and remove unnecessary assignment.

* Replace inline range filter DimRange testing.
Close #2157


  Commit: be97bdb5837a3b524adf5c4dcca6b56e4c68ef24
      https://github.com/PDAL/PDAL/commit/be97bdb5837a3b524adf5c4dcca6b56e4c68ef24
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M plugins/mbio/io/MbReader.cpp
    M plugins/mbio/io/MbReader.hpp

  Log Message:
  -----------
  Improvements to readers.mbio (#2166)

* Allow extraction of sidescan data.

* Add support for individual dimension precisions.
Close #1869

* Set proper dimensions based on datatype option.

* Add time support for mbio.


  Commit: 758b6255cdc479ec8dfb7523e4e16622bf134ca1
      https://github.com/PDAL/PDAL/commit/758b6255cdc479ec8dfb7523e4e16622bf134ca1
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M doc/stages/readers.gdal.rst
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M pdal/GDALUtils.hpp
    M test/unit/io/GDALReaderTest.cpp

  Log Message:
  -----------
  support fetching bounds information for readers.gdal QuickInfo (#2177)

* support fetching bounds information for readers.gdal QuickInfo

* rearrange into Raster::bounds method

* refactor to return a BOX2D or a BOX3D if given a bandID

* add 'header' option to readers.gdal to allow mapping of band->dimension

* test 'header' option


  Commit: d0f7d0646c04baf68249a2ba60dc51971f21c97b
      https://github.com/PDAL/PDAL/commit/d0f7d0646c04baf68249a2ba60dc51971f21c97b
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M io/GDALReader.cpp

  Log Message:
  -----------
  clean up readers.gdal header setting loop


  Commit: 9c5e9da5e06db1a0c51573fe5efb9a5a13b80164
      https://github.com/PDAL/PDAL/commit/9c5e9da5e06db1a0c51573fe5efb9a5a13b80164
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-09-25 (Tue, 25 Sep 2018)

  Changed paths:
    M plugins/fbx/io/FbxWriter.cpp
    M plugins/mbio/io/MbReader.hpp

  Log Message:
  -----------
  Diagnostic fixes for new clang compiler.


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

  Changed paths:
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Add auto-identify horizontal/vertical EPSG methods to SpatialReference. (#2180)


  Commit: b214f4eb6f6a8f2345fe93971d87dd592b8c3c3f
      https://github.com/PDAL/PDAL/commit/b214f4eb6f6a8f2345fe93971d87dd592b8c3c3f
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M plugins/i3s/CMakeLists.txt
    A plugins/i3s/test/SlpkReaderTest.cpp
    M plugins/i3s/test/i3sReaderTest.cpp

  Log Message:
  -----------
  make I3S tests an optional build/run -- the SLPK reader tests the basic software, and the I3S does remote-over-the-internet requests which take about 60s. to run


  Commit: fd23b00028a9b88356cdbb4769b5451dfc413fe6
      https://github.com/PDAL/PDAL/commit/fd23b00028a9b88356cdbb4769b5451dfc413fe6
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M doc/stages/readers.gdal.rst
    M filters/PMFFilter.cpp
    M filters/RangeFilter.cpp
    M filters/RangeFilter.hpp
    M filters/SMRFilter.cpp
    M filters/private/DimRange.cpp
    M filters/private/DimRange.hpp
    M filters/private/Segmentation.cpp
    M filters/private/Segmentation.hpp
    M io/GDALGrid.cpp
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M pdal/GDALUtils.hpp
    M pdal/SpatialReference.cpp
    M pdal/SpatialReference.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M plugins/fbx/io/FbxWriter.cpp
    M plugins/mbio/io/MbReader.cpp
    M plugins/mbio/io/MbReader.hpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/io/GDALReaderTest.cpp
    M test/unit/io/GDALWriterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/a7e0b228c3d0...fd23b00028a9
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list