Radar mapping routines.
Utilities for mapping radar objects to Cartesian grids.
| grid_from_radars(radars, grid_shape, ...) | Map one or more radars to a Cartesian grid returning a Grid object. |
| map_to_grid(radars, grid_shape, grid_limits) | Map one or more radars to a Cartesian grid. |
| 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. |
| _load_nn_field_data(data, nfields, npoints, ...) | Load the nearest neighbor field data into sdata |
| _gen_roi_func_constant(constant_roi) | Return a RoI function which returns a constant radius. |
| _gen_roi_func_dist(z_factor, xy_factor, ...) | Return a RoI function whose radius grows with distance. |
| _gen_roi_func_dist_beam(h_factor, nb, bsp, ...) | Return a RoI function whose radius which grows with distance |
| NNLocator(data[, leafsize, algorithm]) | Nearest neighbor locator. |