pyinterp.Pass#

class pyinterp.Pass(lon_nadir: ndarray, lat_nadir: ndarray, time: ndarray, x_al: ndarray, equator_coordinates: EquatorCoordinates)[source]#

Bases: object

Class representing a pass of an orbit.

Attributes

lon_nadir

Nadir longitude of the pass (degrees)

lat_nadir

Nadir latitude of the pass (degrees)

time

Time of the pass

x_al

Along track distance of the pass (in meters)

equator_coordinates

Coordinates of the satellite at the equator

Special Methods

__dataclass_fields__

__dataclass_params__

__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).