コード例 #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)
コード例 #2
0
ファイル: test_search.py プロジェクト: tomkralidis/sat-search
 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)
コード例 #3
0
ファイル: test_search.py プロジェクト: sat-utils/sat-search
 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)