Skip to content

New SAR sensor Model (CosmoSkymed)

Gaëlle USSEGLIO requested to merge ussegliog/otb:CosmoSARModel into develop

Summary

New Sar Sensor model to read and extract metadata from some Cosmo Skymed products.

Rationale

Can be used to read/extract metadata from Cosmo products (for now only for SCS products with HImage or Spotlight acquisition mode)

Implementation Details

Classes and files

Five classes was changed :

  • otbImageMetadataInterfaceFactory : To add Cosmo Model into the list of available models.
  • otbSarImageMetadataInterfaceFactory : To add Cosmo Model into the list of available sar models.
  • ossimSarSensorModel : To specify the SCS products as expected product.
  • ossimCosmoSkymedModel : To adapt the cosmo model with Sentinel 1 as reference
  • ossimPluginProjectionFactory : To instanciate the Cosmo model and read the associated h5 file

Two classe was added :

  • otbCosmoImageMetadataInterface
  • otbCosmoImageMetadataInterfaceFactory

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
Edited by Julien Michel

Merge request reports