gpt4 book ai didi

geopy.exc.GeocoderInsufficientPrivileges : HTTP Error 403: Forbidden

转载 作者:行者123 更新时间:2023-12-05 01:42:36 43 4
gpt4 key购买 nike

我正在尝试使用 geopy 获取纬度/经度,但它会引发 http 403 禁止错误。

from geopy.geocoders import Nominatim
geolocator = Nominatim()
addr = '350 5th Ave, New York, NY 10118'
location = geolocator.geocode(addr)
print location

最近几天一切正常。

    raise ERROR_CODE_MAP[code](message)
geopy.exc.GeocoderInsufficientPrivileges: HTTP Error 403: Forbidden

最佳答案

“GeocoderInsufficientPrivileges”错误 - 尝试使用“Photon”而不是“Nominatim”

from geopy.geocoders import Photon
geolocator = Photon(user_agent="measurements")

关于geopy.exc.GeocoderInsufficientPrivileges : HTTP Error 403: Forbidden,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51503389/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com