cf.Domain.file_locations

Domain.file_locations()[source]

The locations of files containing parts of the components data.

Returns the locations of any files that may be required to deliver the computed data arrays of any of the component constructs (such as dimension coordinate constructs, cell measure constructs, etc.).

New in version 3.15.0.

Returns
set

The unique file locations as absolute paths with no trailing path name component separator.

Examples

>>> d.file_locations()
{'/home/data1', 'file:///data2'}