pyinterp.orbit.Swath#
- class pyinterp.orbit.Swath(lon_nadir, lat_nadir, time, x_al, equator_coordinates, lon, lat, x_ac)[source]#
Bases:
PassRepresent a swath of an orbital pass.
Extend the Pass class with additional swath-specific properties including cross-track coordinates and distances.
Attributes
Longitude of the swath (degrees)
Latitude of the swath (degrees)
Across track distance of the pass (m)
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
Public Methods
Insert a central pixel dividing the swath in two.
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.
__replace__(**changes)__repr__()Return repr(self).
__setattr__(name, value)Implement setattr(self, name, value).