Py-ART has a robust function for mapping radar data from the collected radar coordinates to Cartesian coordinates.
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. |
example_roi_func_dist_beam(zg, yg, xg) | Example RoI function which returns a radius which grows with distance |