pyinterp.Pass¶
- class pyinterp.Pass(lon_nadir: NDArray, lat_nadir: NDArray, time: NDArrayDateTime, x_al: NDArray, equator_coordinates: EquatorCoordinates)[source]¶
Bases:
object
Class representing a pass of an orbit.
Attributes
Nadir longitude of the pass (degrees)
Nadir latitude of the pass (degrees)
Time of the pass
Along track distance of the pass (in meters)
Coordinates of the satellite at the equator
Special Methods
__delattr__
(name)Implement delattr(self, name).
__eq__
(other)Return self==value.
__len__
()Get the number of points in the pass.
__repr__
()Return repr(self).
__setattr__
(name, value)Implement setattr(self, name, value).