wradlib.vpr.CartesianVolume.__call__#
- CartesianVolume.__call__(data, **kwargs)[source]#
Interpolates the polar data to 3-dimensional Cartesian coordinates
- Parameters
data (
numpy.ndarray
) – 1-d array of length (num radar bins in volume,) The length of this array must be the same as len(polcoords)- Returns
output (
numpy.ndarray
) – 1-d array of length (num voxels,)