Contents Menu Expand Light mode Dark mode Auto light/dark mode
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • Create interpolator objects
    • Unstructured grid
    • 4D interpolation
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Fill NaN values
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
  v: latest
Versions
latest
stable
develop
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

pyinterp.backends.xarray.RegularGridInterpolator.grid#

property RegularGridInterpolator.grid: Union[pyinterp.backends.xarray.Grid2D, pyinterp.backends.xarray.Grid3D, pyinterp.backends.xarray.Grid4D]#

Gets the instance of handling the regular grid for interpolations.

Returns

The regular grid.

Next
pyinterp.backends.xarray.RegularGridInterpolator.ndim
Previous
pyinterp.backends.xarray.RegularGridInterpolator
Copyright © (2022, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo