LandSuitabilityAnalysis#
The LandSuitabilityAnalysis is the top-level class in LSAPy and defines the LSA framework.
|
Data structure to define and run land suitability analysis. |
Methods#
|
Run the land suitability analysis. |
Attributes#
Name of the land use. |
|
Dictionary of the suitability criteria. |
|
Dataset containing the computed suitability. |
|
List of categories defined in the suitability criteria. |
|
Dictionary of criteria names grouped by category. |
|
Dictionary of total weights grouped by category. |
|
Dictionary of the Land Suitability Analysis attributes. |
Criteria Aggregation#
The underlying criteria aggregation method used in LandSuitabilityAnalysis.run is implemented in the aggregate module.
|
Aggregate variables of an xarray.Dataset using specified methods. |