Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 834 Bytes

File metadata and controls

26 lines (16 loc) · 834 Bytes

brouter-scripts

Powershell scripts to create BRouter routing data.

create_bef.ps1

Download SRTM data from https://srtm.csi.cgiar.org/srtmdata. For tile size choose: Tile 5 x 5 degree and for the format choose: Esri ASCII.

Usage

.\create_bef.ps1 -Srtm3Path "C:\Users\user\Downloads\srtm3data"

create_rd5.ps1

Put this script next to the brouter-*-all.jar and profiles2/ folder. Download all.brf and softaccess.brf from the https://github.com/abrensch/brouter/tree/master/misc/profiles2 and save them to the local profiles2/ folder.

Usage

.\create_rd5.ps1 -PbfPath "C:\Users\user\Downloads\turkey-latest.osm.pbf" -Srtm3BefFolder "C:\Users\user\Downloads\srtm3data\bef"

If java is not in your PATH you can specify its full location in the $JAVA variable.