Next: Operations
Up: Constructing a Batch of
Previous: Chart
Index
Dataset tables can be constructed through the DatasetTable object.
This indicator is useful for examining the values of different
variables for the values of a particular geography.
A DatasetTable object accepts the following parameters:
- attributes is the the fully qualified opus path of the indicator.
- exclude_condition determines the condition under which certain rows
are not included in the result. For example, if all the values in the row
are zero, set this to "==0". This field is optional.
An example:
DatasetTable(
source_data = source_data,
dataset_name = 'zone',
name = 'pop_and_ind_sqft',
attributes = [
'urbansim.zone.population',
'urbansim.zone.industrial_sqft',
],
exclude_condition = '==0'
)
Next: Operations
Up: Constructing a Batch of
Previous: Chart
Index
info (at) urbansim.org