Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 205
    • Issues 205
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !744

Implementing an interface for sensor models and the RPC model

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julien Osman requested to merge 2040-RPC_model into develop Aug 31, 2020
  • Overview 75
  • Commits 141
  • Pipelines 164
  • Changes 174

Summary

Implementation of the new sensor model mechanism, together with the new RPC model based on GDAL.

Rationale

This Merge Request is part of the Remove OSSIM story (#1506 (closed)). It addresses the definition of new classes for sensor models, and focuses on the first 2 points of #2040 (closed): implementing an interface for sensor models and implementing the RPC model.

Implementation Details

Classes and files
  • Create a new GDAL adapter to access RPC functionalities
  • Remove old Sensor Model classes based on OSSIM's Keywordlist
  • Implement new Sensor Model classes based on ImageMetadata class
  • Implement RPC model for forward and inverse transformations
  • Refactor the class otb::GenericRSTransform so that it uses ImageMetadata instead of ImageKeywordlist
  • Update class otb::DEMHandler with the capability to put the DEM to memory (MEM), so the RPC model can use it.
  • Update tests
RPC Solver (5pts)

Ossim provide an algorithm to generate a RPC model from a set of GCPs. This class is wrapped in OTB with the OssimRPCSolverAdapter class. There is no equivalent functionality in GDAL, and a new class RPCSolver has been developed. It uses the same algorithm as Ossim.

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 Jan 28, 2021 by Cédric Traizet
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 2040-RPC_model