nctoolkit.DataSet.set_fill#

DataSet.set_fill(self, value=None)#

Set the fill value

Parameters

value (int/float) – The fill value to set.

Examples

Set the fill value to -9999 >>> ds.set_fill(-9999)