Skip to content

Conversation

@afarber
Copy link
Contributor

@afarber afarber commented Jan 30, 2026

Issue

Fixes #4930

This PR adds an -o / --output option to osrm-extract so users can specify a custom output base path. This allows using the same OSM file with different routing profiles to generate separate output files without needing symbolic links.

Example usage:

osrm-extract -p profiles/car.lua planet.osm.pbf -o /data/car                                                                   
osrm-extract -p profiles/bicycle.lua planet.osm.pbf -o /data/bicycle                                                           

Tasklist

Requirements / Relations

None

@afarber afarber force-pushed the 4930-osrm-extract-output branch from 4d959f0 to 540fea6 Compare February 6, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to specify output file in osrm-extract

1 participant