Skip to content

Threshold

Jip Claassens edited this page Jul 6, 2026 · 7 revisions

discrete_alloc function, argument 10: Threshold

definition

Threshold is the tenth argument of the discrete_alloc function.

Threshold 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 Threshold 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.

applies to

parameter Threshold with value type: int32

example

parameter<EurM2> treshold := 0[EurM2];

Clone this wiki locally