pyinterp.Pass#
- class pyinterp.Pass(lon_nadir: NDArray1DFloat64, lat_nadir: NDArray1DFloat64, time: NDArray1DTimeDelta, x_al: NDArray1DFloat64, equator_coordinates: EquatorCoordinates)[source]#
Bases:
objectRepresent a pass of an orbit.
Store the properties of a single orbital pass including nadir coordinates, timing, and along-track distance.
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).