icepyx.Query.file_vars

property Query.file_vars

Return the file variables object. This instance is generated when files are used to create the data object (not yet implemented).

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.file_vars
<icepyx.core.variables.Variables at [location]>