We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to try it out e.g. the glob part or if path.format works.
glob
path.format
The text was updated successfully, but these errors were encountered:
We could also return pathlib objects
Sorry, something went wrong.
maybe add a as_posixpath (or to_posixpath) or to_pathlib to FileContainer which creates a list of pathlib.PosixPath
as_posixpath
to_posixpath
to_pathlib
FileContainer
pathlib.PosixPath
Could be good for create_filename but still unsure about the API.
create_filename
So xarray uses
def open_dataset(path: str | os.PathLike[Any], ...): if isinstance(path, os.PathLike): path = os.fspath(path)
Which we can also do - for the input to FileFinder.
FileFinder
No branches or pull requests
Need to try it out e.g. the
glob
part or ifpath.format
works.The text was updated successfully, but these errors were encountered: