pyart.map.grid_from_radars

pyart.map.grid_from_radars(radars, grid_shape, grid_limits, **kwargs)[source]

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

Additional arguments are passed to map_to_grid

Parameters:

radars : tuple of Radar objects.

Radar objects which will be mapped to the Cartesian grid.

grid_shape : 3-tuple of floats

Number of points in the grid (z, y, x).

grid_limits : 3-tuple of 2-tuples

Minimum and maximum grid location (inclusive) in meters for the z, x, y coordinates.

Returns:

grid : Grid

A pyart.io.Grid object containing the gridded radar data.

See also

map_to_grid
Map to grid and return a dictionary of radar fields
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.