Skip to content

PartioningName

mtbeek32 edited this page Feb 20, 2024 · 7 revisions

discrete_alloc function, argument 5: PartioningName

definition

PartioningName is the fifth argument of the discrete_alloc function.

PartioningName is an attribute that maps each PartioningAttribute to a partioning name.

The domain unit of this attribute is the set of land use types.

applies

  • attribute PartioningName with value type: string.

example

unit<uint8> lu_type: nrofrows = 3
{ 
   attribute<string> PartioningName: ['Living','Working','Nature'];
}
Clone this wiki locally