cfdm.H5netcdfArray.open¶
-
H5netcdfArray.
open
(**kwargs)[source]¶ Return a dataset file object and address.
When multiple files have been provided an attempt is made to open each one, in the order stored, and a file object is returned from the first file that exists.
New in version (cfdm): 1.11.2.0
- Returns
- (
h5netcdf.File
,str
) The open file object, and the address of the data within the file.
- (