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
I would like to create a scene from a list of filenames, like this:
scene = Scene(filenames=files)
where files is a list of pathlib.Path instances, instead of strings.
files
pathlib.Path
IMHO, the solution should be a one-liner somewhere in the code. It should not have any impact elsewere.
The text was updated successfully, but these errors were encountered:
Allow readers to accept pathlib.Path instances as filenames.
d5d0631
Fix pytroll#450.
Add tests for pytroll#450
bf4aaa7
Successfully merging a pull request may close this issue.
I would like to create a scene from a list of filenames, like this:
where
files
is a list ofpathlib.Path
instances, instead of strings.IMHO, the solution should be a one-liner somewhere in the code. It should not have any impact elsewere.
The text was updated successfully, but these errors were encountered: