cfdm.RaggedIndexedContiguousArray.__init__¶
-
RaggedIndexedContiguousArray.
__init__
(compressed_array=None, shape=None, size=None, ndim=None, count_variable=None, index_variable=None)[source]¶ Initialization
Parameters: - compressed_array:
Data
The compressed array.
- shape:
tuple
The uncompressed array dimension sizes.
- size:
int
Number of elements in the uncompressed array.
- ndim:
int
The number of uncompressed array dimensions
- count_variable:
Count
The count variable required to uncompress the data, corresponding to a CF-netCDF count variable.
- index_variable:
Index
The index variable required to uncompress the data, corresponding to a CF-netCDF CF-netCDF index variable.
- compressed_array: