Skip to content

anezih/brouter-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Powershell scripts to create brouter routing data

Topics

Resources

License

Stars

Watchers

Forks