github.com/boki/go-xmp@v1.0.1/samples/dji.xmp (about) 1 <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> 2 <x:xmpmeta xmlns:x="adobe:ns:meta/"> 3 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 4 <rdf:Description rdf:about="DJI Meta Data" 5 xmlns:tiff="http://ns.adobe.com/tiff/1.0/" 6 xmlns:exif="http://ns.adobe.com/exif/1.0/" 7 xmlns:xmp="http://ns.adobe.com/xap/1.0/" 8 xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" 9 xmlns:dc="http://purl.org/dc/elements/1.1/" 10 xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/" 11 xmlns:drone-dji="http://www.dji.com/drone-dji/1.0/" 12 xmp:ModifyDate="2014-10-13" 13 xmp:CreateDate="2014-10-13" 14 tiff:Make="DJI" 15 tiff:Model="FC330" 16 dc:format="image/jpg" 17 drone-dji:AbsoluteAltitude="+543.44" 18 drone-dji:RelativeAltitude="+46.60" 19 drone-dji:GimbalRollDegree="+0.00" 20 drone-dji:GimbalYawDegree="-2.00" 21 drone-dji:GimbalPitchDegree="-90.00" 22 drone-dji:FlightRollDegree="+1.30" 23 drone-dji:FlightYawDegree="-1.90" 24 drone-dji:FlightPitchDegree="+4.80" 25 crs:Version="7.0" 26 crs:HasSettings="False" 27 crs:HasCrop="False" 28 crs:AlreadyApplied="False"> 29 </rdf:Description> 30 </rdf:RDF> 31 </x:xmpmeta> 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 <?xpacket end="w"?>