icepyx.Read.variables
- property Read.variables
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.VariablesExamples
>>> reader = ipx.Read(path_root, "ATL06", pattern) >>> reader.variables <icepyx.core.variables.Variables at [location]>