wradlib.georef.rect.get_radolan_coords¶
- wradlib.georef.rect.get_radolan_coords(lon, lat, **kwargs)¶
Calculates x,y coordinates of radolan grid from lon, lat
- Parameters:
lon (
floatornumpy.ndarray) – longitudelat (
float,numpy.ndarray) – latitude
- Keyword Arguments:
proj (
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).