Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

Create Shapefile from Set of Routes in OSMNX

Place Lat Long Saluhallen 57,7052433780123 11,9678099732456 Gothenburg Law Court 57,7070260802736 11,9660123575804 Göteborg Centralstasjon 57,7090180088649 11,972294301168 Sahlgrenska University ...
FesterShinetop's user avatar
0 votes
1 answer
116 views

How to convert convert one column in csv to two separate files: a shape file and an osm file in Python?

I have a .csv file that contains taxi trips, and one column is called trip_coordinates stored as strings, for example one trip coordinates would look like this (stored as string!): [[40.7457407, -73....
abs8090's user avatar
  • 131
1 vote
1 answer
2k views

Loading a local XML or Shapefile into OSMNX to create a graph

How do you load a local file into OSMNX to create a graph? We have a roadnetwork of a secret and private area that is not integrated in OSMNX, but we want to use the nice possibilities that OSMNX has. ...
Damiaan van Harteveld's user avatar
0 votes
1 answer
201 views

Momepy Geodataframe to Shapefile Error with Class 'list'

I am processing OSM data to calculate straightness of streets in a city. This function in Momepy works perfectly. When I want to save the result (geodataframe) to a shapefile, it gives me an error: ...
prasad.gis's user avatar
1 vote
2 answers
895 views

OSMnx - problems with example file

I'm really new to Python and to OSMnx as well. I'm trying to figure out how this package works, my ultimate goal would be to be able to create shapefiles from a list of streets and I hope this package ...
katona sanyi's user avatar
0 votes
1 answer
983 views

Osmnx: how to make plot_shape() work in pyplot subplots?

I've been using OSMNX to extract shapes of parks from Open Street Maps. I am trying to display them as a standard pyplot subplots but I can't quite make it work directly. Say this is my array of ...
puntofisso's user avatar