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

S3 file support #173

Open
scottstanie opened this issue Dec 4, 2023 · 0 comments
Open

S3 file support #173

scottstanie opened this issue Dec 4, 2023 · 0 comments

Comments

@scottstanie
Copy link
Collaborator

scottstanie commented Dec 4, 2023

Opening a meta issue for possible changes/additions to better support interacting with files on S3

  • We might need something like s3path (but smaller) to interact with the filenames... using pathlib.Path('s3://my-bucket') leaves you with Path(s3:/my-bucket).
  • rasterio has built-in support for strings like s3://my-bucket/my-file.tif, while using gdal bindings requires you to convert it to /vsis3/my-bucket/my-file.tif. That sounds annoying enough to find all edge cases that it might be worth the slow switchover to rasterio
  • Probably a separate bigger issue related to the reader issue, but it would be useful to have hdf5 streaming capability
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

No branches or pull requests

1 participant