cf.AuxiliaryCoordinate.file_locations¶
-
AuxiliaryCoordinate.
file_locations
()[source]¶ The locations of files containing parts of the data.
Returns the locations of any files that may be required to deliver the computed data array.
New in version 3.15.0.
See also
- Returns
set
The unique file locations as absolute paths with no trailing path name component separator.
Examples
>>> d.file_locations() {'/home/data1', 'file:///data2'}