cfdm.NumpyArray¶
-
class
cfdm.
NumpyArray
(array=None)[source]¶ Bases:
cfdm.data.mixin.arraymixin.ArrayMixin
,cfdm.core.data.numpyarray.NumpyArray
An underlying numpy array.
New in version (cfdm): 1.7.0
Initialization
- Parameters
- array:
numpy.ndarray
The numpy array.
- array:
Inspection¶
Methods
The type of compression that has been applied to the underlying array. |
|
Return a subspace, defined by indices, of a numpy array. |
Attributes
Return an independent numpy array containing the data. |
|
Data-type of the data elements. |
|
Number of array dimensions |
|
Tuple of array dimension sizes. |
|
Number of elements in the array. |
Miscellaneous¶
Return a deep copy of the array. |
|
Bring an array on disk into memory and retain it there. |
Special¶
x.__getitem__(indices) <==> x[indices] |
Docstring substitutions¶
Methods
Return the special docstring substitutions. |
|
Return the docstring substitutions that apply to methods of the given class. |
|
Return the package depth, N, for {{package}} docstring substitutions for the given class. |
|
Return the names of methods to exclude from docstring substitutions for the given class. |