xradar.io.backends.cfradial1.open_cfradial1_datatree#
- xradar.io.backends.cfradial1.open_cfradial1_datatree(filename_or_obj, **kwargs)[source]#
Open CfRadial1 dataset as
datatree.DataTree
.- Parameters:
filename_or_obj (
str
,Path
, file-like orxarray.DataStore
) – Strings and Path objects are interpreted as a path to a local or remote radar file- Keyword Arguments:
sweep (
int
,list
ofint
, optional) – Sweep number(s) to extract, default to first sweep. If None, all sweeps are extracted into a list.first_dim (
str
) – Can betime
orauto
first dimension. If set toauto
, first dimension will be eitherazimuth
orelevation
depending on type of sweep. Defaults toauto
.reindex_angle (
bool
ordict
) – Defaults to False, no reindexing. Given dict should contain the kwargs to reindex_angle. Only invoked if decode_coord=True.fix_second_angle (
bool
) – If True, fixes erroneous second angle data. Defaults toFalse
.optional (
bool
) – Import optional mandatory data and metadata, defaults toTrue
.site_coords (
bool
) – Attach radar site-coordinates to Dataset, defaults toTrue
.engine (
str
) – Engine that will be passed to Xarray.open_dataset, defaults to “netcdf4”
- Returns:
dtree (
datatree.DataTree
) – DataTree with CfRadial2 groups.