Skip to content

Implements SARSensorModel forward and inverse transforms

Cédric Traizet requested to merge 2160-SarSensorModel into 2159

Summary

Part of #2160 (closed)

Implements the transformation between world coordinates and line/sample using SAR metadata

Rationale

Creates the SARSensorModel class, which is a port from SARSensorModelAdapter, the adapter class for ossimSarSensorModel from OssimPlugins.

Implementation Details

Dates and duration are managed using the boost datetime library. The precise_duration class defined in OssimPlugins and injected in the boost namespace has been integrated into the OTB

ECEF to/from geographical coordinates are performed using PROJ (instead of Ossim)

Additional notes

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Cédric Traizet

Merge request reports