[pdal-commits] [PDAL/PDAL] c109ff: Default to degrees in SBET reader and writer

Pete Gadomski noreply at github.com
Tue Feb 26 05:18:15 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c109fff474abf01b1ce03f48c2404c836209fd49
      https://github.com/PDAL/PDAL/commit/c109fff474abf01b1ce03f48c2404c836209fd49
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
    M doc/stages/readers.sbet.rst
    M doc/stages/writers.sbet.rst
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M test/unit/io/SbetReaderTest.cpp

  Log Message:
  -----------
  Default to degrees in SBET reader and writer

SBET stores angular values, e.g. latitude, longitude, roll, etc, as
radians, but most geospatial users want to work in degrees. This commit
adds:

- An `angles_as_degrees` boolean option to the SBET reader, which
instructs the reader to convert all anglular dimensions to degrees.
- An `angles_are_degrees` boolean option to the SBET writer, which
instructs the writer to convert all anglular dimensions to radians.

Docs have been updated for both.

Fixes #2354.


  Commit: e4dc35e3d867ce981f30fcb98a644f8814c826e3
      https://github.com/PDAL/PDAL/commit/e4dc35e3d867ce981f30fcb98a644f8814c826e3
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2019-02-26 (Tue, 26 Feb 2019)

  Changed paths:
    M doc/stages/readers.sbet.rst
    M doc/stages/writers.sbet.rst
    M io/SbetCommon.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M test/unit/io/SbetReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #2386 from gadomski/issues/2354-sbet-angle-units

Default to degrees in SBET reader and writer


Compare: https://github.com/PDAL/PDAL/compare/2fc782894ee6...e4dc35e3d867


More information about the pdal-commits mailing list