<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Oh, that's perfect actually, it did tell me that using TRE twice should work and it actually does. My error was that I had extra bytes at the end of my TREs, I removed those and now I've got all my TREs showing up, so thank you!</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Od:</b> Brad Hards <bradh@frogmouth.net><br>
<b>Wysłane:</b> wtorek, 11 czerwca 2024 14:05:19<br>
<b>Do:</b> Marek Setnik<br>
<b>DW:</b> gdal-dev@lists.osgeo.org<br>
<b>Temat:</b> Re: [gdal-dev] Adding multiple TREs to a NITF using gdal_translate</font>
<div> </div>
</div>
<div>
<div dir="auto">Not quite what you asked for, but https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/nitf.py#L2101 might be another way to achieve what you need. Otherwise,  some more details on exact TREs might be relevant. </div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 11 June 2024 8:11 pm, Marek Setnik via gdal-dev <gdal-dev@lists.osgeo.org> wrote:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div style="font-size:12pt;color:#000000;font-family:'calibri' , 'helvetica' , sans-serif" dir="ltr">
<p></p>
<p style="font-family:'calibri' , 'helvetica' , sans-serif , serif , 'emojifont';font-size:16px">
Hello!<br>
<br>
I'm having trouble with adding multiple TREs to a NITF file (using C++ API), the documentation mentions that the TRE creation options allows for that but I can't figure out the syntax, how do I achieve something like this: TRE=NAME1=VALUES1,NAME2=VALUES2 ?
 (I also tried to use TRE creation option twice like so: -co TRE=NAME1=VALUES1 -co TRE=NAME2=VALUES2, but the second TRE gets ignored)</p>
<p style="font-family:'calibri' , 'helvetica' , sans-serif , serif , 'emojifont';font-size:16px">
<br>
</p>
<p style="font-family:'calibri' , 'helvetica' , sans-serif , serif , 'emojifont';font-size:16px">
Thanks in advance!<br>
<br>
Marek</p>
<br>
<p></p>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>