Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] How to collect Junction data from Links
  • From: Matheus Saueressig <matsaueressig@xxxxxxxxxxx>
  • Date: Wed, 16 Nov 2022 20:18:34 +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=7xm31UPFxOVeHt0q6rYxlZPaEdmaVG2S70rwfx2AOx8=; b=RaYQlVCwLLEFdrdtHvUbVdMOJMvOorUtvOQ/QyqmhCGGxUxENTRjNzG+llcrPviCDC/ihYV8kGxGgbbZVkiOcWVa2QvAafheUjOeZyyn/k8TDXHLVrll0n5Xem6U93zp4mq1zAnqF5HhwdfaXlTGkeae+XLl2NefNsNGRN/PJEPI3TFSNk7zJobwjElY+lrK0lBisaPM9rSqKqdXwxuNxyknC25vmT2pCElV+g0V1DGj/EnyXKhen2qpr01mNPq4l9jasbYHcxQ+QMxeJNfW61bcVemIVHcjLwD5ra58bnDFdz4hI/olLEHb6ddup/WJvoRmSP6rlQ37dJ4oP8xMwA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dxkDBwJbA8TRJeNg+BqvK3zu228voBLM7v1oaqqudzAtC7rXYwC9U4rP8uIFyPzXxupcH7Kv5WFLhp7yFkQySHdyyo9COy0jYLnzxDghTz5YolP+mUtGRFRHBpf71WwBH+Tnf6TOhoOA/TbAbX89YWA/p1EWfM4aYGfYVI2U9Tc6YtXNEB+tXKNYRK7k4V+qFxrBz4oQNATyEEWj4rqGZkj2mrxuqhxSHxZ8GL/6P5vgpvoXa4Ga5rIoGauJGYlhK3XljHy4GdmqJ2DzyA8qSbZzHMBwx1vrUaFTEYemEKhNNo0TaatkSmft3qOrvjXT9QR3/7sISqJihmIFavf3uw==
  • 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+ff5ZvuFgpkESU6rT2L/8PGekQ==
  • Thread-topic: How to collect Junction data from Links

Hello, I have a python code to handle Multi-agent Reinforcement Learning using SUMO as a microscopic traffic simulation. It collects data from a .sumocfg file and generate .csv file with Step, Link, Running Vehicles, Occupancy and Travel Time parameters from the simulation.

I'm trying to modify it by including a Junction parameter and aggregate and ordenate the link parameters by junction.

How can I access a Junction with .getEdge()?




Back to the top