pyart.filters#

Description

Filters (pyart.filters)#

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

Filtering radar data#

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.

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

Create a filter which removes undesired gates based on moments.

moment_and_texture_based_gate_filter(radar)

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

snr_based_gate_filter(radar[, snr_field, ...])

Create a filter which removes undesired gates based on SNR.

visibility_based_gate_filter(radar[, ...])

Create a filter which removes undesired gates based on visibility.

class_based_gate_filter(radar[, field, ...])

Create a filter which removes undesired gates based on class values

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

Create a filter which removes undesired gates based on temperature.

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

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

birds_gate_filter(radar[, zdr_field, ...])

Create a filter which removes data not suspected of being birds

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

birds_gate_filter(radar[, zdr_field, ...])

Create a filter which removes data not suspected of being birds

class_based_gate_filter(radar[, field, ...])

Create a filter which removes undesired gates based on class values

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.

snr_based_gate_filter(radar[, snr_field, ...])

Create a filter which removes undesired gates based on SNR.

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

Create a filter which removes undesired gates based on temperature.

visibility_based_gate_filter(radar[, ...])

Create a filter which removes undesired gates based on visibility.