wradlib.georef.projection.get_extent#

wradlib.georef.projection.get_extent(coords)[source]#

Get the extent of 2d coordinates

Parameters

coords (numpy.ndarray) – coordinates array with shape (…,(x,y))

Returns

extent (tuple) – (xmin, xmax, ymin, ymax)