next up previous index
Next: Creating the Indicators Up: Constructing a Batch of Previous: Dataset Table   Index

Operations

A small set of indicator operations are also supported. Every indicator object except DatasetTable accepts an optional parameter operation. This parameter can take on the following values:

An example using operations:

Table(
    source_data = source_data,
    dataset_name = 'large_area',
    name = 'de_population_change',
    operation = 'change',
    years = [2015]
)


next up previous index
Next: Creating the Indicators Up: Constructing a Batch of Previous: Dataset Table   Index
info (at) urbansim.org