A CF-compliant earth science data analysis library
Data.
full
Return a new data array of given shape and type, filled with the given value.
See also
empty, ones, zeros
empty
ones
zeros
int
tuple
The shape of the new array.
The fill value.
The data-type of the new array. By default the data-type is float.
float
str
Units
The units for the new data array.
The calendar for reference time units.
Data
TODO
Examples:
>>> d = cf.Data.full((96, 73), -99)