Skip to content
New issue

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

Mixing local files and files from SciCat #15

Open
SimonHeybrock opened this issue Feb 29, 2024 · 1 comment
Open

Mixing local files and files from SciCat #15

SimonHeybrock opened this issue Feb 29, 2024 · 1 comment

Comments

@SimonHeybrock
Copy link
Member

@wpotrzebowski pointed out that we currently cannot mix files downloaded with pooch with local files. It is all or none.

While we do not plan to support this for pooch (since it is only for testing and documentation), this is an important requirement when working with SciCat. For example, mask files or other references may be obtained from SciCat, while a user wants to process a local file.

@jl-wynen
Copy link
Member

jl-wynen commented Mar 1, 2024

For SciCat, I think this is a matter of adding a provider that can turn a dataset id + Filename into a FilePath. This way, all loaders can operate on FilePaths which are then specified either through the SciCat provider or given explicitly as params.

@SimonHeybrock SimonHeybrock transferred this issue from scipp/esssans Mar 14, 2024
@jokasimr jokasimr self-assigned this Apr 8, 2024
@jokasimr jokasimr moved this from Selected to In progress in Development Board Apr 8, 2024
@jokasimr jokasimr removed their assignment Jun 4, 2024
@jokasimr jokasimr moved this from In progress to Selected in Development Board Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants