pyresample.future.geometry.swath module
Definitions for swath-based or non-uniform geometries.
- class pyresample.future.geometry.swath.SwathDefinition(lons, lats, crs=None, attrs=None)
Bases:
SwathDefinitionSwath defined by lons and lats.
- Parameters:
lons (numpy array)
lats (numpy array)
crs (pyproj.CRS,) – The CRS to use. longlat on WGS84 by default.
attrs (dict,) – A dictionary made to store metadata.
Initialize SwathDefinition.
- __init__(lons, lats, crs=None, attrs=None)
Initialize SwathDefinition.
- concatenate(other)
Concatenate coordinate definitions.