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. |
|
Given the location (in latitude, longitude) of a target, return the rays that correspond to radar column above the target, allowing for user defined range of azimuths and range gates to be included within this extraction. |
|
Computes the mean or the median along one of the axis (ray or range) |
|
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. |
|
Determine the number of sweeps using elevation data (PPI scans) or azimuth data (RHI scans) and update the input radar object |
|
Estimate noise parameters of a Doppler spectrum. |
|
Calculation of inital bearing alongitudeg a great-circle arc Known as Forward Azimuth Angle. |
|
Given the location (in latitude,longitude) of a target, return the rays that correspond to radar column above the target. |
|
Given the location (in latitude, longitude) of a target, extract the radar column above that point for further analysis. |
|
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. |
|
Is used to guarantee that a masked array can be broadcasted without loosing the mask |
|
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. |
|
Calculated of the great circle distance between radar and target |
|
Creates a subset of the radar object along new dimensions. |
|
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. |