Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Splitting edges of network
  • From: "Evans, Barry" <B.Evans@xxxxxxxxxxxx>
  • Date: Mon, 16 Sep 2019 15:04:41 +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=cwfJ9Se4/xsuGTONThhmxOQCAaotCeaxbDwVUfPLqI8=; b=FF+u247t/OttfXY6qU0JT42zW9qSdxGUPo9/IelonRamWejIn7uD44TX0WKfJGhpH92z2q5glZqbvlzO0IGASbCJegK9q899BUwIm2DnYiCmVeZuouqWRLdRSgpaoyIpx7/VSnP04NjinWjHTpsCisetUvAsvIMfMmw96l7U6sQ2r9LPAc7AXLmPLEomlSYrn65A+EMB6qDZMeJO2sC4q4jBJgH6+E6Le6gleK+LOyAFmvY8RXa9QT9p2Au78CjZiGiYKFSQCiUlyoUy6j9vOevEwFP7i8XOMBDd7+vlIChTTJzxfmhoCQVeCE27OKnuJpnGskJn8njft4s8+elodg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GQ/fbGoKMWJmwL+2LxZeN3KB7pN8ACvvRdanlS/yNx9ActmIhafSSFxdt0DsX5SEGTAZvwxLuSKlBtwrudUCRJg7jdPVQcxzmsbDresakuYL5oJVz5vw5V8PUpmGMstE+JiED/xrB02JYDZqw/TzN4nSuECB5/pVbCHAWJFHMIaNdeNO/OyayLvnBPoIGdBcelRPK4+xZrT3AW3x/flZETVEsznCszMQuJJQgy1Xa4zWKQUdKy90QwUoHzrDruSe3zSMJOQgARu2kIuxq5PRM0tkwTHt51HovqRgfvJ2BbNzLPPznj5pLmDFgC3H1hUgqTXO/5WCIS8lDkLrVkR28w==
  • 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: AdVscqujW/U2c8gtR3WFQvfW6V2pww==
  • Thread-topic: Splitting edges of network

Good afternoon all,

 

I want to split edges into equal area lengths so that I simulate lane closures along an edge as shown in figure.

 

 

I’ve been going over the documentation last week and tried testing the following commands in netconvert processon the simple “cross.net.xml” in the examples which seems to achieve something similar to what I need:

 

<processing>

<geometry.max-segment-length value="10"/>

<geometry.split value="true"/>

</processing>

 

However when I try this approach on a large dataset such as data I have imported from OpenStreetMap I get error message in the NetEdit software when in that it says the following:

 

Import done:

   23926 nodes loaded.

   32 types loaded.

   31527 edges loaded.

Error: Failed to build network.

 

Would someone be able to tell me if they know what’s causing this problem or suggest a means of how to split the network edges into relatively small equal lengths to simulate partial lane closures?

 

I sincerely apologise in advance if I have missed something obvious here or if the approach I’ve been trying to use is not suitable.

 

Kind regards,

 

Barry


Back to the top