cf.Data.full¶
-
classmethod
Data.
full
(shape, fill_value, dtype=None, units=None, chunk=True)[source]¶ Return a new data array of given shape and type, filled with
fill_value
.Parameters: Returns: Data
TODO
Examples:
>>> d = cf.Data.full((96, 73), -99)