cf.FieldList.fill_value

FieldList.fill_value()[source]

Return the data array missing data value for each field.

fl.fill_value() is equivalent to cf.List(f.fill_value() for f in fl).

See cf.Field.fill_value for details.

Returns :
out :

For each field, the missing data value, or None if one hasn’t been set.

Previous topic

cf.FieldList.expand_dims

Next topic

cf.FieldList.finalize

This Page