locationutils
locationutils ¶
Module to access description for a remote storage location
Classes¶
LocationConfig ¶
Functions¶
get_location_uri ¶
Returns the URI of a LocationConfig.
Source code in niceml/utilities/fsspec/locationutils.py
join_fs_path ¶
Returns joined given paths with the fsspec specific path seperator
join_location_w_path ¶
Returns joined LocationConfig with one or more path objects
Source code in niceml/utilities/fsspec/locationutils.py
open_location ¶
Creates a filesystem and path from configuration as a single context manager. The filesystem is "closed" (i.e. open connections are closed) when the context is left.