wradlib.io.xarray_depr.XRadVolume#
- class wradlib.io.xarray_depr.XRadVolume(**kwargs)[source]#
Class for holding a volume of radar sweeps
Methods
__init__(**kwargs)append(value)S.append(value) -- append value to the end of the sequence
assign_root()(Re-)Create root object according CfRadial2 standard
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.
reverse()S.reverse() -- reverse IN PLACE
sort(**kwargs)to_cfradial2(filename[, timestep])Save volume to CfRadial2 compliant file.
to_netcdf(filename[, timestep, keys])Save volume to netcdf compliant file.
to_odim(filename[, timestep])Save volume to ODIM_H5/V2_2 compliant file.
Attributes
ConventionsReturn Conventions string.
attrsReturn group attributes.
engineReturn engine used for accessing data
filenameReturn filename group belongs to.
groupsReturn list of available groups.
howReturn attributes of how-group.
is_h5netcdfis_netcdfncfileReturns file handle.
ncidReturns handle for current path.
ncpathReturns path string inside HDF5 File.
parentReturn parent object.
rootReturn root object.
siteReturn coordinates of radar site.
whatReturn attributes of what-group.
whereReturn attributes of where-group.