Map one or more radars to a Cartesian grid.
Generate a Cartesian grid of points for the requested fields from the collected points from one or more radars. The field value for a grid point is found by interpolating from the collected points within a given radius of influence and weighting these nearby points according to their distance from the grid points. Collected points are filtered according to a number of criteria so that undesired points are not included in the interpolation.
Parameters : | radars : tuple of Radar objects.
grid_shape : 3-tuple of floats
grid_limits : 3-tuple of 2-tuples
grid_origin : (float, float) or None
fields : list or None
refl_filter_flag : bool
refl_field : str
max_refl : float
qrf_func : function or None
map_roi : bool
weighting_function : ‘Barnes’ or ‘Cressman’
toa : float
|
---|---|
Returns : | grids : dict
|
Other Parameters: | |
h_factor : float
nb : float
bsp : float
min_radius : float
copy_field_data : bool
algorithm : ‘kd_tree’ or ‘ball_tree’
leafsize : int
|
See also