pyinterp.Swath¶
- class pyinterp.Swath(lon_nadir: NDArray, lat_nadir: NDArray, time: NDArrayDateTime, x_al: NDArray, equator_coordinates: EquatorCoordinates, lon: NDArray, lat: NDArray, x_ac: NDArray)[source]¶
Bases:
Pass
Class representing a pass of an orbit.
Attributes
Longitude of the swath (degrees)
Latitude of the swath (degrees)
Across track distance of the pass (m)
Public Methods
Return a swath with a central pixel dividing the swath in two by the reference ground track.
mask
(requirement_bounds)Obtain a mask to set NaN values outside the mission requirements.
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).