icepyx.Read.vars

property Read.vars

Return the variables object associated with the data being read in. This instance is generated from the source file or first file in a list of input files (when source is a directory).

See also

variables.Variables

Examples

>>> reader = ipx.Read(path_root, "ATL06", pattern) 
>>> reader.vars  
<icepyx.core.variables.Variables at [location]>