satpy.writers.cf.coords_attrs module

Set CF-compliant attributes to x and y spatial dimensions.

satpy.writers.cf.coords_attrs._add_xy_geographic_coords_attrs(dataarray, x='x', y='y')[source]

Add relevant attributes to x, y coordinates of a geographic CRS.

satpy.writers.cf.coords_attrs._add_xy_projected_coords_attrs(dataarray, x='x', y='y')[source]

Add relevant attributes to x, y coordinates of a projected CRS.

satpy.writers.cf.coords_attrs.add_xy_coords_attrs(dataarray)[source]

Add relevant attributes to x, y coordinates.