next up previous index
Next: Map Up: Constructing a Batch of Previous: Creating Indicator Objects   Index

Table

A table is a simple output file that can be read into a spreadsheet application. A Table object accepts the following parameters:

An example:

Table(
    source_data = source_data,
    dataset_name = 'zone',
    attribute = 'urbansim.zone.industrial_sqft',
    output_type = 'tab',
    years = [2000, 2005] 
)


next up previous index
Next: Map Up: Constructing a Batch of Previous: Creating Indicator Objects   Index
info (at) urbansim.org