【发布时间】:2020-02-01 18:43:33
【问题描述】:
我已经安装了证书(使用了来自不同线程的这个建议)。Here's the code and the result
from geopy.geocoders import ArcGIS
nom = ArcGIS()
location=nom.geocode("3995 23rd st, San Francisco, CA 94114",timeout=180)
print(location)
有什么问题?我没有得到经度/纬度的结果。 如何得到结果?
请帮忙。
【问题讨论】:
-
添加
print(location)的结果?它是打印地址而不是点吗?
标签: python-3.x geopy