Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Route errors using flowrouter.py
  • From: "Evans, Barry" <B.Evans@xxxxxxxxxxxx>
  • Date: Thu, 28 May 2020 11:07:24 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=exeter.ac.uk; dmarc=pass action=none header.from=exeter.ac.uk; dkim=pass header.d=exeter.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=tf+1KzEGDwJxZrTjnZH9dqMHrMsCQSy/+9n836aX3rI=; b=TTJKBUSkSdZ4lrNB/TRGpHmMOW+xsDfewFS2oLd5m2NX9SeKEOUOiDjcjmUGqKRHPieB5VzKorscZ9g+ss0OSPzHNuycoGdoQDA0gekVEBI5nSqWlWnu6cVpq2Bj1TBJNfvsmDUB6+He3sZkLIULSIWliL9501W5QJkx4BN3g8dSSuBjJwsI3cfDw3xidV1Y7vwle+XVVj1d/jrMM0Dm6hWt5i8/exi3stSpKYehtDv2nFFhos9GichaZji+iuEdXYEogkvET8jppSfxGPCtZ7z3moK6a5BFuV13CV+GE9hC1NMQAF4ewcRJEV4zyOmaFtW0H3q8B4MrRZEYwP3MzA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TfUMiFv+RT+Wir540uaulo5KfPS/HBTms3VdSy4joHqM0z0qYkK2oTe9LzaYZtpv7WguRE3tb1Nqv/SSzNsCe78iWPEZsBlCcV0zwjsmUEL2BqkxohINzFDo06n88Fj2bm+sZ+PuFIOsRiG11p95bFb1rft+7QyGmFnXfAVXel6BZeYXzDRPQsszaaI2k//Ugq/m3VlwnbGgvSR0NYdAajk+4vnoyPluhb4W+I3+U1nIoOPMKBledyufJiLr1kMn1Wqaxwm9+gi2eyOVjyJSifIYx7TWYQC0TpA+9RoJU9FXXLksJsvCzy46q5c/Tn5ZPHjmyBPud5P+vqHnzSDL6g==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdY03qIckRzZGIG/SDODKRXesV6cqg==
  • Thread-topic: Route errors using flowrouter.py

Hi all,

 

I have some traffic flow data from counts for a city and I was looking to use either DF Router or flowrouter.py. Looking on other threads I saw that flowrouter.py may be best option as I’m modelling flows within a city area. I am having issues however with the routes.

 

I’ve been using the following command:

 

flowrouter.py -n myosm.net.xml -d MyDetectors.det.xml -f MyNewFlows.csv -o newroutes.xml -e newflows.xml -v passenger -i 60

 

However when I go to run my simulation I get an error “Vehicle '188428824_447312810.qPKW.60.0' is not allowed to depart on any lane of its first edge. Quitting (on error)”

 

When I look at the first edge in this vehicles route it is placed on a pedestrian sidewalk which is why the vehicle can’t depart.

 

None of my detectors are located on sidewalks so I am confused as to why vehicles are being placed on there during their journeys. Is there a way to prevent this from happening?

 

Note 1: I’ve managed to prevent this in DF Router using the disallow edges parameter where I have a list of all edges that are sidewalks but DF Router discards the majority of the detectors so I get isolated traffic flows.

 

Note 2: I’m not sure if I’ve used the –v passenger command correctly. I’ve tried --vclass passenger but then I get “Error! No sinks found.”

 

Could someone provide me with some advice on how to ensure vehicles are only routed on roads that will allow them.

 

Thank you in advance.

 

Kind regards,

 

Barry

 

 


Back to the top