Bachelorprojekt-2017-DB / sensor_simulation

Simulate Deutsche Bahn train network regarding decentralized sensor data exchange
1 stars 1 forks source link

Merge appropriate stations #8

Open kryptokommunist opened 6 years ago

kryptokommunist commented 6 years ago

Stations like Berlin Hbf Tief and Berlin Hbf are currently counted as different stations. Merge these and similar cases using something like Levenshtein distance

mewitte commented 6 years ago

The lat and lon of attributes of stops might be useful for that. Checked only for Berlin Hbf and Berlin Hbf (tief), but they were identical.

lpirl commented 6 years ago

To me, incorporating geographical data seems to be essential to avoid merging stations that are not actually the same.