Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to visualize stepwise aggregated edge data?

Thanks, Jakob. 

On Wed, Jul 28, 2021 at 11:48 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
To ensure that you can jump from on data interval to the next with a single click on the 'single-step' button in sumo-gui, run:
sumo-gui -n net.net.xml --edgedata-files YOURDATA.xml --step-length FREQ

Am So., 4. Juli 2021 um 15:17 Uhr schrieb Moyukh Laha <iammoyukh@xxxxxxxxx>:
Hello Jakob,
I am unable to understand your answer. Which file should I make these changes to? I am loading the edgeData files from sumo-gui. EdgeData files are already generated based on the FREQ interval I fixed in the edgedata.add.xml.
Can you please provide some examples and the full command?
Thanks.

On Sun, Jul 4, 2021 at 1:55 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
if you wish the visualize the data in sumo-gui you can set --step-length FREQ and step through the intervals in the simulation. Also you can set --begin to jump to the desired interval.

Am So., 4. Juli 2021 um 08:05 Uhr schrieb Moyukh Laha <iammoyukh@xxxxxxxxx>:

Hello,
I want to visualize in a stepwise aggregated way. Meaning, say I have data that runs from 1-1000s.

Now I know how to get aggregated edge data (for the entire 1000s). I also know how to generate stepwise data by setting freq. (<edgeData id="vehData" file="edgeData_vehs_50.xml" freq = "50" />). But It generates a single file. 

However, I want to visualize the edge data (for each aggregated 50s) separately (which should require separate edge data files to load them). But I have a single edge data file (in a 50s stepwise manner). How to visualize them separately? Like one visualization for the first 50s, then for the next 50s (51-100s), and so on.

Thanks.
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top