icepyx.Query.dataset

property Query.dataset

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

Examples

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