enroute

Extremely long response time with graph_from_place OSMNX

Extremely long response time with graph_from_place OSMNX Question: I’m trying to download the map of Mexico to avoid querying using save_graphml and avoiding long response times in the graph_from_place, but I’ve already left this code running for almost six hours and absolutely nothing happens. import osmnx as ox ox.config(use_cache=True, log_console=True) G = ox.graph_from_place(‘Mexico’, network_type = …

Total answers: 1