pyart.filters

Description

Classes for specifying what gates are included and excluded from routines.

Classes

GateFilter(radar[, exclude_based])

A class for building a boolean arrays for filtering gates based on a set of condition typically based on the values in the radar fields.

Functions

iso0_based_gate_filter(radar[, iso0_field, ...])

Create a filter which removes undesired gates based height over the iso0.

moment_and_texture_based_gate_filter(radar)

Create a filter which removes undesired gates based on texture of moments.

moment_based_gate_filter(radar[, ncp_field, ...])

Create a filter which removes undesired gates based on moments.

temp_based_gate_filter(radar[, temp_field, ...])

Create a filter which removes undesired gates based on temperature.