demcompare.classification_layer.global_classification ===================================================== .. py:module:: demcompare.classification_layer.global_classification .. autoapi-nested-parse:: Mainly contains the GlobalClassification class. Classes ------- .. autoapisummary:: demcompare.classification_layer.global_classification.GlobalClassificationLayer Module Contents --------------- .. py:class:: GlobalClassificationLayer(name: str, classification_layer_kind: str, cfg: Dict, dem: xarray.Dataset = None) Bases: :py:obj:`demcompare.classification_layer.classification_layer_template.ClassificationLayerTemplate` GlobalClassificationLayer Classification layer with on single class that considers all non nodata and nonan pixels .. py:method:: fill_conf_and_schema(cfg: demcompare.internal_typing.ConfigType = None) -> demcompare.internal_typing.ConfigType Add default values to the dictionary if there are missing elements and define the configuration schema :param cfg: coregistration configuration :type cfg: ConfigType :return cfg: coregistration configuration updated :rtype: ConfigType .. py:method:: _create_labelled_map() Create the labelled map and save it if necessary :return: None