cf.Data.cfa_get_write

Data.cfa_get_write()[source]

The CFA write status of the data.

If and only if the CFA write status is True then it may be possible to write the data as an aggregation variable to a CFA-netCDF file.

New in version 3.15.0.

Returns

bool

Examples

>>> d = cf.Data([1, 2])
>>> d.cfa_get_write()
False