Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Empty output from flowrouter.py

Thank you for the help, I understood the documentaton to mean that it would work with any detector type, my bad!

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Harald Schaefer <fechsaer@xxxxxxxxx>
Sent: Tuesday, February 5, 2019 11:00
To: sumo-user@xxxxxxxxxxx
Subject: Re: [sumo-user] Empty output from flowrouter.py
 
Hi Frederik,

the flowrouter script looks for the tag e1Detector (not inductionLoop).

Example

   <e1Detector id="35135" lane="start_1" pos="-50" freq="60"
   file="detector_sim_35135.xml" friendlyPos="true"/>

Then you get an output like

Reading net
12 edges read
Reading detectors
Loaded 0 sources and 0 sinks from detector file. Added 3 sources and 3
sinks from the network
Reading flows between 0.0 and 240.0
Calculating routes
3 sources, 0 unlimited
3 sinks, 3 unlimited
Writing 2776 vehicles from 3 sources between time 0 and 60 (minutes)
Calculating routes

Best regards,

Harald


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top