Skip to content

Commit

Permalink
fixup! fixup! editoast, osm_to_railjson: add a readme example for Ger…
Browse files Browse the repository at this point in the history
…many
  • Loading branch information
bougue-pe committed Sep 11, 2024
1 parent 4722e84 commit d7b9271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editoast/osm_to_railjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Example for Germany:
2. Launch conversion (release build of editoast and conversion can be long):
```sh
cd ../../editoast
cargo run -r -- osm-to-railjson <path/to/germany-latest.osm.pbf> <path/to/germany_railjson.json>
cargo run --release -- osm-to-railjson <path/to/germany-latest.osm.pbf> <path/to/germany_railjson.json>
```
3. Load railjson (also possible through a script or OSRD's web interface):
3. Load railjson (also possible through [a script](../../scripts/load-railjson-infra.sh) or OSRD's web interface):
```sh
cargo run -r -- infra import-railjson "Germany" <path/to/germany_railjson.json>
cargo run --release -- infra import-railjson --generate "Germany" <path/to/germany_railjson.json>
```

0 comments on commit d7b9271

Please sign in to comment.