def __init__(self, path): self.path = path if isinstance(path, string_types): self.ds = xr.open_dataset(path)