public void TestParsePositiveOne() { Assertions.AreApproximatelyEqual(47.7053278, LatLongParser.ParseString(@"47° 42' 19.18""")); }
public void TestParseNegativeOne() { Assertions.AreApproximatelyEqual(-122.204028, LatLongParser.ParseString(@"-122° 12' 14.5""")); }
public void TestParseWithNoFractionalSeconds() { Assertions.AreApproximatelyEqual(33.600556, LatLongParser.ParseString(@"33° 36' 2""")); }
public void TestParseDouble() { Assertions.AreApproximatelyEqual(3.946, ExifParser.ParseRationalOrDouble("3.946")); }