cf.NetCDF4Array.open

NetCDF4Array.open(**kwargs)[source]

Return a dataset object and address.

Parameters:
kwargs: optional

Extra keyword arguments to netCDF4.Dataset.

Returns:
(netCDF4.Dataset, str)

The file object open in read-only mode, and the address of the data within the file.