spacepy.pycdf.VarCopy

class spacepy.pycdf.VarCopy[source]

A list-like copy of the data and attributes in a Var

Data are in the list elements. CDF attributes are in a dict, accessed through attrs. (I.e., data and attributes are accessed like in a Var.)

Do not instantiate this class directly; use copy() on an existing Var.

attrs

Python dictionary containing attributes copied from the zVar