wradlib.io.xarray_depr.XRadSweep#
- class wradlib.io.xarray_depr.XRadSweep(ncfile, ncpath, parent=None, **kwargs)[source]#
Class for holding one radar sweep
- Parameters:
ncfile (
{netCDF4.Dataset, h5py.File or h5netcdf.File object}) – File handle of file containing radar sweepncpath (
str) – path to sweep group
Methods
__init__(ncfile, ncpath[, parent])append(value)S.append(value) -- append value to the end of the sequence
clear()count(value)extend(values)S.extend(iterable) -- extend sequence by appending elements from the iterable
index(value, [start, [stop]])Raises ValueError if the value is not present.
insert(pos, val)S.insert(index, value) -- insert value before index
pop([index])Raise IndexError if list is empty or index is out of range.
remove(value)S.remove(value) -- remove first occurrence of value.
reset_data()Reset .data xr.Dataset
reverse()S.reverse() -- reverse IN PLACE
sort(**kwargs)Attributes
a1gateReturn and cache a1gate, azimuth of first measured gate
angle_resolutionReturn and cache angular resolution in degree.
attrsReturn group attributes.
azimuthReturn and cache azimuth xr.DataArray.
chunksReturn chunks setting.
coordsReturns xr.Dataset containing coordinates.
dataReturn and cache moments as combined xr.Dataset
decode_coordsReturn decode_coords setting.
decode_timesReturn decode_times setting.
elevationReturn and cache elevation xr.DataArray.
endtimeReturn sweep endtime xr.DataArray.
engineReturn engine used for accessing data
filenameReturn filename group belongs to.
fixed_angleReturn and cache elevation angle in degree.
groupsReturn list of available groups.
howReturn attributes of how-group.
is_h5netcdfis_netcdfmask_and_scaleReturn mask_and_scale setting.
momentsReturn list of moments.
nbinsReturn and cache number of bins.
ncfileReturns file handle.
ncidReturns handle for current path.
ncpathReturns path string inside HDF5 File.
nraysReturn and cache number of rays.
parallelReturn parallel setting.
parentReturn parent object.
ray_timesReturn and cache ray_times xr.DataArray.
rngReturn and cache range xr.DataArray.
starttimeReturn sweep starttime xr.DataArray.
timeReturn and cache time xr.DataArray.
whatReturn attributes of what-group.
whereReturn attributes of where-group.