polartoolkit.epsg_central_coordinates# epsg_central_coordinates(epsg)[source]# Returns the central coordinates for the EPSG code in degrees. Parameters: epsg (str) â EPSG code to use as a string (â3031â). Returns: central coordinates (lat, lon) in degrees. Return type: tuple[float, float]