SUMO應用工具:ACTIVITYGEN

ACTIVITYGEN

原文鏈接:http://sumo.dlr.de/wiki/ACTIVITYGEN

這個工具是用於人數的(population)。

 

1、簡介

ACTIVITYGEN(基於活動的需求生成,Activity-basedDemand Generation)是根據給定的路網數據讀取人數的工具。用於計算和人流動活動。

目的:應用於綜合人數的需求生成

系統:win、linux

輸入(強制):

A)路網net.xml

B)人口定義,有關信息閱讀:Activity-based Demand Generation

輸出:rou.xml

編程語言:C++

 

2、具體命令

2.1配置Configuration

(這裏不再贅述)

2.2輸入Input

Option

Description

-n <FILE>
--net-file <FILE>

Use FILE as SUMO-network to create trips for

-s <FILE>
--stat-file <FILE>

Loads the SUMO-statistics FILE

2.3輸出Output

Option

Description

--output-prefix <STRING>

Prefix which is applied to all output files. The special string 'TIME' is replaced by the current time.

-o <FILE>
--output-file <FILE>

Write generated trips to FILE【還是生成trips】

2.4時間Time

Option

Description

-b <INT>
--begin <INT>

Sets the time of beginning of the simulation during the first day (in seconds); default: 0

-e <INT>
--end <INT>

Sets the time of ending of the simulation during the last day (in seconds); default: 0

--duration-d <INT>

Sets the duration of the simulation in days; default: 1

2.5報告Report

(這部分不再贅述)

2.6隨機數Random number

(這部分不再贅述)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章