cf.SubsampledArray.get_interpolation_name¶
- SubsampledArray.get_interpolation_name(default=ValueError())[source]¶
Get the name of a standardised interpolation method.
Added in version (cfdm): 1.10.0.0
See also
- Parameters:
- default: optional
Return the value of the default parameter if the interpolation name has not been set.
If set to an
Exception
instance then it will be raised instead.
Added in version (cfdm): 1.10.0.0
See also