【发布时间】:2020-10-04 20:30:40
【问题描述】:
我正在使用 geopy 包来获取位置地理编码,但总是运行到 HTTP Error 400: Bad Request。
下面是我的代码,遵循官方文档https://geopy.readthedocs.io/en/stable/:
from geopy.geocoders import ArcGIS
geolocator = ArcGIS(scheme="http")
loc_home = geolocator.geocode("175 5th Avenue NYC")
以下是错误:
geopy.exc.GeocoderQueryError: HTTP Error 400: Bad Request
请提前帮助和感谢!
【问题讨论】:
标签: python google-maps geopy