wradlib.georef.raster.pixel_coordinates¶
-
wradlib.georef.raster.pixel_coordinates(nx, ny, mode='centers')¶ Get pixel coordinates from a regular grid with dimension nx by ny.
Parameters: Returns: coordinates (
numpy.ndarray) – Array of shape (ny,nx) with pixel coordinates (x,y)