连不上天桥!
import osmnx as ox
ox.plot_graph(ox.graph_from_place(‘Modena, Italy’))
给出:
ConnectionError: HTTPConnectionPool(host='overpass-api.de', port=80): Max retries exceeded with url: /api/interpreter (Caused by NewConnectionError(': 无法建立新连接: [WinError 10060] 连接尝试由于连接方在一段时间后没有正确响应而失败,或者由于连接的主机未能响应而建立连接失败',))
还注意到 osmnx 获得了更多的节点,每个盒子都打开了街道地图——这怎么会发生?提前谢谢!!!