Next: Correct Land Values Model
Up: Land Price Model
Previous: The Estimate Method
Index
Model Configuration
Configuration for Production Run:
For a production run of UrbanSim the model is
initialized with default values of the model
constructor. The run() method is called by passing the
following arguments:
- specification
- - An
EquationSpecification object created with data from table
``land_price_model_specification''.
- coefficients
- - A Coefficients object created
with data from table ``land_price_model_coefficients''.
- dataset
- - An instance of class GridcellDataset created with data
from table ``gridcells'' (see Section 9.10 for the
table structure).
- index
- - None. Thus, the model runs on all members of
dataset which are possibly
filtered using a filter passed to the constructor (by default ``urbansim.gridcell.is_in_development_type_group_developable'', see
the Initialization paragraph).
Next: Correct Land Values Model
Up: Land Price Model
Previous: The Estimate Method
Index
info (at) urbansim.org