<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-family: Helvetica; font-size: 13px; ">I have one .tif that has tag 700 XMP metadata, and has a tag 33723 IPTC metadata, but does not have tags&nbsp;33550, 33922, 34264, 34735, 34736, 34737 georeferencing metadata.&nbsp;I have a second .tif that has does not have tag&nbsp;700 XMP metadata, nor does it have tag 33723 IPTC metadata, but it does have&nbsp;33550, 33922, 34264, 34735, 34736, 34737 georeferencing metadata.&nbsp;I want to add the tags that provide georeferencing metadata in the second .tif, to the first .tif.&nbsp;As shown below, I first&nbsp;tried using geotifcp, and then tried gdal_translate, but while the resulting .tif does have the georeferencing tags it originally lacked, the resulting .tif is without the tag 700 XMP metadata, and without the tag 33723 IPTC metadata that it originally had.&nbsp;How can georeferencing tags be added to a .tif, withOUT removing preexisting tag 700 XMP metadata, and withOUT removing preexisting tag IPTC 33723 metadata?</span></div><div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 11px;">listgeo 18stj940125.tif &gt; 18stj940125_listgeo.txt</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 11px;">geotifcp -s -r 1 -c none -f msb2lsb -g 18stj940125_listgeo.txt tif_withXMP700_withIPTC33723_withoutGeo.tif tif_withXMP700_withIPTC33723_withGeo.tif</span></font></div><div><span class="Apple-style-span" style="font-family: Helvetica; font-size: 13px; ">Greg</span></div></div></body></html>