NavigaTUM icon indicating copy to clipboard operation
NavigaTUM copied to clipboard

Show close MVV stations

Open octycs opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. While we have an interactive map where a building or site is located, people still have to look somewhere else to see how to get there.

Describe the solution you'd like On site / building pages, we can show a list of close-by public transport (Subway, Bus) stations, so people see how to get there. We could either collect them by hand for each site / building, or maybe even better collect a list of them with coordinates and auto-generate. Then we could even display the distance in meters.

Describe alternatives you've considered We could also just add links to OSM / Google Maps based on the coordinates. But I think this isn't actually mutually exclusive, we could do both. (See #87)

Additional context Tasks could involve:

  • Getting a list of relevant public transport stations (please also credit them in webclient/src/md/ueber-uns.md and webclient/src/md/about-us.md)
  • Adding a new section specification in sections: in data/data_format_geo-entry.yaml and implement it in e.g. a new section-generating step after -- 81 Generate overview sections
  • Implement the display HTML/CSS in webclient/src/views/view/view-view.inc/.scss

octycs avatar Apr 24 '22 10:04 octycs

I am goonna drop this link here: https://python-mvg-departures.readthedocs.io/en/latest/#mvg_api.get_nearby_stations

CommanderStorm avatar Apr 24 '22 11:04 CommanderStorm

I would like to work on this. The api wrapper you linked is not working anymore, however there exists a csv with all stations.

quarz12 avatar Jun 12 '23 14:06 quarz12