.. _statistics_parameters: Statistics parameters ===================== .. tabs:: .. tab:: statistics Here is the list of the parameters of the input configuration file for the statistics step and its associated default value when it exists: +---------------------------------------------+-------------------------------------------------+-------------+------------------------------+----------+ | Name | Description | Type | Default value | Required | +=============================================+=================================================+=============+==============================+==========+ | ``remove_outliers`` | | Remove outliers during statistics | boolean | ``false`` | No | | | | computation (true/false) | | | | +---------------------------------------------+-------------------------------------------------+-------------+------------------------------+----------+ | ``metrics`` | Metrics to be computed | List | ``List of default metrics`` | No | | | | | | | +---------------------------------------------+-------------------------------------------------+-------------+------------------------------+----------+ .. tabs:: .. tab:: classification_layers +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | Name | Description | Type | Default value | Required | +============================+=================================================+=============+=====================================+==========+ | ``type`` | Classification layer type | string | ``None`` | Yes | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | | ``remove_outliers`` | | Remove outliers during statistics computation | string | ``Value set for the whole stats`` | No | | | | | for this particular classification layer | | | | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | ``nodata`` | Classification layer no data value | float or int| ``-32768`` | No | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | ``metrics`` | | Classification layer metrics to be computed | List | ``List of default metrics`` | No | | | | (if metrics have been specified for the whole | | | | | | | stats, they will also be computed for this | | | | | | | classification) | | | | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ .. tabs:: .. tab:: Segmentation type +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | Name | Description | Type | Default value | Required | +============================+=================================================+=============+=====================================+==========+ | ``'classes'`` | Segmentation classes | Dict | ``None`` | Yes | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ .. tab:: Slope type +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | Name | Description | Type | Default value | Required | +============================+=================================================+=============+=====================================+==========+ | ``'ranges'`` | Slope ranges | List | ":math:`[0, 5, 10, 25, 45]`" | No | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ .. tab:: Fusion type +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | Name | Description | Type | Default value | Required | +============================+=================================================+=============+=====================================+==========+ | ``'ref'`` | Ref classification layers to fusion | List | ``None`` | No | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+ | ``'sec'`` | Sec classification layers to fusion | List | ``None`` | No | +----------------------------+-------------------------------------------------+-------------+-------------------------------------+----------+