radproc.core.coordinates_degree_to_stereographic

radproc.core.coordinates_degree_to_stereographic(Lambda_degree, Phi_degree)

Converts geographic coordinates [°] to cartesian coordinates [m] in stereographic RADOLAN projection.

Parameters:
Lambda_degree : float
Degree of latitude [°N / °S]
Phi_degree : Float
Degree of longitude [°E / °W]
Returns:
(x, y) : Tuple with two elements of type float
Cartesian coordinates x and y in stereographic projection [m]