cf.Variable.first_datum

Variable.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.Variable._FillValue

Next topic

cf.Variable.hardmask

This Page