Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to get Junction type
  • From: Matheus Saueressig <matsaueressig@xxxxxxxxxxx>
  • Date: Wed, 23 Nov 2022 20:57:24 +0000
  • Accept-language: pt-BR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=1YzS+T6MjZoOl82urqOjrlan9tL5Jak/l2wPXgTI6w4=; b=ImzS32zISwsTGbMUWE3XmrBTZ5weMqff/uIKE5q15s/PFeug0XZgXsZMTiWICHidd9cUI2RYpDxO0iOeV1qaOl2uWsLmqToXny1IGYB+AajkwtS2/JyWXntPwyc2LXG1Qp86G3pvdljEanMNtjvfOu/lkBQV6iaTHup+9Yzr+KKFskGgmxftgfknNHzJ6y2VZbYb7nNYZ+Z+5T5GWfRFQWOnpJP2BJOHAOymhVvtR/sEESY94DiRGVdimFqYaPrhFKQ2koLqWL5uGIWaQLtxzjeA4FD9Poax3xUeSKkIcLLeyiqbaN655WdY6jKHR2ErV7ew30n+QZhKaF9w2/9uXA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Forn0P4oGXMGHRJHP5PfbXBc2yOu+0QYl/9Bysc8R/swezZzZqb4LQ2QmYsn25HUhTAcYedg6RB5+I2hvgaZSE3H+ECS8LMQ4MSTCS67OXZF/SeusXMUCpgwIzjc8WutRDmrm1hhFRtnfkA10U4n1ZdSxzNrZMjvly5tmzkfhlrWG60EYz0kN/AqrlV3rUL0uB2rW/MrlLtguUX24jFfRYb3yXXqBYrqpzEswa0Ck8KTA/92VZwMOypCVATW8zHC4r/g5egO1nYNZaZU0O/+o+CeYxpE9Eeco04+3DyRwxBydyM4lU/GnMJScVcWct2C1Ws4FqZs73nVpYx/OP+qiQ==
  • 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>
  • Msip_labels:
  • Thread-index: AQHY/2sF7NghebjtWECI/IWZvRtJdK5M8nsAgAAK/1g=
  • Thread-topic: [sumo-user] How to get Junction type

This returns a string, correct?

De: sumo-user <sumo-user-bounces@xxxxxxxxxxx> em nome de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Enviado: quarta-feira, 23 de novembro de 2022 17:17
Para: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Assunto: Re: [sumo-user] How to get Junction type
 
net.getNode(nodeID).getType()

Am Mi., 23. Nov. 2022 um 19:40 Uhr schrieb Matheus Saueressig <matsaueressig@xxxxxxxxxxx>:
Hello,

I'm trying to figure out how to get what type the junction/node is. I tried to find it in sumolib pydoc documentation, but didn't find it.
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top