Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda / conda-forge
  • Example Gallery
    • Core Usage & Data Structures
      • Interpolator Objects
      • Manipulating Axes
    • Gridded Interpolation & Multidimensional Examples
      • 2D Interpolation
      • 3D Interpolation
      • 4D Interpolation
      • Unstructured Grid Interpolation
    • Binning & Statistics
      • Descriptive Statistics
      • Binning
    • Geospatial & Geodetic Operations
      • Geodetic Objects
      • Geohash
    • Utilities & Date Handling
      • Date and Time Utilities
      • Filling Undefined Values
    • Orbit & Temporal Analysis
      • Orbit Interpolation
    • Pangeo Integration & Advanced Workflows
      • LLC4320 Ocean Model Interpolation
      • Time series
  • API Documentation
  • Core API Documentation
Back to top
View this page

pyinterp.core.fill.FirstGuess¶

class pyinterp.core.fill.FirstGuess¶

Bases: pybind11_object

Type of first guess grid to solve Poisson’s equation.

Members:

Zero : Use 0.0 as an initial guess

ZonalAverage : Use zonal average in x direction

Attributes

Zero

ZonalAverage

name

value

Special Methods

__eq__(self, other, /)

__getstate__(self, /)

__index__(self, /)

__int__(self, /)

__ne__(self, other, /)

__repr__(self, /)

__setstate__(self, state, /)

__str__(self, /)

Next
pyinterp.core.fill.FirstGuess.Zero
Previous
pyinterp.core.fill.ValueType.__str__
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.fill.FirstGuess
    • FirstGuess