paint.util.gauss_kruger_converter
Functions
|
Convert a Gauss-Kruger coordinate to a latitude / longitude coordinate. |
Module Contents
- paint.util.gauss_kruger_converter.convert_gk_to_lat_lon(right: float, height: float) tuple[float, float]
Convert a Gauss-Kruger coordinate to a latitude / longitude coordinate.
Parameters
- rightfloat
The right coordinate from the Gauss-Krueger coordinate system.
- heightfloat
The height of the Gauss-Krueger coordinate system.
Returns
- float
The converted latitude.
- float
The converted longitude.