-
Notifications
You must be signed in to change notification settings - Fork 1
Threshold
Jip Claassens edited this page Oct 9, 2025
·
6 revisions
discrete_alloc function, argument 10: Threshold
Treshold is the tenth argument of the discrete_alloc function.
Treshold is a parameter defining the minimum suitability value that a land use type should have to get allocated.
The values unit of this parameter needs to match with the values unit of the subitems of the SuitabilityMaps argument.
If a land unit has a suitability value less than the Treshold for all land use types, this land unit will not be allocated.
The return value from the discrete_alloc function for this land unit will be the value Null.
parameter Treshold with value type: int32
parameter<EurM2> treshold := 0[EurM2];
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.