Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] xml2csv - edge-based traffic measures

Hi Manos,


according to https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html the output seams to be a node meandata

Looking for meandata in all SUMO xsd-files yields:


harald@nyc> grep meandata $SUMO_HOME/data/xsd/*.xsd
/usr/local/share/sumo/data/xsd/additional_file.xsd:    <xsd:include schemaLocation="meandataTypes.xsd"/>
/usr/local/share/sumo/data/xsd/additional_file.xsd:            <xsd:element name="edgeData" type="meandataType" minOccurs="0"/>
/usr/local/share/sumo/data/xsd/additional_file.xsd:            <xsd:element name="laneData" type="meandataType" minOccurs="0"/>
/usr/local/share/sumo/data/xsd/additional_file.xsd:    <xsd:complexType name="meandataType">
/usr/local/share/sumo/data/xsd/meandata_file.xsd:    <xsd:include schemaLocation="meandataTypes.xsd"/>
/usr/local/share/sumo/data/xsd/meandata_file.xsd:    <xsd:element name="meandata">

So you are looking for  $SUMO_HOME/data/xsd/meandata_file.xsd


Regards, Harald



Am 05.07.20 um 14:05 schrieb Chaniotakis Manos:

Hi all, meandata_file.xsd


I am wondering if there is any option or way so that the xml2csv.py creates a csv with all outputs from Edge-based Traffic Measures output files (xml) as some variables are omitted. 


I searched for an xsd file but could not find one as well as for an option but also could not find one. 


Best, 

Manos


_______________________________________________
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