Hi Mehdi, It looks like that no edges are found in each polygon. Please check if the generated polygons match to your network. If it is not the case, you can either shift your network with the options offset.x, offset.y, or give your network as input as well when converting the shapefile.
Best regards, Yun-Pang -----Ursprüngliche Nachricht----- Von: sumo-user <[email protected]> Im Auftrag von mehdi Gesendet: Sonntag, 30. Mai 2021 06:12 An: [email protected] Betreff: [SPAM] [sumo-user] Polyconvert and edgesInDistricts.py Dear All, I am trying to generate a TAZ file. 1- Using Polyconvert I converted the shapefile to a polygon file.: /polyconvert -n chattanooga_net_mehdi_netconvert.net.xml --shapefile-prefixes TAZ_2014 --shapefile.id-column TAZID --shapefile.guess-projection t -o polygon.xml --type taz --color 51,128,255 / 2- Then I want to convert the polygon.xml file o TAZ file: /python2 edgesInDistricts.py -n chattanooga_net_mehdi_netconvert.net.xml -t polygon.xml -o TAZ.xml -v/ But the result is an XML file just with a header and nothing else.: / <tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd"> </tazs>/ Could you please help me why I can't generate the TAZ file? All files are here: https://drive.google.com/drive/folders/1mtJky_384qFQwNFgFRp91ixR5OByEJ-_?usp=sharing Thank you! Best regards Mehdi -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ _______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user _______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
