y=Ostwert in Dezimal
für x (Westwert) gilt später die gleiche Formel



Grad = ganzzahl (y/10000) + östl. Bezugspunkt

Minute_temp = (y - ( ganzzahl ( y / 10000) * 10000) ) * 60 / 10000

Minute = Ganzzahl(Minute_temp)

Sekunde=Rest von Minute_temp * 60