Next: Events Coordinator And Storing
Up: Events Coordinator
Previous: The Run Method
Index
Model Configuration
The model is only used in the gridcell version of UrbanSim.
The method run() is called using the
following arguments:
- model_configuration
- - The model configuration for project types from
general_configuration.py as shown on page
.
- location_set
- - An instance of class GridcellDataset created with
data from table ``gridcells'' (see Section 17.1 for the
table structure) and (possibly) modified by previous models.
- development_event_set
- - Result of a Development Event Transition Model
run.
- development_type_set
- - An object of class DevelopmentTypeDataset
created with data from table ``development_types'' and
``development_type_group_definitions'' (see
Section 17.2 for the tables structure).
- current_year
- - The current year of the simulation.
Next: Events Coordinator And Storing
Up: Events Coordinator
Previous: The Run Method
Index
info (at) urbansim.org