wradlib.comp.compose_weighted¶
- wradlib.comp.compose_weighted(radargrids, qualitygrids)¶
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 of arrays) –
qualitygrids (list of arrays) –
- Returns
composite (
numpy:numpy.ndarray)
Examples
See Recipe #1: Clutter and attenuation correction plus composition for two DWD radars.