wradlib.comp.compose_weighted#

wradlib.comp.compose_weighted(radargrids, qualitygrids)[source]#

Composes grids according to quality information using a weighted averaging approach.

The value of the composed pixel is the weighted average of all radar pixels with the quality values being the weights.

Parameters:
  • radargrids (list) – list of arrays

  • qualitygrids (list) – list of arrays

Returns:

composite (numpy.ndarray)

Examples

See Recipe #1: Clutter and attenuation correction plus composition for two DWD radars.

See also

compose_ko