A CF-compliant earth science data analysis library
DimensionCoordinate.
files
Return the names of any files containing parts of the data array.
See also
close
set
The file names in normalized, absolute form.
Examples:
>>> c.files() {'/data/user/file1.nc', '/data/user/file2.nc', '/data/user/file3.nc'} >>> a = c.array >>> f.files() set()