Page 1 of 1

SearchGraph computation in batch

Posted: Thu Mar 26, 2015 2:24 pm
by Bernd Welter
Hello together,

this posting is just a little hint... today a colleague asked me whether we can compute a set of searchgraphs in a batch during the night - based on several different profiles. As each individual computation takes up to an hour he was looking for an approach to define this job once. The answer is simple (but you need to know it):

Use a batch file with the following structure:

Code: Select all

call routingnetworkgenerator dimaCar.xml
call routingnetworkgenerator dimaTruck.xml
call routingnetworkgenerator dimaPedestrian.xml
call routingnetworkgenerator dimaBicycle.xml
That's it, thanks to Franziska for the hint!

Bernd