Skip to content

Fixes in SAR metadata

Cédric Traizet requested to merge sar_io_2 into develop

Summary

  • Fix the parsing of SAR calibration data from keywordlist
  • Fix inverted coordinates when updating the GCPs in deburst operations
  • Some fixes in CosmoSkyMed metadata parsing
  • Some fixes in TerraSAR-X metadataparsing
  • Don't try to read GCPs in TerraSAR-X MGD products
  • Use TinyXML instead of XMLMetadataSupplierInterface to read the image GCP in TerraSAR-X products. The size of the GCP file makes the use of XMLMetadataSupplierInterface really slow.
  • Don't use the Sentinel-1 "Absolute calibration constant" as the calibration factor in SARBrightnessToImageFilter as it is built in the calibration vectors.

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