wradlib.io.furuno.open_furuno_dataset¶
- wradlib.io.furuno.open_furuno_dataset(filename_or_obj, group=None, **kwargs)¶
Open and decode a Furuno radar sweep from a file or file-like object.
This function uses
open_radar_dataset`under the hood.- Parameters:
- Keyword Arguments:
**kwargs (
dict, optional) – Additional arguments passed on toxarray.open_dataset.- Returns:
dataset (
xarray.Datasetorwradlib.io.xarray.RadarVolume) – The newly created radar dataset or radar volume.
See also