Add support for remote file URIs - #738
Draft
astrofrog wants to merge 4 commits into
Draft
Conversation
…ccepting URL strings in load_dataset, preserving fsspec-backed paths as the file manager basepath, and reading the ASDF and FITS files through the path object's own open method
…as a load_dataset input type, and add tests and a changelog entry for loading datasets from remote fsspec locations
astrofrog
force-pushed
the
remote-fileuris
branch
from
July 9, 2026 09:09
17673a7 to
34106ef
Compare
…uality_report and preview_movie when it is a remote location, expand the user directory when basepath is set to a local UPath, and correct the basepath type annotations for remote paths
…er so mypy accepts that remote UPath basepaths are filtered out before being used as local paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted to do some experiments with reproject and coiled and I need the dataset to live on S3, but currently S3 URIs don't work when trying to load a dataset. Adding support for this isn't too hard as astropy already supports reading FITS files from S3, though I might be missing something, so just let me know. Also feel free to close if this is out of scope.
This is based off #737 and should be rebased when/if that PR is merged