RoutingConfig loads OSRM/OTP URLs from env vars. OSRM client uses the /table endpoint for batch NxM distance matrices (walk/cycle). OTP client uses GraphQL API for transit routes. POI distance calculator orchestrates both, skipping already-computed distances and reporting progress. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| district_service.py | ||
| export_service.py | ||
| floorplan_detector.py | ||
| image_fetcher.py | ||
| listing_cache.py | ||
| listing_fetcher.py | ||
| listing_service.py | ||
| passkey_service.py | ||
| poi_distance_calculator.py | ||
| poi_service.py | ||
| query_splitter.py | ||
| route_calculator.py | ||
| task_service.py | ||