A CF-compliant earth science data analysis library
Data.
cfa_get_write
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.
See also
cfa_set_write, cf.read, cf.write
cfa_set_write
cf.read
cf.write
bool
Examples
>>> d = cf.Data([1, 2]) >>> d.cfa_get_write() False