Extract the situation display formatting code from the location tracking code
Test the velocity conversion from meters per second to knots
It turns out the conversion of seconds to hours used a factor of 360.0. Sixty seconds per minute times sixty minutes per hour is 3600.0, not 360.0. The corrected code passes the tests.
It turns out the conversion of seconds to hours used a factor of 360.0. Sixty seconds per minute times sixty minutes per hour is 3600.0, not 360.0. The corrected code passes the tests.
closes #17