chalobest / ChaloBEST

Social Transport and Sustainable Mobility in Greater Mumbai
http://dev.chalobest.in
10 stars 15 forks source link

Hierarchical ordering and/or clustering of stops #5

Open shekhark opened 11 years ago

shekhark commented 11 years ago

For enhancing SMS search (Khodadad Circle, railways stations, other stops with close variants).

batpad commented 11 years ago

Hmm .. the idea for this is to create like a StopGroup model or so, where one can "cluster" stops that are very close by .. Ideally, lets try and see if we can figure out a way to do this with a database query rather than creating a new model .. Can we do something like "fetch all stops within a 500m radius that have a name similarity threshhold of 0.1" ? or something like this? Is there anywhere this would be useful other than clustering of routes returned in SMS?

shekhark commented 11 years ago

This is related to #133 and bears further investigation and discussion on the best way to go about this in the database. It will be a manual process.