This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Classic Road Constructor Using Table

Description

Submodel Replicates the original road constructor module of (Classic) Dinamica 2.x. This submodel allows some of its parameters (tables) to be customized according to model step.

Inputs

Name Type Description
Road NetWork Categorical Map Existing road net work.
Land Use Mask Map Mask to delimit search regions.
Friction Map Set the effort to cross a cell.
Attractiveness Map Set attractiveness degree to be reached by roads.

Optional Inputs

Name Type Description Default Value
Road Construction Parameters Table Parameters used to control the road construction.
Merge Road Maps Bool If true, new road segments will be merged with input network. True
Friction Is Relative Bool If true friction is relative to map units in meter. False
Model Step Int Model step. 1

Outputs

Name Type Description
Updated Road Network Map Updated road network or new roads.

Group

Notes

The parameters used to control the road construction (Road Construction Parameters) consist of a table with the following columns:

Column Name Key or Data? Column Type Description
“Step” Key Real The current type step (years, months etc).
“Lower_Distance” Data Real Lower distance to start a new road based on the current time step
“Upper_Distance” Data Real Upper distance to start a new road based on the current time step
“Horizontal_Quadrants” Data Real Number of horizontal quadrants in the attractiveness map base on the current time step
“Vertical_Quadrants” Data Real Number of vertical quadrants in the attractiveness map base on the current time step

Internal Name

ClassicRoadConstructorUsingTable