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