Closed balacmi closed 5 years ago
Also add new algorithm for selecting potential UAM stations. Instead of all stations in a radius use logarithmic approach, where after finding the nearest distance, the search radius is reduced to 1.5x of the distance to the nearest station. After finding a second station, the search radius is increased to 1.5x the distance to the second nearest Station and so on until no Station is found anymore.
Thoughts?
UAM routing (esp. access and egress) should be extended with various strategies, at least one of which must be available without any mode choice parameters (e.g. closest stations).
CachedIntermodalRouter now avoids repeating calculation twice.
We need to look into optimizing the UAM router.
Since we will need to route in in MNL we can keep that route and use it in the router later on in order to avoid doing everything twice.