cf.DimensionCoordinate.get_filenames

DimensionCoordinate.get_filenames(normalise=True)[source]

Return the name of the file or files containing the data.

Parameters:
normalise: bool, optional

If True then normalise to an absolute path. If False (the default) then no normalisation is done.

Added in version (cfdm): 1.12.0.0

Returns:
set The file names in normalised, absolute form. If the

data are in memory then an empty set is returned.