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
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • 4D interpolation
    • Create interpolator objects
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Unstructured grid
    • Fill NaN values
    • Orbit Interpolation
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
Back to top
View this page

pyinterp.core.geodetic.Crossover.search¶

Crossover.search(self: pyinterp.core.geodetic.Crossover, wgs: pyinterp.core.geodetic.Spheroid | None = None) → pyinterp.core.geodetic.Point | None¶

Search for the crossover between the two half-orbits.

Parameters:

wgs – If specified, searches for the intersection using geographic coordinates with the specified spheroid, otherwise searches for the intersection using spherical coordinates.

Returns:

The crossover or None if there is no crossover.

Raises:

RuntimeError – If there is more than one crossover.

Next
pyinterp.core.geodetic.Crossover.search_all
Previous
pyinterp.core.geodetic.Crossover.nearest
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.geodetic.Crossover.search
    • Crossover.search()