Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Representing loop detectors as Graph in .csv

It would convert all the attributes into csv columns and is usable with any xml input (as you can easily test yourself). If you have code that uses plain.edg.csv then you can also use detectors.add.csv.

Am Fr., 18. Feb. 2022 um 13:15 Uhr schrieb Jordan Mc Connon <jordan.mcconnon5@xxxxxxxxxxx>:
Hi,
I want to represent the loop detectors in my additional file:
`detectors.add.xml` (generated via *netedit*) as a graph.
I think converting `detectors.add.xml` into csv format
may be helpful with this, would this work the same as:
```
netconvert -s yournet.net.xml --plain-output-prefix plain
python3 sumo/tools/xml/xml2csv.py plain.edg.xml
```
would for a `.net.xml` file? or would the output be more or less useless to me (if it works at all).

Regards,
Jordan McConnon

Séanadh Ríomhphoist/

Email Disclaimer

Tá an ríomhphost seo agus aon chomhad a sheoltar leis faoi rún agus is lena úsáid ag an seolaí agus sin amháin é. Is féidir tuilleadh a léamh anseo. 

This e-mail and any files transmitted with it are confidential and are intended solely for use by the addressee. Read more here. 

_______________________________________________
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