wradlib.io.xarray.RadarVolume

class wradlib.io.xarray.RadarVolume(**kwargs)

Class for holding a volume of radar sweeps

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

get_attr(sweep, group, attr)

get_attrs(sweep, group)

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.

tree([timestep, datamodel])

Conventions

Return Conventions string.

root

Return root object.

site

Return coordinates of radar site.