Tagged Questions
3
votes
1answer
209 views
How to reverse geocode serverside with python, json and google maps?
I'm trying serverside reverse geocoding that can get me a json response and now I want to get 2 or 3 variables from the json response:
I'd like to parse for instance this data and end with eg.
...
3
votes
2answers
198 views
Assign lat/long to zip codes
I have a dataframe latitude and longitude points in R. Using the R data science toolkit, I can assign these points to Country/State/County/City/Constituency/Neighborhood, which is useful.
I'd like ...
3
votes
5answers
2k views
Reverse Geocoding Without Web Access
I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be able to determine the ...
2
votes
3answers
479 views
How to get Phone Number from Latitude & Longitude
I have a bunch of restaurants in an Excel. All these restaurants have Lat/Long co-ordinates. Sadly in this Excel their phone number is missing. So If I want to book a reservation at a particular ...
1
vote
2answers
85 views
Is there a python module, which can turn geocoordinates into the name of the corresponding city?
I have a bunch of coordinates and I want to transform them to human readable addresses. Is there a way to achieve this? It would be great if i can get the name of the city where the coordinates are ...
1
vote
0answers
148 views
GoogleMapsError 602: Can't reverse geocode on a lat/lng obtained by geocoding
I'm using the Python Google Maps wrapper (http://py-googlemaps.sourceforge.net/) and trying to get some driving directions. I've got a load of test locations in latitude/longitude pairs which I ...
0
votes
0answers
159 views
How to find the bound values (East, west, North, South) from the Latitude and longitude
Im having the latitude and longitude values of a point in a geographical map. I want to convert that values to Bounding Values (East, west, North, South). Is there any possible way of doing this.
Any ...