Skip to content

Ask HN: What are some good tools for converting GPS data into a location name?

3 pointsDevlin_Donnelly6 comments
On HN

I am working on a web-based application and I want to read in GPS coordinates provided by the user's browser and output a specific location such as the name of a city or other locality.

Thanks for any tips.

Comments

Thanks for the idea, but apparently google only allows the use this service in conjunction with Google maps, so it won't work for my project.

Maybe there are some open source map databases of GPS coordinates mapped to political/municipal localities?

MapQuest offers a geocoding service which doesn't tie you to MapQuest's maps the way Google does. It's free up to some usage amount (I think it's 5k requests a day). You can see more here:

http://www.mapquestapi.com/geocoding/

Thanks it looks like this one might work for my needs.

If by chance you're using Ruby on Rails, then http://www.rubygeocoder.com/ is great.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.