Tagged Questions
9
votes
5answers
1k views
Reverse wikipedia geotagging lookup
Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.)
Is there any API for querying all geotagged pages within a specified radius of a geographical position?
...
9
votes
2answers
166 views
Geolocated version control?
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?
I ...
1
vote
2answers
237 views
Storing geo data
Hi I'm using ms sql 2005 to store some latlng data.
It is currently being stored in a nvarchar column in the following form - "35.6949965,139.7555035"
My questions are.
Is this the best way to store ...
1
vote
2answers
119 views
Entity resolution for venues and other geo locations
Say I want to build a check-in aggregator that counts visits across platforms, so that I can know for a given place how many people have checked in there on Foursquare, Gowalla, BrightKite, etc. Is ...
1
vote
4answers
245 views
An API to send a text string place, and get text strings back of places nearby
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 ...
0
votes
0answers
102 views
What is the best way to build a geo tagging engine?
I want to build a geo tagging engine like http://www.geonames.org/rss-to-georss-converter.html for articles
What are the best practices? Solr is a use case for that? I just index all the geodatas and ...
0
votes
0answers
43 views
Geo service: finding and storing addresses
We want to implement service where user have ability
to find nearest object(s) (company) after entering his address.
The main thing in which we faced up, its how to find nearest.
So, how such ...
0
votes
1answer
128 views
How to add geolocation to a tweet in Rails?
At the moment my Rails app can tweet via twitter gem, and I would like to add a geotag to my tweets. The geolocation is constant. How can I do this?
Twitter::Client.new.update('Hello, there!')