icepyx.Query.product

property Query.product

Return the short name product ID string associated with the query object.

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.product
'ATL06'