pyinterp.EquatorCoordinates¶
- class pyinterp.EquatorCoordinates(longitude: float, time: datetime64)[source]¶
Bases:
objectRepresent coordinates of the satellite at the equator.
Store the longitude and time when the satellite crosses the equator.
Attributes
Public Methods
Create an undefined instance.
Special Methods
__delattr__(name)Implement delattr(self, name).
__eq__(other)Return self==value.
__repr__()Return repr(self).
__setattr__(name, value)Implement setattr(self, name, value).