Skip to content
Advertisement

Tag: osmnx

SSL Error (Port=443) Max retries exceeded when trying to import osmnx data in Jupiter Notebook

When trying to run this line G = ox.graph_from_place(‘Piedmont, CA, USA’, network_type=’drive’) I get this error: I googled and found this could be a solution but I got the same error message: (I changed my/app_1 to “ABC” in the code above) I also tried – since that was in another solution on stackoverflow, this: but the same SSL-error appeared. I’m

Dividing streets to smaller segments in OSmnx

Is it possible to divide street segments to smaller parts in OSmnx? For instance let’s say we want to divide a street in 10 meter segments or divide a street into 10 equal parts. Let’s say in this example, I want to have 10 nodes, equally distanced, in streets whose lengths are greater than 50 meter. Is this possible? I

Advertisement