Hi Ben, Am 18.10.2014 um 16:34 schrieb Ben Postance: > Thanks Michael > > Iv tried a number of variations but my output .taz files are empty. > <tazs> > </tazs> > > My inputs: > poly.poi.xml (district polygons), iv tried using the extension ".net.xml" > iow.net.xml > > The calls I have tried include... > C:\>edgesInDistricts.py --net-files poly.poi.xml --net-files iow8.net.xml -o > districts.taz.xml > C:\>edgesInDistricts.py --net-files poly.poi.xml iow8.net.xml -o > districts.taz.xml > C:\>edgesInDistricts.py --net-files iow8.net.xml poly.poi.xml -o > districts.taz.xml > C:\>edgesInDistricts.py -n iow8.net.xml -n poly.net.xml -o districts.taz.xml > (this last call gives me "District '9' has no edges!" for example; and I have > tried the file extensions .net, .poi and .polygons )
The file names need to be comma separated, the extension does not matter: C:\>edgesInDistricts.py --net-files iow8.net.xml,poly.poi.xml Best regards, Michael ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
