wradlib.georef.rect.get_radolan_coords

wradlib.georef.rect.get_radolan_coords#

wradlib.georef.rect.get_radolan_coords(lon, lat, **kwargs)[source]#

Calculates x,y coordinates of radolan grid from lon, lat

Parameters:
Keyword Arguments:

crs (osgeo.osr.SpatialReference | str) – projection of the DWD grid with spheroid model or string trig to use trigonometric formulas for calculation (only for earth model - sphere). Defaults to None (earth model - sphere).