SearchGraph computation in batch

Deals with generic topics such as logging, framework and so on. If you are not sure where to place your topic just put it here.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

SearchGraph computation in batch

Post 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
Post Reply