fom-big-data / fom-big-data-consulting-berlin-mobility-model

Big Data Consulting Project focussing on mobility in Berlin
GNU General Public License v3.0
1 stars 1 forks source link

Analyze distance to public transport stations #18

Closed florianschwanz closed 3 years ago

florianschwanz commented 3 years ago

For each of our sample point analyze the distance to the closest public transport station.

Therefore get a osmnx graph of all stations and calculate the distance between a sample point and the closes node in the graph.