pyinterp.Grid

Contents

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.

  1. Grid(x: object, array: object) -> pyinterp.core.GridHolder

Create a 1D grid with automatic dtype detection.

  1. Grid(x: object, y: object, array: object) -> pyinterp.core.GridHolder

Create a 2D grid with automatic dtype detection.

  1. 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.

  1. 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.