pyinterp.grid.Grid4D#

class pyinterp.grid.Grid4D(*args, increasing_axes: str | None = None)[source]#

Bases: Grid3D

4D Cartesian Grid.

Parameters:

Note

If the Z axis is a temporal axis, the grid will handle this axis during interpolations as a time axis.

Attributes

array

Gets the values handled by this instance.

u

Gets the U-Axis handled by this instance.

x

Gets the X-Axis handled by this instance.

y

Gets the Y-Axis handled by this instance.

z

Gets the Z-Axis handled by this instance.

Protected Methods

_DIMENSIONS

The number of grid dimensions handled by this object.