Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] DFRouter Disallow Edges Issue
  • From: "Evans, Barry" <B.Evans@xxxxxxxxxxxx>
  • Date: Mon, 12 Aug 2019 13:05:05 +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=PYeqBrOzuboD5DSYHG7mfkc8exXpbJ0dE0SuxfloqaQ=; b=Kmi32tsYPjxhkEVK9qqgtvo5ZO6s2ZIB4aOJm5esW/3qfzN7dKxChPr5uV9sGJ4GOa9eKCG9IwuaAG/sFq3/YzQoeuFQTVcZ/4PP3xEqYfpf5q6VLBLx0je/+VcNVO4+ykbbNZpIrZhMof96K5uMTtXBesfJ8b72AAvQM/0Kf2Aym7RpEUouCcK5CWvfGUBpKRJd4LCDqqSu/4Sn8mdijL27AowhTrSGgCFY86umyeoSTz2x0YG4m5U4UJxiWLvEIRDv+hNDZDenFrvsWRa4xw2IDC1lpLmipaxCFhVvc2ejKVD+hfOC8siGpzFOEE0JNnpfcSznHQ4aFGToeqRQGg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SQtdtyoBl7fOfBZhdQOlkoRyRY1sLKBrW+lA5e8p96FxwQMjU0+1KcQjsgGvzCXtD2qlMpUX0Z9NqgiF9iBhCWoqzF9S0ya58GG7kIbP13pb7QmXxZZ3NHhvYuV5lzRd6wxTHHnp5ks8wImj1Mak0SrAy9L2xcHUuHSkh+QCAMVINnQg+FvUR8uxjPM0C79H0dFox6ZOIqhrOtLfwscA4TLItw9xu9BRrAnvqw2xxYmt29zI1+//2464v7blKrqN6u/XP8HFm+a0ZOCWX8r9dcXoNxLHWi4/lh1hi1CtFPU1sQwbOTm3tO0bCFnTNWKSuZl6F2WJ2CCIv633uyajEA==
  • 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: AdVRCa8IEUhnvpaWSbeunYI0jjVeawAAIHqAAADJqcA=
  • Thread-topic: [sumo-user] DFRouter Disallow Edges Issue

Hi Jakob,

 

That works, thank you again for your quick reply. I thought I tested that format but upon re-checking I found that it was a mistake on my part as the lane the car was attempting was -166522670#1 and not 166522670#1. Using the comma separated approach with the corrected edges means the vehicles are no longer attempting to route along cycle paths.

 

I apologise for the oversight on my side and again thank you for your help.

 

Kind regards,

 

Barry

 

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: 12 August 2019 13:34
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] DFRouter Disallow Edges Issue

 

Use a ',' to seperate the edge ids.

 

Am Mo., 12. Aug. 2019 um 14:30 Uhr schrieb Evans, Barry <B.Evans@xxxxxxxxxxxx>:

Hi all,

 

I have another question about DFRouter. I am now able to generate flows within my network but I have noticed that some of the routes generated try to route cars (my default vehicle type) along cycle lanes. As they cannot move across these lanes the traffic prior to these locations gets stuck. I have tried setting the “disallowed-edges” option but I’ve noticed the following:

 

If I disallow one edge such as with the following line in my config file:

 

<disallowed-edges value="194003839#0"/>

 

DFrouter will prevent that edge being used when creating the routes which is great. However, if I try to disallow more than one edge like as shown below:

 

<disallowed-edges value="194003839#0 166522670#1"/>

 

None of the edges are disallowed and DFRouter again generates routes that try to routes along both of these cycle lanes.

 

Is there a way to prevent DFRouter from creating routes that travel along these lanes? Below is a copy of my full config file for reference.

 

Any help would be greatly appreciated.

 

Kind regards

 

Barry

 

<?xml version="1.0" encoding="iso-8859-1"?>

 

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.sf.net/xsd/sumoConfiguration.xsd">

 

                <input>

                                <net-file value="MyRoads.net.xml"/>

                                <detector-files value="NewDetectorsV2.det.xml"/>

                                <measure-files value="MyDetectorFlow.csv"/>

                </input>

 

                <output>

                                <emitters-output value="NewEmitters.xml"/>

                                <routes-for-all value="true"/>

                                <routes-output  value="Newroutes.rou.xml"/>

                </output>

 

                <processing>

                                <guess-empty-flows value="true"/>

                                <revalidate-routes value="true"/>

                                <disallowed-edges value="194003839#0 166522670#1"/>

                </processing>

 

</configuration>

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top