pyart.map

Description

Py-ART has a robust function for mapping radar data from the collected radar coordinates to Cartesian coordinates.

Classes

GateMapper(src_radar, dest_radar[, tol])

The GateMapper class will, given one radar's gate, find the gate in another radar's volume that is closest in location to the specified gate.

Functions

example_roi_func_constant(zg, yg, xg)

Example RoI function which returns a constant radius.

example_roi_func_dist(zg, yg, xg)

Example RoI function which returns a radius which grows with distance.

example_roi_func_dist_beam(zg, yg, xg)

Example RoI function which returns a radius which grows with distance and whose parameters are based on virtual beam size.

grid_from_radars(radars, grid_shape, grid_limits)

Map one or more radars to a Cartesian grid returning a Grid object.

map_gates_to_grid(radars, grid_shape, ...[, ...])

Map gates from one or more radars to a Cartesian grid.

map_to_grid(radars, grid_shape, grid_limits)

Map one or more radars to a Cartesian grid.