Live data from Hacker News

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

news.ycombinator.com

1–7 of 7 posts

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

#4
post #3

Try using Google maps reverse geocoding https://developers.google.com/maps/documentation/geocoding/#...

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?

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

#5
post #3

Try using Google maps reverse geocoding https://developers.google.com/maps/documentation/geocoding/#...

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/

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

#6

Earlier quoted context omitted.

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.