Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • Wiki
  • Migration guide OTBv8

Migration guide OTBv8 · Changes

Page history
Context: more details on what OSSIM is replaced with authored Oct 05, 2021 by Julien Osman's avatar Julien Osman
Hide whitespace changes
Inline Side-by-side
Migration-guide-OTBv8.md
View page @ 8be4f49a
......@@ -13,8 +13,13 @@ small portion of OSSIM was used anyway.
The two main work for this version 8 have been:
- A complete refactoring of the metadata management
- A re-implementation of the sensor model framework.
- A complete refactoring of the metadata management. We replaced OSSIM
by GDAL to access the metadata in the image files, and we developed
classes called `ImageMetadataInterfaces` (IMI) to parse the metadata
and organize them in an `ImageMetadata` object.
- A re-implementation of the sensor model framework. We replaced
OSSIM's RPC model by GDAL's. We implemented our own SAR model. A
whole new SensorModel factory as developed.
A new DEM Handler was also developed.
......@@ -346,4 +351,4 @@ auto sensorModel = otb::SensorTransformFactory::GetInstance().CreateTransform
<double, InputSpaceDimension, OutputSpaceDimension>(*imd, TransformDirection::FORWARD);
if (sensorModel != nullptr)
[...]
```
\ No newline at end of file
```
Clone repository
  • Deprecated Info
  • Help for release actions
  • How to contribute to QGIS related to OTB processing provider
  • How to deprecate
  • List of publications mentioning OTB
  • Migration guide OTBv8
  • OTB Continuous Integration platform
  • OTB Users Day 2018
  • PSC meetings
  • Remote Modules
  • Remove OSSIM
  • Home
  • uploads
    • d7dcea8f9f7385fc40a5cc8328f02520
      • filterRefactoring