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.geodetic.Crossover.search_all¶

Crossover.search_all(self: pyinterp.core.geodetic.Crossover, wgs: pyinterp.core.geodetic.Spheroid | None = None) → list[pyinterp.core.geodetic.Point]¶

Get the list of the crossover points between the two passes.

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

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