-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
osrm-extraction recommend osrm-contract instead of partition #7034
Copy link
Copy link
Closed
Labels
Description
Issue
After osrm-extract finished executing it recommends
running osrm-contract.
osrm-backend/src/extractor/extractor.cpp
Line 356 in 203314b
| << "./osrm-contract " << config.base_path; |
According to the wiki it is preferred to use
osrm-partition instead.
Steps to reproduce
Please provide the steps required to reproduce your problem.
osrm-backendversion being used: v5.27.1 on commit 203314b- OSM extract that was processed: europe-latest.osm.pbf
- Processing commands (e.g. CH vs MLD processing): None, does not matter
- Server queries: None
Specifications
Please provide details of your development environment.
- Library/dependency versions:
- Operating system: Debian 11 (Bullseye) on WSL
- Hardware: i7-4770, 32GB RAM
Reactions are currently unavailable