<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">That's just great.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">
All working as expected here.</div><div class="gmail_default" style="font-family:tahoma,sans-serif">Thanks Even for your quick replies.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">
Piero</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 March 2014 20:08, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le dimanche 16 mars 2014 19:23:18, Piero Campalani a écrit :<br>
<div class="">> Hi list,<br>
><br>
> I am using GDAL 1.10 + JP2OpenJPEG driver to encode .JP2 files including a<br>
> GML metadata box.<br>
> <a href="http://www.gdal.org/frmt_jp2openjpeg.html" target="_blank">http://www.gdal.org/frmt_jp2openjpeg.html</a><br>
><br>
> I used it successfully to gdal_translate a JP2 from a GeoTIFF image, but<br>
> then: what are the read/write options for the user with regards to the GML<br>
> box?<br>
<br>
</div>As far as writing is concerned, the GMLJP2 creation option controls whether<br>
the GML box should be written or not. It defaults to YES, as documented.<br>
<div class=""><br>
><br>
> Can gdalinfo extract the GML information and display it?<br>
<br>
</div>Yes, this is done automaticaly when trying to get the SRS and<br>
geotransformation matrix.<br>
<br>
With GDAL trunk (not 1.10), you can the GML fragment with the "-mdd all"<br>
option of gdalinfo.<br>
<div class=""><br>
> When creating a JP2 image, can I specify my own GML fragment?<br>
<br>
</div>Yes, you must define the GMLJP2OVERRIDE configuration option to be the name of a<br>
file that contains the GML fragment. This is admitedly an undocumented feature.<br>
<br>
e.g :<br>
gdal_translate my.tif my.jp2 -of JP2OpenJPEG --config GMLJP2OVERRIDE my.gml<br>
<br>
<br>
><br>
> Best,<br>
> Piero<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</font></span></blockquote></div><br></div>