私は geopy を使用して、フランスのパリの通りの位置を特定しています。このローカリゼーションで問題が発生しました: 25 rue Constantine, Paris.
以下のコード:
location2 = geolocator.geocode("25 rue Constantine, Paris",timeout=20)
arrival=(location2.latitude, location2.longitude)
print arrival
この通りの緯度と経度を示します。
(45.1586776、5.7459736)
フランスのグルノーブル市に近い(パリから約450km!)。
何が問題になるか知っていますか?
あらかじめご了承ください。
乾杯、オリヴィエ