pyart.util¶
Description
Miscellaneous utility functions.
The location and names of these functions within Py-ART may change between versions without depreciation, use with caution.
Functions
|
Compute the mean of a distribution of angles in radians. |
|
Compute the mean of a distribution of angles in degrees. |
|
Compute the standard deviation of a distribution of angles in radians. |
|
Compute the standard deviation of a distribution of angles in degrees. |
|
Compute the angular texture of an image. |
|
Extract cross sections from a PPI volume along one or more azimuth angles. |
|
Extract cross sections from an RHI volume along one or more elevation angles. |
|
Return a datetime for the first time in a netCDF Dataset. |
|
Return a datetime for the volume start in a Grid. |
|
Return a datetime for the first ray in a Radar. |
|
Return an array of datetimes for the times in a netCDF Dataset. |
|
Return an array of datetimes for the rays in a Radar. |
|
Estimate noise parameters of a Doppler spectrum. |
|
This function will split a field based on thresholds from another field. |
|
Compute the mean of a distribution within an interval. |
|
Compute the standard deviation of a distribution within an interval. |
|
Determine if a Radar appears to be a vertical pointing scan. |
|
Combine two radar instances into one. |
|
Compute the element by element mean of two sets of angles. |
|
Compute the element by element mean of two sets of angles in degrees. |
|
Create a rolling window object for application of functions eg: result=np.ma.std(array, 11), 1). |
|
Create simulated radial velocities from a profile of horizontal winds. |
|
Determine a texture field using an 11pt stdev texarray=texture(pyradarobj, field). |
|
Compute field texture along ray using a user specified window size. |
|
Convert an existing Radar object to represent a vertical pointing scan. |