As part of a project that uses UTM coordinates I am trying to find a formula to compute the angle (with sign) between the grid north and the true north. I understand this is called meridian convergence.
I am already able to get the correct easting and northing, but I cannot find a reference for a formula that would give me the angle given a single location.
I know that I can derive it mapping multiple points and computing then the angles between the lines that connect them as suggested, for example, here, but if possible I would like to avoid it.
Does such an equation exist?
