Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

All Questions

Ask Question
Tagged with
37 questions
Filter by
Sorted by
Tagged with
1vote
1answer
121views

I have the dataset.They are like this:My code is like this:def get_city(latitude, longitude, api_key): """Google Maps Geocoding API to determine the city from coordinates."&...
-2votes
1answer
216views

It almost takes 1 mimute to convert 60 addresses to coordinates with my code. I want the result to contain address, latitude and longtitude in order. Is there other faster ways? Thankscode:import ...
Lara19's user avatar
0votes
0answers
177views

I am trying to get the longtitude and the latitude for a specific place_id in Google Maps Geocoding API, but I am getting an error. Based on the python api documentation there is a parameter place_id ...
0votes
0answers
141views

I am working on a Python application, which uses the geocoder library to find the latitude and longitude information for a given address and store it in a Redis key. All the information is serialized ...
1vote
0answers
416views

I am in need of some help at the moment with some research that I am working on in python. I cannot get this Geocoding API by google to work for some reason and I am not understanding the error code ...
1vote
1answer
765views

I am using the google geocoding api to fill in information on some locations that I have partial information for.For example, I have this partial info and I am trying to get the country and state:...
0votes
1answer
324views

I'm trying to use Google's reverse geocoding API to get the city, state, and country for a list of 250 latitude and longitude coordinates. The pandas dataframe, df, contains the location coordinates ...
0votes
0answers
293views

I am using below code to hit google geocoding api's to get longitude and latitude, but i need to hit max 50 api/sec. Is there any attribute to set value for no of api calls per sec in pycurl muti?...
1vote
1answer
178views

I tried to find the latitude and longitude of an address through Google Geocoding API.I got the json string using the following code:address = "the Empire State Building" api_key = " ...
Adela's user avatar
0votes
1answer
232views

I have this code that basically give me the lat and long when I give it the direction. It is planted to use the API of google but now I need to use the Tomtom API. I don´t know how to do it.import ...
0votes
1answer
963views

I am trying to call Google Map API from Python 3.8. import urllibimport jsonserviceurl = 'http://maps.googleapis.com/maps/api/geocode/json?'while True: address = input('Enter location: ') ...
0votes
1answer
687views

In python(Jupyter notebook) 'getGeoCode' which has "getGeoBoundry(location_name)" function.For this question you need API access.It returns json format like the following:{u'northeast': {u'lat': 22....
0votes
1answer
514views

from geolocation.main import GoogleMapsif __name__=="__main__": address="hyderabad" gmap=GoogleMaps(api_key='MY_API_KEY') locate=gmap.search(location =address) print(locate.all()) ...
0votes
2answers
288views

I am building a reverse geocoding plugin for QGIS, and need to read only specific fields (e.g. only the postal code) from a JSON file. The JSON is the response to a Google Geolocation API call, and is ...
1vote
0answers
328views

I requested about 40,000 times to google's geocode api, and almost every requests were successful, but only few requests didn't work.(responded with ZERO_RESULT)I thought it would be a encoding ...

153050per page
1
23

Hot Network Questions

more hot questions
Newest google-geocoding-api python questions feed

[8]ページ先頭

©2009-2025 Movatter.jp