wradlib.georef.polar.GeorefPolarMethods

class wradlib.georef.polar.GeorefPolarMethods

wradlib xarray SubAccessor methods for Georef Polar Methods.

georeference(**kwargs)

Georeference Dataset/DataArray.

spherical_to_centroids(**kwargs)

Generate 3-D centroids of the radar bins from the sperical coordinates (r, phi, theta).

spherical_to_polyvert(**kwargs)

Generate 3-D polygon vertices directly from spherical coordinates (r, phi, theta).

spherical_to_proj(**kwargs)

Transforms spherical coordinates (r, phi, theta) to projected coordinates centered at site in given projection.

spherical_to_xyz(**kwargs)

Transforms spherical coordinates (r, phi, theta) to cartesian coordinates (x, y, z) centered at site (aeqd).