icepyx.Query.order_vars

property Query.order_vars

Return the order variables object. This instance is generated when data is ordered from the NSIDC.

See also

variables.Variables

Examples

>>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) 
>>> reg_a.order_vars 
<icepyx.core.variables.Variables at [location]>