| lat, lon) |
>>> latlon_to_path_list(66.121646, 89.263022) [7, 8, 9, 10, 11, 12, 13, 14, 146, 147, 148, 149, 150, 151, 152, 153, 154]
| orbit) |
>>> orbit_to_path(29058) 37
| orbit) |
>>> orbit_to_time_range(32467)
('2006-01-24T19:56:53Z', '2006-01-24T21:35:46Z')
| path, start, end) |
>>> path_time_range_to_orbit_list(37, '2002-02-02T02:00:00Z', '2002-05-02T02:00:00Z') [11350, 11583, 11816, 12049, 12282, 12515]
| start, end) |
>>> time_range_to_orbit_list('2005-02-02T02:00:00Z', '2005-02-02T03:00:00Z')
[27271, 27272]
| time) |
>>> time_to_orbit_path('2005-02-02T02:00:00Z')
(27271, 104)