wradlib.georef.rect.get_radolan_coords¶
-
wradlib.georef.rect.get_radolan_coords(lon, lat, trig=False)¶ Calculates x,y coordinates of radolan grid from lon, lat
- Parameters
lon (float,
numpy.ndarrayof floats) – longitudelat (float,
numpy.ndarrayof floats) – latitudetrig (boolean) – if True, uses trigonometric formulas for calculation, otherwise osr transformations if False, uses osr spatial reference system to transform between projections trig is recommended to be False, however, the two ways of computation are expected to be equivalent.