oceanspy.OceanDataset.set_description

OceanDataset.set_description(description, overwrite=None)[source]

Set description of the OceanDataset.

Parameters:
description: str

Desription of the OceanDataset

overwrite: bool or None

If None, raises error if description has been previously set. If True, overwrite previous description. If False, combine with previous description.