You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Open input file (netCDF, or xml generated by cdscan)
14
+
"""
15
+
Open input file (netCDF, or xml generated by cdscan)
15
16
16
17
Parameters
17
18
----------
18
19
infile : Union[str, list]
19
-
list of string, or string, for path of file(s) to open using xcdat
20
+
list of string, or string, for path of file(s) to open using xcdat.
20
21
data_var : str, optional
21
-
key of the non-bounds data variable to keep in the Dataset, alongside any existing bounds data variables, by default None, which loads all data variables
22
+
key of the non-bounds data variable to keep in the Dataset, alongside any existing bounds data variables.
23
+
By default None, which loads all data variables.
22
24
decode_times : bool, optional
23
-
If True, attempt to decode times encoded in the standard NetCDF datetime format into cftime.datetime objects. Otherwise, leave them encoded as numbers. This keyword may not be supported by all the backends, by default True
25
+
If True, attempt to decode times encoded in the standard NetCDF datetime format into cftime.datetime objects.
26
+
Otherwise, leave them encoded as numbers. This keyword may not be supported by all the backends, by default True.
0 commit comments