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 = icepyx.query.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.earthdata_login(user_id,user_email)
Earthdata Login password:  ········
>>> reg_a.order_vars
<icepyx.core.variables.Variables at [location]>