Exemple #1
0
 def test_get_items_by_id(self):
     """ Get Items by ID """
     ids = ['LC80340332018034LGN00', 'LC80340322018034LGN00']
     items = Search.items_by_id(ids, collection='landsat-8-l1')
     assert (len(items) == 2)
 def test_get_items_by_id(self):
     """ Get Items by ID """
     ids = ['LC81692212019263', 'LC81691102019263']
     items = Search.items_by_id(ids, collection='landsat-8-l1')
     assert (len(items) == 2)
Exemple #3
0
 def test_get_items_by_id(self):
     """ Get Items by ID """
     ids = ['LC80340332018034LGN00', 'LC80340322018034LGN00']
     items = Search.items_by_id(ids, collection='landsat-8-l1')
     assert(len(items) == 2)