cf.NetCDF4Array.open¶
- NetCDF4Array.open()[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.
- Returns:
- (
netCDF4.Dataset
,str
) The file object open in read-only mode, and the address of the data within the file.
- (