Utility functions#
Module util provides a set of useful helpers which are currently not attributable to the other modules
Compute an aspect ratio that equalizes physical axis lengths. |
|
Return a list of timesteps from <tstart> to <tend> of length <tdelta> |
|
Apply a filter of an approximated square window of half size fsize on a given polar image img. |
|
Apply a filter of square window size fsize on a given cartesian image img. |
|
Find min/max-indices for NxMx2 array coords using bbox-values. |
|
Return raster origin |
|
Half-power radius. |
|
Calculate Polynomial |
|
Determine core dimensions for use with |
|
Crop a 2D DataArray to the spatial extent of another DataArray, optionally extending the crop by a given number of grid cells. |
|
Calculates derivative of data using window of length winlen. |
|
Remove floating pixels in between NaNs in a multidimensional array. |
|
Allowing for lazy loading of optional wradlib modules or dependencies. |
|
Cut a cross-section from PPI volume scans |
|
wradlib xarray SubAccessor methods for Util. |