浏览代码

Back up and graphs

Snej69420 5 月之前
父节点
当前提交
bbd2f6dac7

二进制
Assets/SUMO/FOE.png


二进制
Assets/SUMO/Flow-Density.png


+ 36 - 0
Assets/SUMO/Graph-Commands.txt

@@ -0,0 +1,36 @@
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py --title "Queueing Times" -x timestep --xticks 0,1000,100,10 --xlabel "Timestep (s)" -y queueing_time --ylabel "Queueing Time (s)" -o QueueingTime.png FOEQueueOutput.xml -i id --filter-ids :J7_1_0
+$
+
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py --title "Queue Lengths" -x timestep --xticks 0,1000,100,10 --xlabel "Timestep (s)" -y queueing_length --ylabel "Queue Length (m)" -o QueueLength.png FOEQueueOutput.xml --legend
+$
+
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py FOETripInfoOutput1.xml FOETripInfoOutput2.xml  --title "Waiting Time 5 vs 10 vehicles" -x timeLoss -y @COUNT -i @NONE --legend --barplot --xbin 20
+$
+
+$
+python3 /usr/share/sumo/tools/plot_trajectories.py -t td -o T-D-Trajectory.png FOEfcdOutput.xml --title "Time-Distance Trajectory" --legend --xlabel "Time (s)" --ylabel "Distance (m)" --xticks 0,1000,100,10
+$
+
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py FOEEdgeData.xml -i id -x density --xlabel "Density (veh/km)" -y left --yfactor 60 --ylabel "Flow (veh/h)" --scatterplot --title "Flow-Density Diagram" --legend
+$
+
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py FOEEdgeData.xml -i id -x density --xlabel "Density (veh/km)" -y speed --ylabel "Speed (m/s)" --scatterplot --title "Speed-Density Diagram" --legend
+$
+
+$
+python3 /usr/share/sumo/tools/visualization/plotXMLAttributes.py FOEEdgeData.xml -i id -x left --xfactor 60 --xlabel "Flow (veh/h)" -y speed --ylabel "Speed (m/s)" --scatterplot --title "Speed-Flow Diagram" --legend
+$
+
+$
+python3 /usr/share/sumo/tools/plot_trajectories.py FOEfcdOutput.xml -t kt -o plot.png -s
+$
+
+Probably not relevant anymore as it relies on an ancient version of numpy and gives weird graphs, with very little data.
+$
+python3 /usr/share/sumo/tools/visualization/macrOutput.py FOEEdgeData.xml
+$

二进制
Assets/SUMO/H-Flow-Density.png


二进制
Assets/SUMO/H-QueueingTimeBottleNeck.png


二进制
Assets/SUMO/H-Speed-Density.png


二进制
Assets/SUMO/H-Speed-Flow.png


二进制
Assets/SUMO/H-Time-Distance-Trajectory.png


二进制
Assets/SUMO/QueueingTimeBottleNeck.png


Assets/SUMO-Routes-Demand.png → Assets/SUMO/SUMO-Routes-Demand.png


Assets/SUMOGUI.png → Assets/SUMO/SUMOGUI.png


Assets/SUMORoadNetwork.png → Assets/SUMO/SUMORoadNetwork.png


二进制
Assets/SUMO/Speed-Density.png


二进制
Assets/SUMO/Speed-Flow.png


二进制
Assets/SUMO/Time-Distance-Trajectory.png


二进制
Overleaf.zip


文件差异内容过多而无法显示
+ 14547 - 0
Traffic Models/Krauss++.pdf


二进制
Traffic Models/Krauss.pdf