Beispiel #1
0
 def test_L7_bounds_2004_present(self):
     coords = [
         [-54.1274, 2.37448],
         [-52.43042, 2.12839],
         [-52.77428, 0.51088],
         [-54.47061, 0.75688],
         [-54.1274, 2.37448]
         ]
     self.assertEqual(get_bounds('LE72270592015154CUB00'), coords)
Beispiel #2
0
 def test_L7_bounds_until_2003(self):
     coords = [
         [-61.9403, -12.0854],
         [-60.1977, -12.3374],
         [-60.551, -13.9749],
         [-62.3059, -13.721],
         [-61.9403, -12.0854],
         ]
     self.assertEqual(get_bounds('LE72300692003142EDC00'), coords)
Beispiel #3
0
 def test_L5_bounds(self):
     coords = [
         [-54.10077, 2.36342],
         [-52.45473, 2.12404],
         [-52.79384, 0.53251],
         [-54.43875, 0.77173],
         [-54.10077, 2.36342]
         ]
     self.assertEqual(get_bounds('LT52270592011295CUB01'), coords)