wradlib.io.xarray.XRadTimeSeries¶
-
class
wradlib.io.xarray.
XRadTimeSeries
(**kwargs)¶ Class for holding a timeseries of radar sweeps
|
S.append(value) – append value to the end of the sequence |
|
|
|
|
|
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 |
|
|
|
|
|
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 attributes of what-group. |
|
Return attributes of where-group. |