lsru.Espa.get_available_products

Espa.get_available_products(scene_list)[source]

Get the list of available products for each elements of a list of scene ids

Parameters:scene_list (list) – List of scene ids

Example

>>> from lsru import Espa
>>> espa = Espa()
>>> print(espa.get_available_products([
...     'LE07_L1TP_029030_20170221_20170319_01_T1'
... ]))
Returns:
Information on products available for each element of the input
list provided
Return type:dict