pyinterp.OIResult#
- class pyinterp.OIResult(value, error, neighbors)[source]#
Bases:
objectResult of an Optimal Interpolation analysis at a set of query points.
- value#
Analysed field, shape
(M,).NaNwhere insufficient neighbours were found.- Type:
NDArray1DFloat64
- error#
Formal error standard deviation, shape
(M,).NaNwhere insufficient neighbours were found.- Type:
NDArray1DFloat64
- neighbors#
Number of observations actually used at each query point, shape
(M,),uint32.- Type:
NDArray1DUInt32
Attributes
Special Methods
__eq__(other)Return self==value.
__replace__(**changes)__repr__()Return repr(self).