ee_extra.QA.metrics.getMetrics#

ee_extra.QA.metrics.getMetrics(names)[source]#

Take one or more metric names and return a list of matching QA metrics.

Parameters:

names (Union[str, List[str]]) – A list or tuple of strings or a single string with the names of QA metrics.

Return type:

List[Type[Metric]]

Returns:

A list of Metric subclasses matching the input names.

Raises:

AttributeError – If at least one of the metrics is invalid.