Return the open files containing sub-arrays of master data arrays.
By default all such files are returned, but the selection may be restricted to files of a particular format.
Parameters: |
|
---|---|
Returns: |
|
Examples: |
---|
>>> cf.open_files()
{'netCDF': {'file1.nc': <netCDF4.Dataset at 0x187b6d0>}}
>>> cf.open_files('netCDF')
{'file1.nc': <netCDF4.Dataset at 0x187b6d0>}
>>> cf.open_files('PP')
{}