cf.Field.first_datum

Field.first_datum

The first element of the data array.

Examples

>>> print f.array
[[1 2 3 4]]
>>> f.first_datum
1
>>> print f.array
[[-- 2 3 4]]
>>> f.first_datum
--

Previous topic

cf.Field._FillValue

Next topic

cf.Field.hardmask

This Page