pyinterp.Grid#
- pyinterp.Grid(x: object, array: object) pyinterp.core.GridHolder#
- pyinterp.Grid(x: object, y: object, array: object) pyinterp.core.GridHolder
- pyinterp.Grid(x: object, y: object, z: object, array: object) pyinterp.core.GridHolder
- pyinterp.Grid(x: object, y: object, z: object, u: object, array: object) pyinterp.core.GridHolder
Overloaded function.
Grid(x: object, array: object) -> pyinterp.core.GridHolder
Create a 1D grid with automatic dtype detection.
Grid(x: object, y: object, array: object) -> pyinterp.core.GridHolder
Create a 2D grid with automatic dtype detection.
Grid(x: object, y: object, z: object, array: object) -> pyinterp.core.GridHolder
Create a 3D grid with automatic dtype detection. Use TemporalAxis for z to create a temporal grid.
Grid(x: object, y: object, z: object, u: object, array: object) -> pyinterp.core.GridHolder
Create a 4D grid with automatic dtype detection. Use TemporalAxis for z to create a temporal grid.