icepyx.Query.product_version

property Query.product_version

Return the product version of the data object.

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.product_version
'006'
>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'], version='4')
>>> reg_a.product_version
'004'