Powershell scripts to create BRouter routing data.
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.
.\create_bef.ps1 -Srtm3Path "C:\Users\user\Downloads\srtm3data"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.
.\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.