pyinterp.EquatorCoordinates

class pyinterp.EquatorCoordinates(longitude: float, time: datetime64)[source]

Bases: object

Represent coordinates of the satellite at the equator.

Store the longitude and time when the satellite crosses the equator.

Attributes

longitude

Longitude

time

Product dataset name

Public Methods

undefined()

Create an undefined instance.

Special Methods

__dataclass_fields__

__dataclass_params__

__delattr__(name)

Implement delattr(self, name).

__eq__(other)

Return self==value.

__match_args__

__repr__()

Return repr(self).

__setattr__(name, value)

Implement setattr(self, name, value).