Skip to content

Import OTB metadata

Cédric Traizet requested to merge update_metadata into develop

Summary

Rework of !779 (closed)

The mechanism for importing metadata from a tif containing OTB metadata was implemented but was not actually used in GDALImageIO, this MR adds a call to ImportMetadata in GDALImaageIO::InternalReadImageInformation

A test has been added. It exports the metadata from a tif containing OTB metadata and compare the metadata of the resulting file with the metadata of the input tif. This is a test for both import and export mechanisms.

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