pyart.map.grid_mapper.grid_from_radars

pyart.map.grid_mapper.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 (x, y, z).

grid_limits : 3-tuple of 2-tuples

Minimum and maximum grid location (inclusive) in meters for the x, y, z 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

Previous topic

pyart.map.grid_mapper.NNLocator.__init__

Next topic

pyart.map.grid_mapper.map_to_grid

This Page