wradlib.comp.extract_circle

Contents

wradlib.comp.extract_circle#

wradlib.comp.extract_circle(center, radius, coords)[source]#

Extract the indices of coords which fall within a circle defined by center and radius.

Parameters:
Returns:

output (numpy.ndarray) – 1-darray of integers, index array referring to the coords array