A CF-compliant earth science data analysis library
Data.
masked_all
Return a new data array of given shape and type with all elements masked.
See also
empty, ones, zeros
empty
ones
zeros
int
tuple
The shape of the new array.
The data-type of the new array. By default the data-type is float.
float
str
Units
The units for the new data array.
Data
The new data array having all elements masked.
Examples:
>>> d = cf.Data.masked_all((96, 73))