A Python reference implementation of the CF data model
Return an independent scipy sparse array of the data.
scipy
Added in version (cfdm): 1.11.0.0
See also
array
An independent scipy sparse array of the data.
Examples
>>> from scipy.sparse import issparse >>> issparse(a.sparse_array) True