wradlib.io.xarray.XRadSweep¶
-
class
wradlib.io.xarray.
XRadSweep
(ncfile, ncpath, parent=None, **kwargs)¶ Class for holding one radar sweep
- Parameters
ncfile ({netCDF4.Dataset, h5py.File or h5netcdf.File object}) – File handle of file containing radar sweep
ncpath (str) – path to sweep group
|
S.append(value) – append value to the end of the sequence |
|
|
|
|
|
S.extend(iterable) – extend sequence by appending elements from the iterable |
|
Raises ValueError if the value is not present. |
|
S.insert(index, value) – insert value before index |
|
Raise IndexError if list is empty or index is out of range. |
|
S.remove(value) – remove first occurrence of value. |
Reset .data xr.Dataset |
|
|
S.reverse() – reverse IN PLACE |
|
Return and cache a1gate, azimuth of first measured gate |
|
Return and cache angular resolution in degree. |
|
Return group attributes. |
|
Return and cache azimuth xr.DataArray. |
|
Return chunks setting. |
|
Returns xr.Dataset containing coordinates. |
|
Return and cache moments as combined xr.Dataset |
|
Return decode_coords setting. |
|
Return decode_times setting. |
|
Return and cache elevation xr.DataArray. |
|
Return sweep endtime xr.DataArray. |
|
Return engine used for accessing data |
|
Return filename group belongs to. |
|
Return and cache elevation angle in degree. |
|
Return list of available groups. |
|
Return attributes of how-group. |
|
Return mask_and_scale setting. |
|
Return list of moments. |
|
Return and cache number of bins. |
|
Returns file handle. |
|
Returns handle for current path. |
|
Returns path string inside HDF5 File. |
|
Return and cache number of rays. |
|
Return parallel setting. |
|
Return parent object. |
|
Return and cache ray_times xr.DataArray. |
|
Return and cache range xr.DataArray. |
|
Return sweep starttime xr.DataArray. |
|
Return and cache time xr.DataArray. |
|
Return attributes of what-group. |
|
Return attributes of where-group. |