TranslationWeighting#

class caf.base.zoning.TranslationWeighting(value)[source]#

Bases: Enum

Available weightings for zone translations.

Attributes

Methods

get_suffix()

Get filename suffix for weighting.

Attributes Documentation

SPATIAL = 'spatial'#
POPULATION = 'population'#
EMPLOYMENT = 'employment'#
NO_WEIGHT = 'no_weight'#
AVERAGE = 'average'#
POP = 'pop'#
EMP = 'emp'#