wradlib.io.xarray.XRadVolume¶
-
class
wradlib.io.xarray.
XRadVolume
(**kwargs)¶ Class for holding a volume of radar sweeps
|
S.append(value) – append value to the end of the sequence |
(Re-)Create root object according CfRadial2 standard |
|
|
|
|
|
|
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. |
|
S.reverse() – reverse IN PLACE |
|
|
|
Save volume to CfRadial2 compliant file. |
|
Save volume to netcdf compliant file. |
|
Save volume to ODIM_H5/V2_2 compliant file. |
Return Conventions string. |
|
Return group attributes. |
|
Return engine used for accessing data |
|
Return filename group belongs to. |
|
Return list of available groups. |
|
Return attributes of how-group. |
|
Returns file handle. |
|
Returns handle for current path. |
|
Returns path string inside HDF5 File. |
|
Return parent object. |
|
Return root object. |
|
Return coordinates of radar site. |
|
Return attributes of what-group. |
|
Return attributes of where-group. |