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