Example #1
0
 def test_0_is_87point5_atresof5(self):
     self.assertEqual(qc.yindex_to_lat(0, 5), 87.5)
Example #2
0
 def test_179_is_minus89point5(self):
     self.assertEqual(qc.yindex_to_lat(179, 1), -89.5)
Example #3
0
 def test_35_is_minus87point5_atresof5(self):
     self.assertEqual(qc.yindex_to_lat(35, 5), -87.5)
Example #4
0
 def test_0_is_89point5(self):
     self.assertEqual(qc.yindex_to_lat(0, 1), 89.5)