Human readable coordinates
- adds a humanReadable() function to the
PointCoordinates
type alias forDoubleArray
that returns a nicely formatted string like22° 54' 38.31" S, 43° 13' 18.09" W
- adds a Degree type alias for Double and some extension properties to get the degrees, minutes, seconds, and compass direction used for the human readable string above