Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Youssefi
otb
Commits
854f3eed
Commit
854f3eed
authored
Jul 07, 2020
by
Julien Osman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Export SARParam with ToKeywordList
parent
bc432d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Modules/Core/Metadata/src/otbImageMetadata.cxx
Modules/Core/Metadata/src/otbImageMetadata.cxx
+5
-1
No files found.
Modules/Core/Metadata/src/otbImageMetadata.cxx
View file @
854f3eed
...
...
@@ -262,7 +262,11 @@ void ImageMetadataBase::ToKeywordlist(Keywordlist& kwl) const
// MDGeom::SensorGeometry should be exported as "<typeinfo>" where typeinfo is boost::any::type().name()
oss
<<
kv
.
second
.
type
().
name
();
}
// TODO : MDGeom::SAR
else
if
(
kv
.
first
==
MDGeom
::
SAR
)
{
// To be completed by ImageIO
oss
<<
std
::
string
(
"<SARParam>"
);
}
// TODO : MDGeom::Adjustment
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment