OPENER-next / OpenStop

App for collecting OpenStreetMap-compliant accessibility data in public transport
https://openstop.app
GNU General Public License v3.0
65 stars 13 forks source link

[Idea] Limit the size of the red circles? #131

Closed wielandb closed 10 months ago

wielandb commented 1 year ago

Idea

Sometimes, the density of stop areas is so high or other factors align wrongly that really massive red circles can occur, spanning multiple city blocks at once. This leads to questions getting asked for objects waaaay outside the vicinity of any public transport station, like in this example at Halle (Saale) Marketplace:

photo1672763461

Bug Relation

No response

Implementation

So my idea would be: Maybe there could be a maximum size a red circle is allowed to have before two seperate smaller ones generate?

Additional Info

No response

Robbendebiene commented 1 year ago

I don't think this is a feasible solution to the problem. The maximum size should at least be as large as something like Berlin main station, which is roughly the size of the circle in your screenshot.

Most of the problems can probably be circumvented by:

While the latter is currently being worked on, the former has some challenges. Currently the merging algorithm only looks which platforms are close to each other and doesn't make any additional name checks. The main challenges here are that the platform names may differ even though they belong to the same stop area, the stop area relation may be missing, stop area circles may overlap which should be treated with care.

wielandb commented 10 months ago

I think, since the red circles are gone, we can close this issue, right?

7h30n3 commented 10 months ago

Just for reference, here is a screenshot of the same place:

This issue or rather feature request was solved with #172.