<div>You could use KML for this purpose without much abuse of the standard at all.</div><div><br></div><div>Combine these two documents into one:</div><div>&nbsp;&nbsp;<a href="http://code.google.com/apis/kml/documentation/photos.html">http://code.google.com/apis/kml/documentation/photos.html</a><br>
</div><div>&nbsp;&nbsp;<a href="http://code.google.com/apis/kml/documentation/extendeddata.html">http://code.google.com/apis/kml/documentation/extendeddata.html</a><br></div><div><br></div><div>If you have to maintain a lot of metadata it might not be ideal, but the bonus is you can load your file and see your photos in Google Earth.</div>
<div><br></div><div>Here&#39;s a rough sketch:</div><div><br></div><div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&lt;PhotoOverlay&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;name&gt;My Cool Photo&lt;/name&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- Authorial information for this file --&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;atom:author&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;atom:name&gt;Michael Ashbridge&lt;/atom:name&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/atom:author&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;atom:link href=&quot;<a href="http://libkml.googlecode.com">http://libkml.googlecode.com</a>&quot;/&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- Information for the &quot;description balloon&quot; in the mapping</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp; &nbsp; application. If not supplied, an HTML table is generated</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp; &nbsp; from the content of ExtendedData. --&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;description&gt;This is my cool photo...&lt;/description&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- Or use &lt;TimeSpan&gt; to supply a range --&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;TimeStamp&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;when&gt;2009-02-04T22:17:00-08:00&lt;/when&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/TimeStamp&gt; &nbsp;&nbsp;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- Arbitrary metadata as name-value pairs --&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;ExtendedData&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;Data name=&quot;job-id&quot;&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp; &nbsp;&lt;value&gt;your job id&lt;/value&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;/Data&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;Data name=&quot;camera-info&quot;&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp; &nbsp;&lt;value&gt;your camera info&lt;/value&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;/Data&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;!-- etc. etc. --&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/ExtendedData&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- The photo resource. Can be <a href="http://server.come/photo.jpg">http://server.come/photo.jpg</a> --&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;Icon&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;href&gt;path/to/my/photo.jpg&lt;/href&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/Icon&gt; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br>
</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- How the photo is drawn --&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;rotation&gt;0&lt;/rotation&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;ViewVolume&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;leftFov&gt;-30&lt;/leftFov&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;rightFov&gt;30&lt;/rightFov&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;bottomFov&gt;-20&lt;/bottomFov&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;topFov&gt;20&lt;/topFov&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;near&gt;10&lt;/near&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/ViewVolume&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;!-- Where the photo is drawn --&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;Point&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp; &nbsp;&lt;coordinates&gt;-122.0, 37.0, 0.0&lt;/coordinates&gt;</span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;/Point&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&nbsp;&nbsp;&lt;shape&gt;rectangle&lt;/shape&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;"><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">&lt;/PhotoOverlay&gt;</span></div>
<div><br></div></div><div><br></div><br><br><div class="gmail_quote">On Wed, Feb 4, 2009 at 10:39 AM, Landon Blake <span dir="ltr">&lt;<a href="mailto:lblake@ksninc.com">lblake@ksninc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">









<div lang="EN-US" link="blue" vlink="purple">

<div>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">As part of my "experimental" work with the Open Street
Map project I have been taking digital photos of features that I map. This
includes things like street signs, land marks, (and of course) streets. I've
been working this week on a way to describe these photos for future use. Think
of the photo descriptions as a type of metadata. </span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">What I really want is to have photo descriptions that could
be used in combination with a digital photo of a feature by a user to attribute
a feature visible in the photo. Ideally the photo and the photo description
would allow attribution by a user that hadn't done the mapping personally.</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">I'm wondering if there is an existing standard for
digital photo descriptions, especially photos of geospatial features taken
during field work.</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">I tinkered with an XML file format for this very purpose. I've
attached a zip file with two samples of the format. If there isn't an
existing standard for geospatial photo descriptions, I wonder if other OSGeo
members would be interested in working on one. I don't envision anything
grandiose like the standards put forth by the OGC. I'm thinking of
something much simpler, and practical. I'm really looking for a file
format that would allow us to share structured digital photo descriptions among
open source GIS applications.</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">My initial xml file contains the following sections:</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Date and Time</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Job/Project Identification</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Photographer Info</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Camera Info</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Photo Direction</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Photo Location</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Photo Description</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Visible Features List</span></font></p>

<p style="margin-left:.5in;text-indent:-.25in"><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial"><span>-<font size="1" face="Times New Roman"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Photo Limits List</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Please let me know what you think. I copied the
java-collaboration mailing list on this message. If there is interest in this
type of standard, I would be willing to do some initial work on a Java API to
read/write the file format.</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">&nbsp;</span></font></p>

<p><font size="2" face="Arial"><span style="font-size:10.0pt;font-family:Arial">Landon</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size:12.0pt">&nbsp;</span></font></p>

</div>

<br><br><font face="Arial"><font size="1"><strong>Warning:<br></strong>Information provided via electronic media is not guaranteed against defects including translation and transmission errors. If the reader is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.&nbsp; If you have received this information in error, please notify the sender immediately.</font></font></div>



<br>_______________________________________________<br>
Standards mailing list<br>
<a href="mailto:Standards@lists.osgeo.org">Standards@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/standards" target="_blank">http://lists.osgeo.org/mailman/listinfo/standards</a><br>
<br></blockquote></div><br>