SuitabilityCriteria#

A SuitabilityCriteria object represents a single criterion used in land suitability analysis. It encapsulates the necessary information to evaluate the suitability of land based on a specific indicator and standardization function.

SuitabilityCriteria([name, indicator, func, ...])

A data structure for suitability criteria.

Methods#

SuitabilityCriteria.compute([inplace])

Compute the suitability of the criteria.

Attributes#

SuitabilityCriteria.func

The standardization function.

SuitabilityCriteria.indicator

The indicator DataArray.

SuitabilityCriteria.category

The category of the suitability criteria.

SuitabilityCriteria.weight

The weight of the suitability criteria.

SuitabilityCriteria.is_computed

Whether the indicator data already contains the computed suitability values.

SuitabilityCriteria.attrs

Dictionary of the suitability criteria attributes.