pyinterp.calculate_pass¶
- pyinterp.calculate_pass(pass_number: int, orbit: Orbit, *, bbox: Box | None = None) Pass | None[source]¶
- Get the properties of a swath of an half-orbit. - Parameters:
- pass_number – Pass number 
- orbit – Orbit describing the pass to be calculated. 
- bbox – Bounding box of the pass. Defaults to the whole Earth. 
 
- Returns:
- The properties of the pass.