python
G = ox.graph_from_place("连云港,中国",network_type="drive",which_result=1)
ox.save_graph_shapefile(G,filepath="C:\Users\Administrator\Desktop\连云港")
一直报错:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='nominatim.openstreetmap.org', port=443): Max retries exceeded with url: /search?format=json&polygon_geojson=1&dedupe=0&limit=1&q=%E8%BF%9E%E4%BA%91%E6%B8%AF%EF%BC%8C%E4%B8%AD%E5%9B%BD (Caused by NewConnectionError('
我记得不用梯子就可以直接下载的呀