wradlib.io.xarray.XRadVol¶
-
class
wradlib.io.xarray.XRadVol(init_root=False)¶ BaseClass for xarray based RadarVolumes
Implements collections.MutableMapping dictionary.
clear() |
|
georeference([sweeps]) |
Georeference sweeps |
get(k[,d]) |
|
items() |
|
keys() |
|
pop(k[,d]) |
If key is not found, d is returned if given, otherwise KeyError is raised. |
popitem() |
as a 2-tuple; but raise KeyError if D is empty. |
setdefault(k[,d]) |
|
to_cfradial2(filename) |
Save volume to CfRadial2.0 compliant file. |
to_odim(filename) |
Save volume to ODIM_H5/V2_2 compliant file. |
update([E, ]**F) |
If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v In either case, this is followed by: for k, v in F.items(): D[k] = v |
values() |
Conventions |
Return CF/ODIM Conventions. |
location |
Return location of data source. |
root |
Return root dataset. |
sweep |
Return sweep dimension count. |
sweep_angles |
|
sweep_names |
|
sweeps |
Return zip sweep names, sweep_angles |
version |
Return CF/ODIM version |