active questions tagged geotagging - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T22:16:31Zhttp://stackoverflow.com/feeds/tag/geotagginghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1728653/rss-to-kml-overlay0RSS to KML Overlaykonzepz2009-11-13T11:25:47Z2009-11-13T11:25:47Z
<p>I'm want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display map placemarks according to given geotags?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/1400717/reverse-wikipedia-geotagging-lookup8Reverse wikipedia geotagging lookupbjarkef2009-09-09T16:30:37Z2009-11-10T10:25:37Z
<p>Wikipedia is <a href="http://en.wikipedia.org/wiki/Geotagging" rel="nofollow">geotagging</a> a <a href="http://en.wikipedia.org/wiki/Aalborg" rel="nofollow">lot</a> <a href="http://en.wikipedia.org/wiki/British%5FIsles" rel="nofollow">of</a> <a href="http://en.wikipedia.org/wiki/Kent%27s%5FCavern" rel="nofollow">its</a> <a href="http://en.wikipedia.org/wiki/Aalborghus%5FCastle" rel="nofollow">articles</a>. (Look in the top right corner of the page.)</p>
<p>Is there any API for querying all <a href="http://en.wikipedia.org/wiki/Wikipedia%3AWikiProject%5FGeographical%5Fcoordinates" rel="nofollow">geotagged pages</a> within a specified radius of a geographical position?</p>
<p><strong>Update</strong></p>
<p>Okay, so based on lost-theory's answer I tried this (on <a href="http://dbpedia.org/snorql/" rel="nofollow">dbpedia query explorer</a>):</p>
<pre><code>PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
SELECT ?subject ?label ?lat ?long WHERE {
?subject geo:lat ?lat.
?subject geo:long ?long.
?subject rdfs:label ?label.
FILTER(xsd:float(?lat) - 57.03185 <= 0.05 && 57.03185 - xsd:float(?lat) <= 0.05
&& xsd:float(?long) - 9.94513 <= 0.05 && 9.94513 - xsd:float(?long) <= 0.05
&& lang(?label) = "en"
).
} LIMIT 20
</code></pre>
<p>This is very close to what I want, except it returns results within a (<a href="http://en.wikipedia.org/wiki/Local%5Fproperty" rel="nofollow">local</a>) square around the point and not a circle. Also I would like if the results where sorted based on the distance from the point. (If possible.)</p>
<p><strong>Update 2</strong></p>
<p>I am trying to determine the euclidean distance as an approximation of the true distance, But I am having trouble on squaring a number in sparql. (<a href="http://stackoverflow.com/questions/1401401/power-in-sparql-and-other-math-functions">Question opened here</a>.) When I get something useful I will update the question, but in the meantime I will appreciate any suggestions on alternative approaches.</p>
<p><strong>Update 3</strong></p>
<p>A final update. I gave up on using sparql trough dbpedia. I have written a simple parser which fetches the wikipedia article text nightly database dump and parses all articles for geocodes. It works rather nicely and it allows me to store information about geotagged articles however I wish.</p>
<p>This is probably the solution I will continue using, and if I get around to create a nice interface to it I might consider allowing public API access and/or publishing the source to the parser.</p>
<p>Thanks for all the suggestions, comments and help!</p>
http://stackoverflow.com/questions/856294/how-to-have-markers-on-a-map-cluster-instead-of-stack0How to have markers on a map cluster instead of stackTJ Sassani2009-05-13T06:00:52Z2009-09-18T17:00:02Z
<p>Hello, my team is trying to resolve an issue with limited time. We have developed a fairly complex map interface on our site to display content (trips, social content, etc). when a user runs a search for "Kayaking San Francisco" for example, the map shows all the kayaking trips in SF, but since they are all geotagged (using geonames.org) to the same plan, the flags on the map stack instead of clustering. i am poking around trying to find a solution - do you have any ideas? we have RoR - <a href="http://www.ekoventure.com" rel="nofollow">http://www.ekoventure.com</a> </p>
http://stackoverflow.com/questions/919532/an-api-to-send-a-text-string-place-and-get-text-strings-back-of-places-nearby0An API to send a text string place, and get text strings back of places nearbypetervandijck.com2009-05-28T06:59:53Z2009-06-02T22:02:52Z
<p>Hi,
I'm looking for an API or a combination of API's where I can send "Anjuna, India" and get back a list of places nearby. The data is mostly for "third world" countries, less so for Europe/US. Any suggestions/ideas about how to structure this?</p>
http://stackoverflow.com/questions/453395/what-is-the-best-way-to-geotag-jpeg-images-with-python1What is the best way to geotag jpeg-images with python?Frank Bannister2009-01-17T14:49:53Z2009-01-17T15:45:16Z
<p>I have coordinates from some source and want to tag my jpg files with them. What is the best python library for writing geotags into exif data?</p>
http://stackoverflow.com/questions/193293/getting-image-metadata-in-net-without-regards-to-metadata-format1Getting image metadata in .NET without regards to metadata formatChris Charabaruk2008-10-10T23:03:10Z2008-10-10T23:26:43Z
<p>Given a filename, I need to be able to access certain metadata in an image for a (closed source) project I'm currently developing, without regard to how the metadata is stored (that is, Exif, IPTC, or XMP). In particular, I want to access geotagging data.</p>
<p>Is there a way of doing this <b>without</b> requiring any third party assemblies or libraries (i.e. is it doable with stock Microsoft .NET) and how would it be done? Or am I stuck with a lot of P/Invoking of <a href="http://msdn.microsoft.com/en-us/library/ms735422(VS.85).aspx" rel="nofollow">WIC</a>?</p>
http://stackoverflow.com/questions/112759/how-to-map-geo-location-based-on-one-or-all-of-these-services0How to map geo location based on one or all of these services.Parrfolio2008-09-22T01:20:32Z2008-10-03T17:02:11Z
<p>I'm looking for a solution to map one or all of the following Flickr, twitter, vimeo, by exif, keywords or whatever to google maps. I'm trying to show a map of my location from updating social sites.</p>
http://stackoverflow.com/questions/166620/geolocated-version-control7Geolocated version control?Gilles2008-10-03T12:40:34Z2008-10-03T14:05:28Z
<p>Much like it's possible to geotag pictures, I wonder if there is a way to automatically geolocate the code associated with a commit - or any changes - in a version control system like SVN? </p>
<p>I couldn't find any information about this and I don't know if for example SVN stores the IP address used by the committers, which in most situations would be enough to differentiate the different places the changes were made from.</p>
<p>Even in a situation where I use a repository on my own I would find it useful to know which portions of code were written at home, which at the office and which while traveling. That way one could maybe make some statistics about their performance depending on where they are.</p>
<p>So do you know any tool or plugin that lets one do that? </p>
<p>Using a different user account for each location wouldn't be a satisfactory solution, I'm really looking for something that would store the IP or use whatever other technique there might be to locate a user at the time he/she's doing changes.</p>