pyinterp.calculate_orbit¶
- pyinterp.calculate_orbit(height: float, lon_nadir: NDArray, lat_nadir: NDArray, time: NDArrayTimeDelta, cycle_duration: numpy.timedelta64 | None = None, along_track_resolution: float | None = None, spheroid: geodetic.Spheroid | None = None) Orbit [source]¶
Calculate the orbit at the given height.
- Parameters:
height – Height of the orbit, in meters.
lon_nadir – Nadir longitude of the orbit (degrees).
lat_nadir – Nadir latitude of the orbit (degrees).
time – Time elapsed since the start of the orbit.
cycle_duration – Duration of the cycle.
along_track_resolution – Resolution of the along-track interpolation in kilometers. Defaults to 2 kilometers.
spheroid – Spheroid to use for the calculations. Defaults to WGS84.
- Returns:
Orbit object.