Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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/


Back to the top