Next: Map
Up: Constructing a Batch of
Previous: Creating Indicator Objects
Index
A table is a simple output file that can be read into a spreadsheet application.
A Table object accepts the following parameters:
- attribute is the the fully qualified opus path of the indicator.
- output_type specifies whether the results should be separated
by tabs or commas, or output as a dbf file (``tab'', ``csv'', or ``dbf'', respectively).
An example:
Table(
source_data = source_data,
dataset_name = 'zone',
attribute = 'urbansim.zone.industrial_sqft',
output_type = 'tab',
years = [2000, 2005]
)
Next: Map
Up: Constructing a Batch of
Previous: Creating Indicator Objects
Index
info (at) urbansim.org