-
Notifications
You must be signed in to change notification settings - Fork 1
TypeNames
mtbeek32 edited this page Feb 20, 2024
·
6 revisions
discrete_alloc function, argument 1: TypeNames
TypeNames is the first argument of the discrete_alloc function.
TypeNames is an attribute with the name of each land use type.
The domain unit of this attribute is the set of land use types.
attribute TypeNames with value type: string
The names of the land use types need to match with the name of the subitems of the following arguments of the discrete_alloc function:
unit<uint8> lu_type: nrofrows = 3
{
attribute<string> Name: ['Living','Working','Nature'];`
}
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.